gaptool-client.gemspec in gaptool-client-0.8.0.pre.alpha4 vs gaptool-client.gemspec in gaptool-client-0.8.0.pre.alpha5
- old
+ new
@@ -8,10 +8,10 @@
s.description = %q{gaptool cli client}
s.licenses = ['MIT']
s.rubyforge_project = 'gaptool-client'
- s.files = Dir['lib/*'] + %w(LICENSE.TXT README.md VERSION Rakefile gaptool-client.gemspec)
+ s.files = Dir['bin/*'] + Dir['lib/**/*'] + %w(LICENSE.TXT README.md VERSION Rakefile gaptool-client.gemspec)
s.test_files = Dir['test/*']
s.executables = Dir['bin/*'].map {|x| x.sub(/^bin\//, '')}
s.require_paths = ['lib']
s.add_runtime_dependency 'json', '~> 1.8'