kharon 0.5.0 → 0.5.1
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.
- data/kharon-0.5.0.gem +0 -0
- data/kharon.gemspec +1 -1
- data/lib/kharon/version.rb +1 -1
- metadata +3 -2
data/kharon-0.5.0.gem
ADDED
|
Binary file
|
data/kharon.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ require 'kharon/version'
|
|
|
6
6
|
Gem::Specification.new do |specification|
|
|
7
7
|
specification.name = "kharon"
|
|
8
8
|
specification.version = Kharon::VERSION
|
|
9
|
-
specification.date = "
|
|
9
|
+
specification.date = Date.today.strftime("%Y-%m-%d")
|
|
10
10
|
specification.summary = "Ruby Hash validator"
|
|
11
11
|
specification.description = "Kharon is a ruby hash validator that helps you fix the structure of a hash (type of the keys, dependencies, ...)."
|
|
12
12
|
specification.authors = ["Vincent Courtois"]
|
data/lib/kharon/version.rb
CHANGED
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.5.
|
|
4
|
+
version: 0.5.1
|
|
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:
|
|
12
|
+
date: 2015-06-10 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bson
|
|
@@ -47,6 +47,7 @@ files:
|
|
|
47
47
|
- kharon-0.3.0.gem
|
|
48
48
|
- kharon-0.3.1.gem
|
|
49
49
|
- kharon-0.4.0.gem
|
|
50
|
+
- kharon-0.5.0.gem
|
|
50
51
|
- kharon.gemspec
|
|
51
52
|
- lib/kharon.rb
|
|
52
53
|
- lib/kharon/configuration.rb
|