Skip to content

Commit 2a109c8

Browse files
committed
remove HISTORY.md from bson and bson_ext gemspec
1 parent 72cb12c commit 2a109c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bson.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
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.'
1010
s.rubyforge_project = 'bson'
1111

12-
s.files = ['bson.gemspec', 'LICENSE', 'HISTORY.md', 'VERSION']
12+
s.files = ['bson.gemspec', 'LICENSE', 'VERSION']
1313
s.files += ['bin/b2json', 'bin/j2bson', 'lib/bson.rb']
1414
s.files += Dir['lib/bson/**/*.rb']
1515

bson_ext.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
s.description = 'C extensions to accelerate the Ruby BSON serialization. For more information about BSON, see http://bsonspec.org. For information about MongoDB, see http://www.mongodb.org.'
1111
s.rubyforge_project = 'bson_ext'
1212

13-
s.files = ['bson_ext.gemspec', 'LICENSE', 'HISTORY.md', 'VERSION']
13+
s.files = ['bson_ext.gemspec', 'LICENSE', 'VERSION']
1414
s.files += Dir['ext/**/*.rb'] + Dir['ext/**/*.c'] + Dir['ext/**/*.h']
1515

1616
s.require_paths = ['ext/bson_ext']

0 commit comments

Comments
 (0)