magic-xml 0.2013.04.14

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.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/lib/magic_xml.rb +1379 -0
  3. data/test.xml +1 -0
  4. data/tests.rb +836 -0
  5. metadata +56 -0
metadata ADDED
@@ -0,0 +1,56 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: magic-xml
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2013.04.14
5
+ platform: ruby
6
+ authors:
7
+ - Tomasz Wegrzanowski
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2013-04-14 00:00:00 Z
13
+ dependencies: []
14
+
15
+ description: The best Ruby library for handling XML
16
+ email:
17
+ - Tomasz.Wegrzanowski@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - lib/magic_xml.rb
26
+ - tests.rb
27
+ - test.xml
28
+ homepage: https://github.com/taw/magic-xml
29
+ licenses: []
30
+
31
+ metadata: {}
32
+
33
+ post_install_message:
34
+ rdoc_options: []
35
+
36
+ require_paths:
37
+ - lib
38
+ required_ruby_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - &id001
41
+ - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: "0"
44
+ required_rubygems_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - *id001
47
+ requirements: []
48
+
49
+ rubyforge_project:
50
+ rubygems_version: 2.0.3
51
+ signing_key:
52
+ specification_version: 4
53
+ summary: The best Ruby library for handling XML
54
+ test_files:
55
+ - tests.rb
56
+ - test.xml