ruby_pager.gemspec in ruby_pager-0.1.1 vs ruby_pager.gemspec in ruby_pager-0.1.2

- old
+ new

@@ -2,13 +2,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "ruby_pager/version" Gem::Specification.new do |spec| spec.name = "ruby_pager" - spec.version = RubyPager::VERSION - spec.authors = ["Vicente Bosch"] - spec.email = ["vbosch@gmail.com"] + spec.version = RubyPager::VERSION + spec.authors = ["Vicente Bosch"] + spec.email = ["vbosch@gmail.com"] spec.summary = "command line tools to read and modify PAGE xmls" spec.description = "command line tools to read and modify PAGE xmls" spec.homepage = "https://github.com/vbosch/ruby_pager" spec.license = "MIT" @@ -23,11 +23,11 @@ end spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end - spec.bindir = "exe" - spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } + spec.bindir = 'bin' + spec.executables = ["baseline_noise","line_edit","page_create","region_edit"] spec.require_paths = ["lib"] spec.add_development_dependency "bundler" spec.add_development_dependency "rake" spec.add_development_dependency "rspec" spec.add_development_dependency "aruba"