Skip to content

Commit

Permalink
Gemspec wasn't right. Quick change to get the gem to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
elskwid committed Jun 11, 2008
1 parent bf7c69f commit 4c5aa57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions munger.gemspec
Expand Up @@ -5,11 +5,7 @@ Gem::Specification.new do |s|
s.author = "[Scott Chacon, Don Morrison]"
s.email = "elskwid@gmail.com"
s.summary = "A reporting engine in Ruby (El Skwid fork)"
s.files = FileList['lib/**/*', 'spec/**/*'].to_a

s.homepage = "http://github/elskwid/munger"

s.require_path = "lib"
s.test_files = Dir.glob('spec/*.rb')
s.has_rdoc = true
end

0 comments on commit 4c5aa57

Please sign in to comment.