Skip to content

Commit

Permalink
try fixing the gemspec for the executable [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Fuchs committed Apr 7, 2012
1 parent 640c1e4 commit 6d6608b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion space.gemspec
Expand Up @@ -13,8 +13,8 @@ Gem::Specification.new do |s|
s.description = "space."

s.files = Dir.glob("{lib/**/*,[A-Z]*}")
s.executables = 'space'
s.platform = Gem::Platform::RUBY
s.executables = ['space']
s.require_paths = ['lib']
s.rubyforge_project = '[none]'
end

0 comments on commit 6d6608b

Please sign in to comment.