Skip to content

Commit

Permalink
Replace reference to Ruby "1.92" with "1.9.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
sumbach committed Jul 7, 2011
1 parent 075e76b commit 3def109
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
@@ -1,6 +1,6 @@
= Canonix

XML Canonicalizer for Ruby >= 1.92
XML Canonicalizer for Ruby >= 1.9.2

This is taken from XMLCanonicalizer/WSS4R and http://github.com/borisnadion/xml-canonicalizer and https://github.com/andrewferk/xmlcanonicalizer.

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,7 +5,7 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "canonix"
gem.summary = %Q{XML Canonicalizer for Ruby >= 1.92}
gem.summary = %Q{XML Canonicalizer for Ruby >= 1.9.2}
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 XML Canonicaliser as the other project seems to be abandoned.}
Expand Down
10 changes: 5 additions & 5 deletions canonix.gemspec
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |s|
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.authors = [%q{Brendon Muir}]
s.date = %q{2011-07-07}
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.}
Expand Down Expand Up @@ -37,9 +37,9 @@ Gem::Specification.new do |s|
"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.require_paths = [%q{lib}]
s.rubygems_version = %q{1.8.5}
s.summary = %q{XML Canonicalizer for Ruby >= 1.9.2}

if s.respond_to? :specification_version then
s.specification_version = 3
Expand Down

0 comments on commit 3def109

Please sign in to comment.