Skip to content

Commit cfee584

Browse files
committed
fix text_parser.rb gem inclusion
1 parent ffec965 commit cfee584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby-protocol-buffers.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
1111
gem.summary = %{Ruby compiler and runtime for the google protocol buffers library.}
1212
gem.homepage = "https://github.com/codekitchen/ruby-protocol-buffers"
1313

14-
gem.files = `git ls-files`.split($/)
14+
gem.files = `git ls-files`.split($/) + ['lib/protocol_buffers/runtime/text_parser.rb']
1515
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
1616
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
1717
gem.require_paths = ["lib"]

0 commit comments

Comments
 (0)