Sha256: 4a27d53acf8943f1c69f67fdb3a313281d6c0389846cbc0df264ba5a444a37cf
Contents?: true
Size: 658 Bytes
Versions: 2
Compression:
Stored size: 658 Bytes
Contents
source "http://rubygems.org/" # The use of the `gemspec` directive generates tons of warnings when running the specs. # That's because some of the specs are testing Bundler, and Bundler detects this file. # So if you see messages like the one below, you can ignore them. # warning: Bundler `path' components are not currently supported. # The `warbler-1.4.0.dev' component was not bundled. # Your application may fail to boot! gemspec group :development do gem "jruby-openssl", :platform => :jruby gem "rcov", ">= 0.9.8", :platform => :mri_18 gem "childprocess", :platform => :mri end if RUBY_VERSION < "1.9" gem 'rubyzip', '~> 0.9' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
warbler-1.4.0 | Gemfile |
warbler-1.4.0.beta2 | Gemfile |