Skip to content

Commit

Permalink
updated the gemspec for 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Jul 18, 2008
1 parent 277c43f commit a3c0c67
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions munger.gemspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = "munger"
s.version = "0.1.3.2"
s.authors = ["Scott Chacon", "Don Morrison"]
s.email = "elskwid@gmail.com"
s.summary = "A reporting engine in Ruby (El Skwid fork)"
s.homepage = "http://github/elskwid/munger"
s.has_rdoc = true
s.platform = Gem::Platform::RUBY
s.name = "munger"
s.version = "0.1.4"
s.authors = ['Scott Chacon', 'Brandon Mitchell', 'Don Morrison', 'Eric Lindvall']
s.email = "schacon@gmail.com"
s.summary = "A reporting engine in Ruby"
s.homepage = "http://github/schacon/munger"
s.has_rdoc = true
s.files = ["munger.gemspec",
"Rakefile",
"README",
Expand All @@ -23,12 +23,14 @@ Gem::Specification.new do |s|
"lib/munger/render/html.rb",
"lib/munger/render/sortable_html.rb",
"lib/munger/render/text.rb",
"lib/munger/render/csv.rb",
"spec/spec_base.rb",
"spec/spec_data.rb",
"spec/spec_helper.rb",
"spec/spec_item.rb",
"spec/spec_render.rb",
"spec/spec_render_html.rb",
"spec/spec_render_text.rb",
"spec/spec_render_csv.rb",
"spec/spec_report.rb"]
end
end

0 comments on commit a3c0c67

Please sign in to comment.