Sha256: f7c3c76a3009ccca41e20a60b56e83ed9eb7fbdb209ebd1156633002826722d5

Contents?: true

Size: 434 Bytes

Versions: 7

Compression:

Stored size: 434 Bytes

Contents

source "http://rubygems.org"

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
  gem 'bundler',   "~> 1.0.12"
  gem 'yard',      "~> 0.6.7"
  gem 'jeweler',   "~> 1.5.2"
  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

7 entries across 7 versions & 1 rubygems

Version Path
gorillib-0.1.5 Gemfile
gorillib-0.1.4 Gemfile
gorillib-0.1.3 Gemfile
gorillib-0.1.2 Gemfile
gorillib-0.1.1 Gemfile
gorillib-0.1.0 Gemfile
gorillib-0.0.8 Gemfile