Skip to content

Commit

Permalink
Merge pull request #93 from duckinator/gemspec-patch
Browse files Browse the repository at this point in the history
Fix `rake build`.
  • Loading branch information
simonoff committed Sep 7, 2013
2 parents e68e0b4 + 53e288d commit a977cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubyzip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec = Gem::Specification.new do |s|
s.homepage = 'http://github.com/rubyzip/rubyzip'
s.platform = Gem::Platform::RUBY
s.summary = 'rubyzip is a ruby module for reading and writing zip files'
s.files = Dir.glob("{samples,lib}/**/*.rb") + %w{ README.md NEWS TODO Rakefile }
s.files = Dir.glob("{samples,lib}/**/*.rb") + %w{ README.md TODO Rakefile }
s.require_paths = ['lib']
s.required_ruby_version = '>= 1.9.2'
end

0 comments on commit a977cdd

Please sign in to comment.