Skip to content

Commit

Permalink
Fix file glob to properly grab qless-core lua scripts.
Browse files Browse the repository at this point in the history
Closes #40.
  • Loading branch information
myronmarston committed Jun 30, 2012
1 parent 99bccee commit 0eb1eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qless.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|


s.files = %w(README.md Gemfile Rakefile HISTORY.md) s.files = %w(README.md Gemfile Rakefile HISTORY.md)
s.files += Dir.glob("lib/**/*.rb") s.files += Dir.glob("lib/**/*.rb")
s.files += Dir.glob("lib/qless-core/*.lua") s.files += Dir.glob("lib/qless/qless-core/*.lua")
s.files += Dir.glob("bin/**/*") s.files += Dir.glob("bin/**/*")
s.executables = [ "qless-web" ] s.executables = [ "qless-web" ]


Expand Down

0 comments on commit 0eb1eb6

Please sign in to comment.