xml_schema 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +3 -2
- data/Gemfile.lock +14 -0
- data/lib/xml_schema/version.rb +1 -1
- metadata +40 -19
data/.gitignore
CHANGED
data/Gemfile.lock
ADDED
data/lib/xml_schema/version.rb
CHANGED
metadata
CHANGED
@@ -1,26 +1,37 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: xml_schema
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 1317335842608397244
|
5
5
|
prerelease:
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 0
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
6
11
|
platform: ruby
|
7
|
-
authors:
|
12
|
+
authors:
|
8
13
|
- Slava Kravchenko
|
9
14
|
autorequire:
|
10
15
|
bindir: bin
|
11
16
|
cert_chain: []
|
12
|
-
|
17
|
+
|
18
|
+
date: 2011-11-13 00:00:00 +03:00
|
13
19
|
default_executable:
|
14
20
|
dependencies: []
|
21
|
+
|
15
22
|
description: Helper methods and constants to handle XmlSchema
|
16
|
-
email:
|
23
|
+
email:
|
17
24
|
- slava.kravchenko@gmail.com
|
18
25
|
executables: []
|
26
|
+
|
19
27
|
extensions: []
|
28
|
+
|
20
29
|
extra_rdoc_files: []
|
21
|
-
|
30
|
+
|
31
|
+
files:
|
22
32
|
- .gitignore
|
23
33
|
- Gemfile
|
34
|
+
- Gemfile.lock
|
24
35
|
- Rakefile
|
25
36
|
- lib/xml_schema.rb
|
26
37
|
- lib/xml_schema/ns.rb
|
@@ -29,26 +40,36 @@ files:
|
|
29
40
|
has_rdoc: true
|
30
41
|
homepage: https://github.com/cordawyn/xml_schema
|
31
42
|
licenses: []
|
43
|
+
|
32
44
|
post_install_message:
|
33
45
|
rdoc_options: []
|
34
|
-
|
46
|
+
|
47
|
+
require_paths:
|
35
48
|
- lib
|
36
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
49
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
37
50
|
none: false
|
38
|
-
requirements:
|
39
|
-
- -
|
40
|
-
- !ruby/object:Gem::Version
|
41
|
-
|
42
|
-
|
51
|
+
requirements:
|
52
|
+
- - ">="
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
hash: 2002549777813010636
|
55
|
+
segments:
|
56
|
+
- 0
|
57
|
+
version: "0"
|
58
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
43
59
|
none: false
|
44
|
-
requirements:
|
45
|
-
- -
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
|
60
|
+
requirements:
|
61
|
+
- - ">="
|
62
|
+
- !ruby/object:Gem::Version
|
63
|
+
hash: 2002549777813010636
|
64
|
+
segments:
|
65
|
+
- 0
|
66
|
+
version: "0"
|
48
67
|
requirements: []
|
68
|
+
|
49
69
|
rubyforge_project: xml_schema
|
50
|
-
rubygems_version: 1.
|
70
|
+
rubygems_version: 1.5.2
|
51
71
|
signing_key:
|
52
72
|
specification_version: 3
|
53
73
|
summary: Helper methods and constants to handle XmlSchema
|
54
74
|
test_files: []
|
75
|
+
|