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.
Files changed (4) hide show
  1. data/.gitignore +3 -2
  2. data/Gemfile.lock +14 -0
  3. data/lib/xml_schema/version.rb +1 -1
  4. metadata +40 -19
data/.gitignore CHANGED
@@ -1,4 +1,5 @@
1
- *.gem
2
1
  .bundle
3
- Gemfile.lock
4
2
  pkg/*
3
+ vendor/ruby
4
+ vendor/rbx
5
+ .rbx
data/Gemfile.lock ADDED
@@ -0,0 +1,14 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ xml_schema (0.0.1)
5
+
6
+ GEM
7
+ remote: http://rubygems.org/
8
+ specs:
9
+
10
+ PLATFORMS
11
+ ruby
12
+
13
+ DEPENDENCIES
14
+ xml_schema!
@@ -1,3 +1,3 @@
1
1
  module XmlSchema
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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
- version: 0.0.1
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
- date: 2011-06-17 00:00:00.000000000 +03:00
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
- files:
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
- require_paths:
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
- version: '0'
42
- required_rubygems_version: !ruby/object:Gem::Requirement
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
- version: '0'
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.6.2
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
+