Sha256: fa9321bac2d04b106c36484e0f890f49457c586350182fce154fe6b724ab6043
Contents?: true
Size: 740 Bytes
Versions: 1
Compression:
Stored size: 740 Bytes
Contents
Gem::Specification.new do |s| s.name = 'easymongo' s.version = '0.0.6' s.date = '2017-07-20' s.summary = "Super Easy MongoDB client" s.description = "The way MongoDB for Ruby should be, can't get easier than this" s.authors = ["Fugroup Limited"] s.email = 'vidar@fugroup.net' s.add_runtime_dependency 'mongo', '>= 2.2' s.add_runtime_dependency 'activesupport', '>= 4.0' s.add_runtime_dependency 'request_store', '>= 1.2' s.add_development_dependency 'futest', '>= 0' s.homepage = 'https://github.com/fugroup/easymongo' s.license = 'MIT' s.require_paths = ['lib'] s.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
easymongo-0.0.6 | easymongo.gemspec |