We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 737d306 + e720521 commit 35016a8Copy full SHA for 35016a8
lib/status_querier/version.rb
@@ -1,3 +1,3 @@
1
module StatusQuerier
2
- VERSION = '1.2.3'
+ VERSION = '1.2.4'
3
end
status_querier.gemspec
@@ -13,8 +13,6 @@ Gem::Specification.new do |spec|
13
spec.license = 'Apache-2.0'
14
15
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) }
18
spec.require_paths = ['lib']
19
20
spec.required_ruby_version = '>= 2.2.3'
0 commit comments