xml-smart 0.3.0.2 → 0.3.0.3
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/README.rdoc +3 -1
- data/xml-smart.gemspec +1 -1
- metadata +10 -10
data/README.rdoc
CHANGED
|
@@ -24,7 +24,9 @@ This program is distributed without any warranty. See the file
|
|
|
24
24
|
|
|
25
25
|
=== Inherits Nokogiris GREAT compatibility for platforms and Ruby interpreters
|
|
26
26
|
|
|
27
|
-
=== XML only
|
|
27
|
+
=== XML only
|
|
28
|
+
|
|
29
|
+
sorry, no css selectors, html, ... go to Nokogiri if you look for these
|
|
28
30
|
|
|
29
31
|
=== Great and convenient namespace support, compared to everything else out there
|
|
30
32
|
|
data/xml-smart.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xml-smart
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.0.
|
|
4
|
+
version: 0.3.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2012-12-12 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: nokogiri
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &78866640 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *78866640
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: lockfile
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &78865760 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,10 +32,10 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *78865760
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: term-ansicolor
|
|
38
|
-
requirement: &
|
|
38
|
+
requirement: &78864400 !ruby/object:Gem::Requirement
|
|
39
39
|
none: false
|
|
40
40
|
requirements:
|
|
41
41
|
- - ! '>='
|
|
@@ -43,10 +43,10 @@ dependencies:
|
|
|
43
43
|
version: '0'
|
|
44
44
|
type: :runtime
|
|
45
45
|
prerelease: false
|
|
46
|
-
version_requirements: *
|
|
46
|
+
version_requirements: *78864400
|
|
47
47
|
- !ruby/object:Gem::Dependency
|
|
48
48
|
name: minitest
|
|
49
|
-
requirement: &
|
|
49
|
+
requirement: &78888860 !ruby/object:Gem::Requirement
|
|
50
50
|
none: false
|
|
51
51
|
requirements:
|
|
52
52
|
- - ! '>='
|
|
@@ -54,7 +54,7 @@ dependencies:
|
|
|
54
54
|
version: '0'
|
|
55
55
|
type: :runtime
|
|
56
56
|
prerelease: false
|
|
57
|
-
version_requirements: *
|
|
57
|
+
version_requirements: *78888860
|
|
58
58
|
description: ! "== XML::Smart - A Ruby class for fast and simple XML access\n\nCopyright
|
|
59
59
|
(C) 2004-2012 Jürgen Mangler <juergen.mangler@univie.ac.at>\n\nRuby/XML/Smart is
|
|
60
60
|
freely distributable according to the terms of the\nGNU Lesser General Public License
|
|
@@ -64,7 +64,7 @@ description: ! "== XML::Smart - A Ruby class for fast and simple XML access\n\nC
|
|
|
64
64
|
ready)\n- Works on Linux, OSX, Windows \n\n== Features\n\n=== Principle of least
|
|
65
65
|
surprise]\n\n- Nokogiri is messy - violence always is\n- libxml smells like old-school
|
|
66
66
|
C-Binding ;-)\n- rex is ... strange\n\n=== Inherits Nokogiris GREAT compatibility
|
|
67
|
-
for platforms and Ruby interpreters\n\n=== XML only
|
|
67
|
+
for platforms and Ruby interpreters\n\n=== XML only\n\nsorry, no css selectors,
|
|
68
68
|
html, ... go to Nokogiri if you look for these \n\n=== Great and convenient namespace
|
|
69
69
|
support, compared to everything else out there\n\n- use namespaces in xpaths without
|
|
70
70
|
any additional work\n\n doc = XML::Smart.string('<test xmlns:aaa=\"uri:aaa\"><aaa:test/></test>')\n
|