Skip to content

Commit

Permalink
Include scripts in the packaged gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Jan 20, 2010
1 parent f784dec commit 1b09424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -41,7 +41,7 @@ gemspec = Gem::Specification.new do |s|
s.summary = %q{Send your application errors to our hosted service and reclaim your inbox.}

s.files = FileList['[A-Z]*', 'generators/**/*.*', 'lib/**/*.rb',
'test/**/*.rb', 'rails/**/*.rb', 'tasks/**/*.rake']
'test/**/*.rb', 'rails/**/*.rb', 'tasks/**/*.rake', 'script/*']
s.require_path = 'lib'
s.test_files = Dir[*['test/**/*_test.rb']]

Expand Down

0 comments on commit 1b09424

Please sign in to comment.