Gemsmith v5.4.0 Release Notes

Release Date: 2015-08-30 // over 8 years ago
    • 🛠 Fixed Rails RSpec spec helper configuration.
    • ✂ Removed Rails .gitignore file generation.
    • ✂ Removed Rails application helper generation.
    • ✂ Removed Rails version file generation.
    • ✂ Removed Ruby version requirement from gemspec skeleton.
    • ⚡️ Updated to Ruby 2.2.3.
    • ⚡️ Updated to Rails 4.2.4.
    • ⚡️ Updated Rakefile to use Gemsmith rake tasks.
    • ➕ Added Rubocop support.
    • ➕ Added RSpec Rake tasks.
    • ➕ Added Gemsmith development requirement to gem skeleton gemspec.
    • ➕ Added supplemental rake tasks for building and publishing gems:
      • rake clean # Clean gem artifacts
      • rake publish # Build, tag v5.4.0 (signed), and push gemsmith-5.4.0.gem to RubyGems
      • rake readme:toc # Update README Table of Contents
      • rake rubocop # Run RuboCop
      • rake rubocop:auto_correct # Auto-correct RuboCop offenses
      • rake spec # Run RSpec code examples