Skip to content

Commit

Permalink
Merge pull request #1 from gwshaw/remove_bin
Browse files Browse the repository at this point in the history
Remove unneeded bin specification
  • Loading branch information
Alex Curtin authored Jun 14, 2017
2 parents 5e334f5 + 7bc8d51 commit 8806302
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/sanitize_order/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SanitizeOrder
VERSION = "1.1.2"
VERSION = "1.1.3"
end
2 changes: 0 additions & 2 deletions sanitize_order.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ Gem::Specification.new do |spec|
spec.license = 'Apache-2.0'

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = 'bin'
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ['lib', 'app']

spec.required_ruby_version = '>= 2.2.2'
Expand Down

0 comments on commit 8806302

Please sign in to comment.