Skip to content

Commit

Permalink
Update gemspec info in rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
smtlaissezfaire committed Mar 13, 2009
1 parent c0c5f7c commit 9abf830
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Rakefile
@@ -1,14 +1,16 @@
#!/usr/bin/env ruby

PROJECT_NAME = "Simply"

begin
require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = "the-perfect-gem"
s.name = "#{PROJECT_NAME}"
s.summary = "TODO"
s.email = "josh@technicalpickles.com"
s.homepage = "http://github.com/technicalpickles/the-perfect-gem"
s.email = "scott@railsnewbie.com"
s.homepage = "http://github.com/smtlaissezfaire/#{PROJECT_NAME.downcase}"
s.description = "TODO"
s.authors = ["Josh Nichols"]
s.authors = ["Scott Taylor"]
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
Expand Down

0 comments on commit 9abf830

Please sign in to comment.