Rakefile in git-fogbugz-0.1.2 vs Rakefile in git-fogbugz-0.1.3
- old
+ new
@@ -4,10 +4,10 @@
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "git-fogbugz"
gem.summary = %Q{Log git pushes to fogbugz}
- gem.description = %Q{Log git pushes to fogbugz}
+ gem.description = %Q{Git integretion with a FogBugz server}
gem.email = "roy@roywblack.com"
gem.homepage = "http://github.com/roywblack/git-fogbugz"
gem.authors = ["Roy W. Black"]
gem.add_dependency('grit', '>= 2.0.0')
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings