Sha256: 73bd6a4386e51fa2c371dc1825b4c0c7fd9b6102d90d4041a97266b14ae6b67e

Contents?: true

Size: 523 Bytes

Versions: 2

Compression:

Stored size: 523 Bytes

Contents

source "https://rubygems.org"

group :development do
  gem 'debugger'
  gem "yard"
end

group :development, :test do
  gem "rake"
  gem "typhoeus" unless defined? JRUBY_VERSION
end

group :test do
  gem "rspec", '~> 3.0.0.beta1'
end

gem "jruby-openssl" if defined? JRUBY_VERSION

platforms :rbx do
  gem 'rubysl', '~> 2.0'         # if using anything in the ruby standard library
  gem 'psych'                    # if using yaml
  gem 'rubinius-developer_tools' # if using any of coverage, debugger, profiler
end

gemspec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
koala-1.9.0 Gemfile
koala-1.9.0rc1 Gemfile