Sha256: fd17aef9658f292e5b228fbf1971752390b29f27935a4ab84eb9029310cdc2f9
Contents?: true
Size: 922 Bytes
Versions: 51
Compression:
Stored size: 922 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "bson" s.version = "1.6.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jim Menard", "Mike Dirolf", "Kyle Banker"] s.date = "2012-03-07" s.description = "A Ruby BSON implementation for MongoDB. For more information about Mongo, see http://www.mongodb.org. For more information on BSON, see http://www.bsonspec.org." s.email = "mongodb-dev@googlegroups.com" s.executables = ["b2json", "j2bson"] s.files = ["bin/b2json", "bin/j2bson"] s.homepage = "http://www.mongodb.org" s.require_paths = ["lib"] s.rubygems_version = "1.8.21" s.summary = "Ruby implementation of BSON" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
51 entries across 51 versions & 2 rubygems