Rakefile in canonix-0.1.2 vs Rakefile in canonix-0.1.3

- old
+ new

@@ -6,10 +6,10 @@ Jeweler::Tasks.new do |gem| gem.name = "canonix" gem.summary = %Q{XML Canonicalizer for Ruby >= 1.92} gem.description = %Q{This is based on andrewferk's rewrite for Ruby 1.9 compatibility, but applies relevance's fix to ensure proper canonicalisation. It is intended that this be the new official - Ruby Canonicaliser as the other project seems to be abandoned.} + Ruby XML Canonicaliser as the other project seems to be abandoned.} gem.email = "brendon@spike.net.nz" gem.homepage = "http://github.com/brendon/canonix" gem.authors = ["Brendon Muir"] gem.add_development_dependency "thoughtbot-shoulda", ">= 0" # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings