Skip to content

Commit

Permalink
Use RUBY_VERSION instead of VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
tashian committed May 5, 2011
1 parent 324358b commit 8cf3250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gov_kit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
require 'gov_kit/configuration'
require 'csv'

if RUBY_VERSION[0,3] == "1.8"
if VERSION[0,3] == "1.8"
require 'fastercsv'
end

Expand Down

0 comments on commit 8cf3250

Please sign in to comment.