Skip to content

Commit

Permalink
update rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgolick committed Jan 5, 2010
1 parent 99997db commit 1e952f4
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Rakefile
Expand Up @@ -4,14 +4,12 @@ require 'rake'
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "fetlife-munin-plugins"
gem.summary = %Q{TODO: one-line summary of your gem}
gem.description = %Q{TODO: longer description of your gem}
gem.email = "james@giraffesoft.ca"
gem.homepage = "http://github.com/giraffesoft/fetlife-munin-plugins"
gem.name = "munin_plugin"
gem.summary = %Q{Friendly API for creating munin plugins in ruby.}
gem.description = %Q{Friendly API for creating munin plugins in ruby.}
gem.email = "jamesgolick@gmail.com"
gem.homepage = "http://github.com/jamesgolick/munin_plugin"
gem.authors = ["James Golick"]
gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
rescue LoadError
Expand Down

0 comments on commit 1e952f4

Please sign in to comment.