Skip to content

Commit

Permalink
install only aptly-cli (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
sepulworld committed Mar 15, 2017
1 parent a0959da commit 4f84411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aptly_cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

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.executables = "aptly-cli"
spec.require_paths = ["lib"]
spec.required_ruby_version = '>= 2.0.0'

Expand Down
2 changes: 1 addition & 1 deletion lib/aptly_cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AptlyCli
VERSION = '0.4.0'.freeze
VERSION = '0.4.1'.freeze
end

0 comments on commit 4f84411

Please sign in to comment.