Skip to content

Commit

Permalink
Merge pull request rails#117 from robertomiranda/version-to-s
Browse files Browse the repository at this point in the history
Add #to_s method to rails version
  • Loading branch information
rafaelfranca committed Mar 24, 2013
2 parents 7c0ee2b + 15b0e68 commit b546434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pkg/*
tmp
spec/support/*/Gemfile.lock
spec/support/*/public/javascripts
.rvmrc
.ruby-version
.bundle
imports/*
Gemfile.lock
2 changes: 1 addition & 1 deletion lib/jquery/rails.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'jquery/assert_select' if ::Rails.env.test?
require 'jquery/rails/engine' if ::Rails.version >= '3.1'
require 'jquery/rails/engine' if ::Rails.version.to_s >= '3.1'
require 'jquery/rails/railtie'
require 'jquery/rails/version'

Expand Down

0 comments on commit b546434

Please sign in to comment.