Skip to content

Commit 35016a8

Browse files
author
Alex Curtin
authored
Merge pull request #1 from gwshaw/remove_bin
Remove unneeded bin specification
2 parents 737d306 + e720521 commit 35016a8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/status_querier/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module StatusQuerier
2-
VERSION = '1.2.3'
2+
VERSION = '1.2.4'
33
end

status_querier.gemspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Gem::Specification.new do |spec|
1313
spec.license = 'Apache-2.0'
1414

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

2018
spec.required_ruby_version = '>= 2.2.3'

0 commit comments

Comments
 (0)