Sha256: f9ac9a83c49dbc435bd93a117698d4d968a27e8638290dd5c8b666c9b880006e
Contents?: true
Size: 795 Bytes
Versions: 1
Compression:
Stored size: 795 Bytes
Contents
source "http://rubygems.org" gem 'multi_json', ">= 1.1" # Only gems that you want listed as development dependencies in the gemspec group :development do gem 'bundler', "~> 1.1" gem 'rake' gem 'oj', ">= 1.2" gem 'json', :platform => :jruby end # Gems you would use if hacking on this gem (rather than with it) group :support do gem 'jeweler', ">= 1.6" gem 'pry' end group :docs do gem 'yard', ">= 0.7" gem 'redcarpet', ">= 2.1" end # Gems for testing and coverage group :test do gem 'rspec', "~> 2.8" gem 'simplecov', ">= 0.5", :platform => :ruby_19 # gem 'guard', ">= 1.0" gem 'guard-rspec', ">= 0.6" gem 'guard-yard' # if RUBY_PLATFORM.include?('darwin') gem 'rb-fsevent', ">= 0.9" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gorillib-0.4.1pre | Gemfile |