rsxml 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/rsxml.gemspec +2 -2
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -15,7 +15,7 @@ require 'jeweler'
|
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
|
16
16
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
|
17
17
|
gem.name = "rsxml"
|
|
18
|
-
gem.homepage = "http://github.com/
|
|
18
|
+
gem.homepage = "http://github.com/mccraigmccraig/rsxml"
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{an s-expression representation of XML documents in Ruby}
|
|
21
21
|
gem.description = %Q{convert XML documents to an s-expression representation and back again in Ruby}
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.1
|
data/rsxml.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "rsxml"
|
|
8
|
-
s.version = "0.4.
|
|
8
|
+
s.version = "0.4.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Trampoline Systems Ltd"]
|
|
@@ -42,7 +42,7 @@ Gem::Specification.new do |s|
|
|
|
42
42
|
"spec/rsxml_spec.rb",
|
|
43
43
|
"spec/spec_helper.rb"
|
|
44
44
|
]
|
|
45
|
-
s.homepage = "http://github.com/
|
|
45
|
+
s.homepage = "http://github.com/mccraigmccraig/rsxml"
|
|
46
46
|
s.licenses = ["MIT"]
|
|
47
47
|
s.require_paths = ["lib"]
|
|
48
48
|
s.rubygems_version = "1.8.23"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rsxml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -172,7 +172,7 @@ files:
|
|
|
172
172
|
- spec/rsxml/xml_spec.rb
|
|
173
173
|
- spec/rsxml_spec.rb
|
|
174
174
|
- spec/spec_helper.rb
|
|
175
|
-
homepage: http://github.com/
|
|
175
|
+
homepage: http://github.com/mccraigmccraig/rsxml
|
|
176
176
|
licenses:
|
|
177
177
|
- MIT
|
|
178
178
|
post_install_message:
|
|
@@ -187,7 +187,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
187
187
|
version: '0'
|
|
188
188
|
segments:
|
|
189
189
|
- 0
|
|
190
|
-
hash:
|
|
190
|
+
hash: 3708454667278982267
|
|
191
191
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
192
192
|
none: false
|
|
193
193
|
requirements:
|