archangel.gemspec in archangel-0.0.4 vs archangel.gemspec in archangel-0.0.5

- old
+ new

@@ -13,10 +13,10 @@ s.homepage = "https://github.com/archangel/archangel" s.summary = "Archangel CMS" s.description = "Archangel is a Rails CMS" s.license = "MIT" s.files = `git ls-files -z`.split("\x0") - s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) } + s.executables = ["archangel"] s.required_ruby_version = ">= 2.2.10" s.add_dependency "jquery-rails", "~> 4.1", ">= 4.1.0" s.add_dependency "rails", "~> 5.1", ">= 5.1.4"