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 737d306 + e720521 commit 35016a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/status_querier/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module StatusQuerier
VERSION = '1.2.3'
VERSION = '1.2.4'
end
2 changes: 0 additions & 2 deletions status_querier.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.3'
Expand Down

0 comments on commit 35016a8

Please sign in to comment.