Skip to content

Commit

Permalink
Remove history from gemspec as file is gone.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Jun 18, 2010
1 parent 146509a commit 96763e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion happymapper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.email = ['[email protected]']
s.version = HappyMapper::Version
s.platform = Gem::Platform::RUBY
s.files = Dir.glob("{examples,lib,spec}/**/*") + %w[License Rakefile README.rdoc History]
s.files = Dir.glob("{examples,lib,spec}/**/*") + %w[License Rakefile README.rdoc]

s.add_dependency 'libxml-ruby', '~> 1.1.3'
s.add_development_dependency 'rspec', '~> 1.3.0'
Expand Down

0 comments on commit 96763e8

Please sign in to comment.