kharon 0.0.3 → 0.1.0

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 (2) hide show
  1. data/lib/validator.rb +0 -2
  2. metadata +4 -4
@@ -1,5 +1,3 @@
1
- require "pry"
2
-
3
1
  module Charon
4
2
  # The validator uses aquarium as an AOP DSL to provide "before" and "after" joint point to its main methods.
5
3
  # @author Vincent Courtois <vincent.courtois@mycar-innovations.com>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kharon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-04-01 00:00:00.000000000 Z
12
+ date: 2014-04-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aquarium
@@ -27,8 +27,8 @@ dependencies:
27
27
  - - '='
28
28
  - !ruby/object:Gem::Version
29
29
  version: 0.5.1
30
- description: Charon let you pass or not pass depending if you meet the criterias for
31
- this... Or not.
30
+ description: Kharon is a ruby hash validator that helps you fix the structure of a
31
+ hash (type of the keys, dependencies, ...).
32
32
  email: vincent.courtois@mycar-innovations.com
33
33
  executables: []
34
34
  extensions: []