freebsd-ports/devel/rubygem-bson1/files/patch-gemspec

10 lines
1 KiB
Text

--- bson.gemspec.orig 2014-11-29 13:32:55.000000000 +0000
+++ bson.gemspec 2014-11-29 13:33:02.000000000 +0000
@@ -12,7 +12,6 @@
s.date = "2014-09-15"
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 = ["LICENSE", "VERSION", "bin/b2json", "bin/j2bson", "bson.gemspec", "lib/bson.rb", "lib/bson/bson_c.rb", "lib/bson/bson_java.rb", "lib/bson/bson_ruby.rb", "lib/bson/byte_buffer.rb", "lib/bson/exceptions.rb", "lib/bson/grow.rb", "lib/bson/ordered_hash.rb", "lib/bson/support/hash_with_indifferent_access.rb", "lib/bson/types/binary.rb", "lib/bson/types/code.rb", "lib/bson/types/dbref.rb", "lib/bson/types/min_max_keys.rb", "lib/bson/types/object_id.rb", "lib/bson/types/regex.rb", "lib/bson/types/timestamp.rb"]
s.homepage = "http://www.mongodb.org"
s.licenses = ["Apache License Version 2.0"]