Sha256: 64f2a15cd0ee32de7b339139f027e070233a6dfce4fcc1e573f39b354ea61e2f
Contents?: true
Size: 441 Bytes
Versions: 1
Compression:
Stored size: 441 Bytes
Contents
source "http://rubygems.org" gem "json" # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. group :development do gem 'bundler', "~> 1" gem 'yard', "~> 0.6.7" gem 'jeweler', "~> 1.6.4" gem 'rspec', "~> 2.5.0" gem 'spork', "~> 0.9.0.rc5" gem 'RedCloth' # for yard # only interesting for coverage testing gem 'rcov', ">= 0.9.9" gem 'watchr' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gorillib-0.1.7 | Gemfile |