Skip to content

Commit

Permalink
Do not use frozen version string in gemspec
Browse files Browse the repository at this point in the history
Fix #142
  • Loading branch information
rwz committed Apr 6, 2015
1 parent 4f16584 commit 9a68218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember-cli-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require File.expand_path("../lib/ember-cli/version", __FILE__)

Gem::Specification.new do |spec|
spec.name = "ember-cli-rails"
spec.version = EmberCLI::VERSION
spec.version = EmberCLI::VERSION.dup
spec.authors = ["Pavel Pravosud", "Jonathan Jackson", "Sean Doyle"]
spec.email = ["pavel@pravosud.com", "jonathan.jackson1@me.com", "sean.p.doyle24@gmail.com"]
spec.summary = "Integration between Ember CLI and Rails"
Expand Down

0 comments on commit 9a68218

Please sign in to comment.