canonix.gemspec in canonix-0.1.3 vs canonix.gemspec in canonix-0.1.4
- old
+ new
@@ -3,15 +3,15 @@
# 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.3"
+ s.version = "0.1.4"
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.date = %q{2011-07-12}
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 XML Canonicaliser as the other project seems to be abandoned.}
s.email = %q{brendon@spike.net.nz}
s.extra_rdoc_files = [
@@ -36,11 +36,11 @@
"test/test_xmlcanonicalizer.rb",
"tests.watchr"
]
s.homepage = %q{http://github.com/brendon/canonix}
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.5.0}
- s.summary = %q{XML Canonicalizer for Ruby >= 1.92}
+ s.rubygems_version = %q{1.4.2}
+ s.summary = %q{XML Canonicalizer for Ruby >= 1.9.2}
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then