toycol.gemspec in toycol-0.1.0 vs toycol.gemspec in toycol-0.2.0

- old
+ new

@@ -22,11 +22,10 @@ # The `git ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir(File.expand_path(__dir__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) } end spec.bindir = "exe" - spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } + spec.executables << "toycol" spec.require_paths = ["lib"] - spec.add_dependency "puma" spec.add_dependency "rack", "~> 2.0" end