Skip to content

Commit

Permalink
Merge pull request #23 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 01d0764 + 52ceda2 commit 074d12f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/service_logger/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ServiceLogger
VERSION = "1.4.1"
VERSION = "1.4.2"
end
2 changes: 0 additions & 2 deletions service_logger.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']

spec.required_ruby_version = '>= 2.2.2'
Expand Down

0 comments on commit 074d12f

Please sign in to comment.