Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Commit

Permalink
include files in ci and test directories to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Fuchs committed Nov 17, 2010
1 parent 05bfa65 commit b5841f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.summary = "New wave Internationalization support for Ruby"
s.description = "New wave Internationalization support for Ruby."

s.files = `git ls-files lib`.split("\n") + %w(README.textile MIT-LICENSE CHANGELOG.textile)
s.files = Dir.glob("{ci,lib,test}/**/**") + %w(README.textile MIT-LICENSE CHANGELOG.textile)
s.platform = Gem::Platform::RUBY
s.require_path = 'lib'
s.rubyforge_project = '[none]'
Expand Down

0 comments on commit b5841f3

Please sign in to comment.