Sha256: 022e997610e985ac2e77bcf831684d8f76cd9c063f9c66398ace5cc602b53132

Contents?: true

Size: 771 Bytes

Versions: 2

Compression:

Stored size: 771 Bytes

Contents

require "lib/bson"

Gem::Specification.new do |s|
  s.name = 'bson'

  s.version = BSON::VERSION

  s.platform = Gem::Platform::RUBY
  s.summary = 'Ruby implementation of BSON'
  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.require_paths = ['lib']

  s.files  = ['Rakefile', 'bson.gemspec', 'LICENSE.txt']
  s.files += ['lib/bson.rb'] + Dir['lib/bson/**/*.rb']
  s.files += ['bin/b2json']
  s.test_files = Dir['test/mongo_bson/*.rb']

  s.executables = ['b2json']

  s.has_rdoc = true

  s.authors = ['Jim Menard', 'Mike Dirolf', 'Kyle Banker']
  s.email = 'mongodb-dev@googlegroups.com'
  s.homepage = 'http://www.mongodb.org'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bson-1.0.3 bson.gemspec
bson-1.0.2 bson.gemspec