simple_schema 0.0.3 → 0.0.4

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.
@@ -1,5 +1,4 @@
1
1
  require 'simple_schema/errors'
2
- require 'simple_schema/injection'
3
2
  require 'simple_schema/schema_items'
4
3
  require 'simple_schema/schema_properties'
5
4
  require 'simple_schema/schema'
@@ -1,4 +1,4 @@
1
1
  module SimpleSchema
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,12 +13,11 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2011-09-05 00:00:00.000000000 -03:00
17
- default_executable:
16
+ date: 2011-09-16 00:00:00.000000000Z
18
17
  dependencies:
19
18
  - !ruby/object:Gem::Dependency
20
19
  name: rspec
21
- requirement: &9370080 !ruby/object:Gem::Requirement
20
+ requirement: &21328280 !ruby/object:Gem::Requirement
22
21
  none: false
23
22
  requirements:
24
23
  - - ! '>='
@@ -26,7 +25,7 @@ dependencies:
26
25
  version: '0'
27
26
  type: :development
28
27
  prerelease: false
29
- version_requirements: *9370080
28
+ version_requirements: *21328280
30
29
  description: Simple schema validator for Ruby
31
30
  email:
32
31
  - lenon.marcel@gmail.com
@@ -38,24 +37,23 @@ executables: []
38
37
  extensions: []
39
38
  extra_rdoc_files: []
40
39
  files:
40
+ - lib/simple_schema/filter_items.rb
41
+ - lib/simple_schema/converter_items.rb
42
+ - lib/simple_schema/validator.rb
41
43
  - lib/simple_schema/validator_items.rb
42
- - lib/simple_schema/schema.rb
43
- - lib/simple_schema/validator_lambda.rb
44
44
  - lib/simple_schema/converter.rb
45
45
  - lib/simple_schema/schema_items.rb
46
- - lib/simple_schema/filter_items.rb
47
46
  - lib/simple_schema/converter_properties.rb
48
- - lib/simple_schema/validator.rb
49
- - lib/simple_schema/version.rb
47
+ - lib/simple_schema/validator_lambda.rb
48
+ - lib/simple_schema/filter_properties.rb
49
+ - lib/simple_schema/schema.rb
50
50
  - lib/simple_schema/schema_properties.rb
51
51
  - lib/simple_schema/errors.rb
52
- - lib/simple_schema/filter_properties.rb
53
52
  - lib/simple_schema/validator_properties.rb
54
- - lib/simple_schema/converter_items.rb
53
+ - lib/simple_schema/version.rb
55
54
  - lib/simple_schema.rb
56
55
  - LICENSE
57
56
  - README.md
58
- has_rdoc: true
59
57
  homepage: http://github.com/concretesolutions/simple_schema/
60
58
  licenses: []
61
59
  post_install_message:
@@ -76,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
74
  version: '0'
77
75
  requirements: []
78
76
  rubyforge_project:
79
- rubygems_version: 1.6.2
77
+ rubygems_version: 1.8.10
80
78
  signing_key:
81
79
  specification_version: 3
82
80
  summary: Simple schema validator for Ruby