Closed dsandstrom closed 7 years ago
I had some problems creating the new version. I moved the rails_gem_version helper to the Gem::Specification class in order for rubygems to use it. I also updated the default Rails version to 5 to keep up with up with the latest stable version.
rails_gem_version
Gem::Specification
I had some problems creating the new version. I moved the
rails_gem_version
helper to theGem::Specification
class in order for rubygems to use it. I also updated the default Rails version to 5 to keep up with up with the latest stable version.