Sha256: 4db1d47a99ff3c1380565ebc7ae298afb1c4ef6c83fefa85f1acf943d04d726b
Contents?: true
Size: 626 Bytes
Versions: 36
Compression:
Stored size: 626 Bytes
Contents
# DEVELOPMENT NOTES ## Building Gemspec To keep the gem accessible to people running older rubies, the gemspec may only contain dependencies on gems that are available to all supported rubies. Features that need gems compatible only to some versions of ruby need to be coded in a way that is optional, and specify their gem dependencies in the Gemfile, conditional on the ruby version. Add a note to the README about those. ## Releasing To release the gem run the following things. ### 1. Update the version update the version file: `lib/puppetlabs_spec_helper/version.rb` ### 2. Release the gem rake release[remote]
Version data entries
36 entries across 36 versions & 1 rubygems