Rakefile in chrislloyd-gravtastic-1.5.1 vs Rakefile in chrislloyd-gravtastic-1.5.2
- old
+ new
@@ -3,19 +3,20 @@
require 'rubygems/specification'
require 'spec/rake/spectask'
require 'date'
GEM = "gravtastic"
-GEM_VERSION = "1.5.1"
+GEM_VERSION = "1.5.2"
AUTHOR = "Chris Lloyd"
EMAIL = "christopher.lloyd@gmail.com"
HOMEPAGE = "http://github.com/chrislloyd/gravtastic"
SUMMARY = "Easily add Gravatars to your Ruby objects."
spec = Gem::Specification.new do |s|
s.name = GEM
s.version = GEM_VERSION
s.platform = Gem::Platform::RUBY
+ s.rubyforge_project = GEM
s.has_rdoc = true
s.extra_rdoc_files = ['README.textile', 'LICENSE']
s.summary = SUMMARY
s.description = s.summary
s.author = AUTHOR