Sha256: fa7052f1502e7c10b04edbedd94257d5603de16dd9a8b445f97c20081655cf51
Contents?: true
Size: 317 Bytes
Versions: 4
Compression:
Stored size: 317 Bytes
Contents
source 'https://rubygems.org' gem 'coveralls', '>= 0.8.20', require: false # JSON and I18n gem no longer supports ruby < 2.0.0 if defined?(JRUBY_VERSION) gem 'json' elsif RUBY_VERSION =~ /^1/ gem 'json', '~> 1.8.3' gem 'tins', '~> 1.6.0' gem 'term-ansicolor', '~> 1.3.0' gem 'i18n', '~> 0.9' end gemspec
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
monetize-1.9.4 | Gemfile |
monetize-1.9.3 | Gemfile |
monetize-1.9.2 | Gemfile |
monetize-1.9.1 | Gemfile |