canonix.gemspec in canonix-0.1.2 vs canonix.gemspec in canonix-0.1.3

- old
+ new

@@ -3,26 +3,24 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{canonix} - s.version = "0.1.2" + s.version = "0.1.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Brendon Muir"] s.date = %q{2011-07-03} s.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.} s.email = %q{brendon@spike.net.nz} s.extra_rdoc_files = [ - "LICENSE", "README.rdoc" ] s.files = [ ".document", ".rvmrc", - "LICENSE", "README.rdoc", "Rakefile", "VERSION", "canonix.gemspec", "lib/xml/util/xmlcanonicalizer.rb",