Sha256: 0a2c8e93097b14679f241904d934a86695a2e733f8f5ac526a62f242bf6f1ed2

Contents?: true

Size: 367 Bytes

Versions: 5

Compression:

Stored size: 367 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in smart_monkey.gemspec
gem 'erubis', '>= 2.7.0'
gem 'json', '>= 1.7.0'

group :development do
  gem 'rspec', '~> 2.8.0'
  gem 'rdoc', '~> 3.12'
  gem 'bundler', '> 1.0.0'
  gem 'jeweler', '~> 1.8.4'
  if RUBY_VERSION > '1.9' then
    gem 'simplecov', '>= 0.8.2'
  else
    gem 'rcov', '>= 0'
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
smart_monkey-0.3 Gemfile
smart_monkey-0.2.1 Gemfile
smart_monkey-0.2 Gemfile
smart_monkey-0.1.2 Gemfile
smart_monkey-0.1 Gemfile