All Versions
87
Latest Version
Avg Release Cycle
35 days
Latest Release
1413 days ago

Changelog History
Page 7

  • v5.3.0 Changes

    August 02, 2015
    • 🛠 Fixed bug where --no-security option would add security text to README.md.
    • ⚡️ Updated to Code of Conduct 1.2.0.
    • ➕ Added CODE OF CONDUCT to template install.
    • ➕ Added pry-state development support.
    • ➕ Added bundler skeleton support.
    • ➕ Added project name to README.
    • ➕ Added table of contents to README.
  • v5.2.0 Changes

    July 19, 2015
    • 🛠 Fixed bug with class name not being generated for gemspec name properly.
    • 🛠 Fixed install of missing identity template.
    • 🛠 Fixed invalid install of RSpec garbage collection template.
  • v5.1.0 Changes

    July 05, 2015
    • ✂ Removed JRuby support (no longer officially supported).
    • 🛠 Fixed secure gem installs (new cert has 10 year lifespan).
    • ⚡️ Updated to Ruby 2.2.2.
    • ➕ Added CLI process title support.
    • ➕ Added code of conduct documentation.
  • v5.0.0 Changes

    January 01, 2015
    • ✂ Removed Ruby 2.0.0 support.
    • ✂ Removed Rubinius support.
    • ✂ Removed auto-generated MIT-LICENSE and REAMDE.rdoc from rails engine templates.
    • 🛠 Fixed bug where engine.rb was not required for rails engine.
    • ⚡️ Updated to Thor+ 2.x.x.
    • ⚡️ Updated spec helper to comment custom config until needed.
    • ⚡️ Updated Rails option to default to version 4.2 instead of 4.1.
    • Updated gemspec to use RUBY_GEM_SECURITY env var for gem certs.
    • ➕ Added security option to gem creation. Default: true.
    • ➕ Added Ruby 2.2.0 support.
    • ➕ Added Rails 4.2.x support.
  • v4.3.0 Changes

    October 22, 2014
    • ⚡️ Updated to Thor+ 1.7.x.
    • ⚡️ Updated gemspec author email address.
  • v4.2.0 Changes

    September 21, 2014
    • ⚡️ Updated to Ruby 2.1.3.
    • ⚡️ Updated Code Climate to run only if environment variable is present.
    • ➕ Added the Guard Terminal Notifier gem.
    • 🔨 Refactored RSpec setup and support files.
  • v4.1.0 Changes

    August 10, 2014
    • ⚡️ Updated --rails flag of --create option to support full Rails Engine template creation.
    • ⚡️ Updated RSpec config to verify partial doubles.
    • ⚡️ Updated gemspec to add security keys unless in a CI environment.
  • v4.0.0 Changes

    August 03, 2014
    • ✂ Removed Coveralls support.
    • ✂ Removed Ruby version patch support.
    • ✂ Removed Rails controller, view, and model templates.
    • ✂ Removed gem namespace setup from gem main library file.
    • 🛠 Fixed Rails version in .travis.yml template.
    • ⚡️ Updated the Travis CI gemfile template to Rails 4.1.x.
    • ⚡️ Updated to Rubinius 2.2.10.
    • ⚡️ Updated Ruby version default to 2.1.2.
    • ⚡️ Updated Rails version default to 4.1.
    • ⚡️ Updated email to be an array in the gemspec.
    • ➕ Added test randomization to spec helper.
    • ➕ Added Code Climate test coverage support.
    • ➕ Added authors array to gemspec.
    • ➕ Added Guardfile generation for the --guard option.
  • v3.2.0 Changes

    July 06, 2014
    • ➕ Added Code Climate test coverage support.
    • ⚡️ Updated to Ruby 2.1.2.
    • ⚡️ Updated gem-public.pem for gem install certificate chain.
  • v3.1.0 Changes

    April 16, 2014
    • ⚡️ Updated to Thor 0.19.x.
    • ⚡️ Updated to Thor+ 1.5.x.
    • 🐎 Updated RSpec helper to disable GC for all specs in order to improve performance.