veto 0.0.1 → 0.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 59d40a9d79ebae32300dc900d29dcca8bc1d986f
4
- data.tar.gz: df451e8e91f2b5e398601746c3a8d75114387600
3
+ metadata.gz: 5400da755950ab1051ba40feedecd92a41dd0647
4
+ data.tar.gz: 5fb0aa35d6552f56c1c11c179527a4ef48e09f4c
5
5
  SHA512:
6
- metadata.gz: 8e694548ab799c48438c5cc9e5bc14e7d6f4dd59bc9cf35ade6d98aa083871c1b6bfc23b3845b980c163855084081bcbf1d7cebafc38e830a04cfe88c4d180ca
7
- data.tar.gz: eb2cd741326cc301bca7f586c95ccb5f170fc55d9f25f5ef616cfb1ee550eeebc998d03341039bb669c0cf527ee5c423c81a53992de1633b9fb84717967060b4
6
+ metadata.gz: b856fcd337a2c8eab00d6f52e1ae450763cf84ef69b14b2e6cce43268d7ed11d8272beeb1426ea48964000833976d5e02f4970ecbc222d4aaa9941fa594e51ef
7
+ data.tar.gz: 59c1a36ce169a31978e7280e8f2bb86ff171e4acbb83f5b1e1217cdb1529680adfa32d2afbf2840d729747e8f92406df9d52c9552e25b012defd9767b28cfcdc
data/README.md CHANGED
@@ -21,7 +21,7 @@ $ bundle
21
21
  Or install it yourself as:
22
22
 
23
23
  ```
24
- $ gem install veto
24
+ $ gem install veto
25
25
  ```
26
26
  ## Usage
27
27
 
data/lib/veto/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Veto
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/veto.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Veto::VERSION
9
9
  spec.authors = ["Erik Lott"]
10
10
  spec.email = ["erik.lott@kodio.com"]
11
- spec.description = %q{Lightweight validations for plain ruby objects}
12
- spec.summary = %q{Validations for plain old ruby objects}
11
+ spec.description = %q{Validations for ruby objects}
12
+ spec.summary = %q{Validations for plain ruby objects}
13
13
  spec.homepage = "http://github.com/kodio/veto"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: veto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erik Lott
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: 0.14.0
55
- description: Lightweight validations for plain ruby objects
55
+ description: Validations for ruby objects
56
56
  email:
57
57
  - erik.lott@kodio.com
58
58
  executables: []
@@ -134,7 +134,7 @@ rubyforge_project:
134
134
  rubygems_version: 2.0.7
135
135
  signing_key:
136
136
  specification_version: 4
137
- summary: Validations for plain old ruby objects
137
+ summary: Validations for plain ruby objects
138
138
  test_files:
139
139
  - spec/attribute_validator_factory_spec.rb
140
140
  - spec/builder_spec.rb