We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffec965 commit cfee584Copy full SHA for cfee584
ruby-protocol-buffers.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
11
gem.summary = %{Ruby compiler and runtime for the google protocol buffers library.}
12
gem.homepage = "https://github.com/codekitchen/ruby-protocol-buffers"
13
14
- gem.files = `git ls-files`.split($/)
+ gem.files = `git ls-files`.split($/) + ['lib/protocol_buffers/runtime/text_parser.rb']
15
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
16
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
17
gem.require_paths = ["lib"]
0 commit comments