Skip to content

Commit 9aced60

Browse files
author
Rafael Mendonça França
committed
Use string in gemspec instead of using constant
For some reason changing the load path break tests with Rails 3.1 and Rails 3.2. I can't understand why, so it is better to remove.
1 parent 0ab49f0 commit 9aced60

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sprockets-rails.gemspec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
$:.unshift File.expand_path("../lib", __FILE__)
2-
require "sprockets/rails/version"
3-
41
Gem::Specification.new do |s|
52
s.name = "sprockets-rails"
6-
s.version = Sprockets::Rails::VERSION
3+
s.version = "2.1.2"
74

85
s.homepage = "https://github.com/rails/sprockets-rails"
96
s.summary = "Sprockets Rails integration"

0 commit comments

Comments
 (0)