Sha256: 846a2d6b1f6debaf73a44b0188f0b886af80a64e4114b846e9b6896b0c7587c5
Contents?: true
Size: 330 Bytes
Versions: 2
Compression:
Stored size: 330 Bytes
Contents
source :rubygems #FasterCSV became the built-in CSV library in Ruby 1.9, so is only required if using Ruby 1.8 if RUBY_VERSION =~ /^1\.8\.\d*/ gem 'fastercsv', '>= 1.4.0' end group :development do gem 'rspec', '~> 2.6' gem "shoulda", ">= 0" gem "bundler", "~> 1.0.0" gem "jeweler", "~> 1.6.2" gem "rcov", ">= 0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
csv_pirate-5.0.4 | Gemfile |
csv_pirate-5.0.2 | Gemfile |