Skip to content

Commit

Permalink
Executables fix (v0.9.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
JBlackN committed Sep 20, 2015
1 parent 92a42b3 commit fe7f0ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions budik.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.bindir = 'bin'
# spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.executables << 'budik'
spec.executables << 'budik.bat'
spec.require_paths = ['lib']

spec.add_dependency 'colorize'
Expand Down
2 changes: 1 addition & 1 deletion lib/budik/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# collection (local or YouTube).
module Budik
# Application's version
VERSION = '0.9.0'
VERSION = '0.9.1'
end

0 comments on commit fe7f0ce

Please sign in to comment.