Skip to content

Commit

Permalink
Add generators to gem file list
Browse files Browse the repository at this point in the history
  • Loading branch information
obrie committed Mar 1, 2010
1 parent e87f7f8 commit f4d9f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -10,7 +10,7 @@ spec = Gem::Specification.new do |s|
s.summary = 'Adds support for easily creating custom preferences for ActiveRecord models' s.summary = 'Adds support for easily creating custom preferences for ActiveRecord models'
s.description = s.summary s.description = s.summary


s.files = FileList['{app,lib,test}/**/*'] + %w(CHANGELOG.rdoc init.rb LICENSE Rakefile README.rdoc) - FileList['test/app_root/{log,log/*,script,script/*}'] s.files = FileList['{app,generators,lib,test}/**/*'] + %w(CHANGELOG.rdoc init.rb LICENSE Rakefile README.rdoc) - FileList['test/app_root/{log,log/*,script,script/*}']
s.require_path = 'lib' s.require_path = 'lib'
s.has_rdoc = true s.has_rdoc = true
s.test_files = Dir['test/**/*_test.rb'] s.test_files = Dir['test/**/*_test.rb']
Expand Down

0 comments on commit f4d9f2b

Please sign in to comment.