Skip to content

Commit b7ba3b6

Browse files
grahamcrackerzpao
authored andcommitted
fix deprecated calls and provide expected messages for 0.12
(cherry picked from commit 359cfbb) Conflicts: gemfiles/rails_4.1.gemfile lib/assets/javascripts/react_ujs.js lib/react/renderer.rb test/react_renderer_test.rb
1 parent 90bb980 commit b7ba3b6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

gemfiles/rails_3.1.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source "http://rubygems.org"
44

55
gem "rails", "~> 3.1"
66

7-
gemspec :path=>"../"
7+
gemspec :path => "../"

gemfiles/rails_3.2.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source "http://rubygems.org"
44

55
gem "rails", "~> 3.2"
66

7-
gemspec :path=>"../"
7+
gemspec :path => "../"

gemfiles/rails_4.0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source "http://rubygems.org"
44

55
gem "rails", "~> 4.0"
66

7-
gemspec :path=>"../"
7+
gemspec :path => "../"

gemfiles/rails_4.0_with_therubyracer.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
source "http://rubygems.org"
44

55
gem "rails", "~> 4.0"
6-
gem "therubyracer", "0.12.0", :platform=>:mri
6+
gem "therubyracer", "0.12.0", :platform => :mri
77

8-
gemspec :path=>"../"
8+
gemspec :path => "../"

0 commit comments

Comments
 (0)