Sha256: 092b2cf87f2625671703c9b8ae443216e4fa7da58d66824022c6ab8a383d1434
Contents?: true
Size: 406 Bytes
Versions: 5
Compression:
Stored size: 406 Bytes
Contents
source "http://rubygems.org" # Specify your gem's dependencies in canard.gemspec gemspec group :test do gem 'rake' end # for CRuby, Rubinius, including Windows and RubyInstaller group :development, :test do gem 'bson', "~> 1.6.4" platform :ruby, :mswin, :mingw do gem "sqlite3" gem "bson_ext", "~> 1.6.4" end platform :jruby do gem 'activerecord-jdbcsqlite3-adapter' end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
canard-0.5.0.pre | Gemfile |
canard-0.4.3 | Gemfile |
canard-0.4.2.pre | Gemfile |
canard-0.4.1 | Gemfile |
canard-0.4.0 | Gemfile |