Skip to content

Commit

Permalink
activesupport -> active_support
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Dec 1, 2009
1 parent 384b288 commit b6c0257
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmark/encode.rb
Expand Up @@ -9,7 +9,7 @@
end
# Can't use ActiveSuport::JSON.encode with the JSON gem loaded
# begin
# require 'activesupport'
# require 'active_support'
# rescue LoadError
# end

Expand Down
2 changes: 1 addition & 1 deletion benchmark/parse.rb
Expand Up @@ -7,7 +7,7 @@
rescue LoadError
end
begin
require 'activesupport'
require 'active_support'
rescue LoadError
end

Expand Down
2 changes: 1 addition & 1 deletion benchmark/parse_stream.rb
Expand Up @@ -7,7 +7,7 @@
rescue LoadError
end
begin
require 'activesupport'
require 'active_support'
rescue LoadError
end

Expand Down

0 comments on commit b6c0257

Please sign in to comment.