Project

gemaker

0.0
No commit activity in last 3 years
No release in over 3 years
Ruby CLI created to build Platanus' gems
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 10.0
~> 3.0
~> 2.2.15
~> 1.9

Runtime

~> 2.1, >= 2.1.1
~> 0.7, >= 0.7.7
 Project Readme

Gemaker

Gem Version CircleCI Coverage Status

Ruby CLI created to build Platanus' gems.

Installation

$ gem install gemaker

Usage

To build a new gem with all the configuration we use in Platanus, run the following command...

gemaker new my_gem

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Publishing

On master/main branch...

  1. Change VERSION in lib/gemaker/version.rb.
  2. Change Unreleased title to current version in CHANGELOG.md.
  3. Commit new release. For example: Releasing v0.1.0.
  4. Create tag. For example: git tag v0.1.0.
  5. Push tag. For example: git push origin v0.1.0.

Credits

Thank you contributors!

Platanus

My Gem is maintained by platanus.

License

Gemaker is © 2016 platanus, spa. It is free software and may be redistributed under the terms specified in the LICENSE file.