Sha256: 18cf7e5bbc5d83712d859b35f6ebaadeb80de450bea92b12bf43e1fbff430c1a
Contents?: true
Size: 272 Bytes
Versions: 1
Compression:
Stored size: 272 Bytes
Contents
source 'https://rubygems.org' gem 'coveralls', require: false # JSON 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' end gemspec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
monetize-1.5.0 | Gemfile |