coffee_roasters.gemspec in coffee_roasters-0.1.0 vs coffee_roasters.gemspec in coffee_roasters-0.1.2

- old
+ new

@@ -8,12 +8,12 @@ spec.version = CoffeeRoasters::VERSION spec.authors = ["Miwa"] spec.email = ["paintfx@gmail.com"] spec.summary = "coffee roasters cli gem" - spec.description = "top 21 coffee roasters in the U.S." - spec.homepage = "https://github.com/mietone/coffee_roasters" + spec.description = "the best 21 coffee roasters in the U.S." + spec.homepage = "https://github.com/mietone/coffee-roasters-cli-app" spec.license = "MIT" # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host. # if spec.respond_to?(:metadata) @@ -24,11 +24,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 = "exe" + spec.executables = ["coffee_roasters"] spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.16" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0"