xmlcanonicalizer.gemspec in xmlcanonicalizer-0.0.0.pre1 vs xmlcanonicalizer.gemspec in xmlcanonicalizer-0.1.0
- old
+ new
@@ -3,13 +3,13 @@
# Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{xmlcanonicalizer}
- s.version = "0.0.0.pre1"
+ s.version = "0.1.0"
- s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Andrew Ferk"]
s.date = %q{2010-09-12}
s.description = %q{This is taken from XMLCanonicalizer/WSS4R and http://github.com/borisnadion/xml-canonicalizer}
s.email = %q{andrewferk@gmail.com}
s.extra_rdoc_files = [
@@ -21,10 +21,13 @@
".gitignore",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
+ "lib/xml/util/xmlcanonicalizer.rb",
"lib/xmlcanonicalizer.rb",
+ "test/complex.xml",
+ "test/expected.xml",
"test/helper.rb",
"test/test_xmlcanonicalizer.rb",
"xmlcanonicalizer.gemspec"
]
s.homepage = %q{http://github.com/andrewferk/xmlcanonicalizer}