sinatra-dry_param 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6463c4978cf3eaed12b4d8ee9eedc2100b6fefb5f99b0c20e95cc9185f4eb3a
4
- data.tar.gz: 2580d83d97408439d5a041729394adda20084fc55f7ddb6828b4d4016dddfee1
3
+ metadata.gz: 1101872cac4c7d0e874139f2ca3b3d764a9766cffd855e4f30ff718e98924743
4
+ data.tar.gz: 9cac99c9be18e5cad169d8b3fb3adde835445e1505d21f3e5fd67768ee5b9021
5
5
  SHA512:
6
- metadata.gz: 10a5a61f6f752898d49db7370f728962348b62ae2f527d3071c22abf4e8ff9aef0156debc21c9e9f9af6c4384d5d200c413ffa3f67f0312b65fbe2a1cb83979a
7
- data.tar.gz: 2109f819e752c331500f2689ae170e460dcb6bcfbadf138f87d5bd15840fafe7718a6ebe6efb4d568f70181cb03c33681458c8993188c540d8f4779ba9a10397
6
+ metadata.gz: f01aff12cc78ef539963e080d69e2d1f804f244aa49464a773ee5b9ea85c4acca404ef77bc2d3bcdb7ca241d7fe7857c81eff630df1097371e7dbd8383360a2e
7
+ data.tar.gz: 77cae1fa7c7ac3842cd7adedd8aa3e48b8c2b1674e83ac9f23bb5efa19470761ec91de73784809b26bc7f255f06fb63258369d581656fb99e69d0234b708246b
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Sinatra
4
4
  module DryParam
5
- VERSION = '0.0.2'
5
+ VERSION = '0.0.3'
6
6
  end
7
7
  end
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
 
13
13
  spec.summary = 'Params validation for sinatra based on dry-schema.'
14
14
  spec.description = 'Define your params schema with the strong library dry-schema.'
15
- spec.homepage = 'https://github.com/tiev/sinatra-dry-param'
15
+ spec.homepage = 'https://github.com/tiev/sinatra-dry_param'
16
16
  spec.license = 'MIT'
17
17
 
18
18
  # Specify which files should be added to the gem when it is released.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-dry_param
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Viet (Drake) Tran
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-14 00:00:00.000000000 Z
11
+ date: 2019-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-schema
@@ -115,7 +115,7 @@ files:
115
115
  - lib/sinatra/dry_param.rb
116
116
  - lib/sinatra/dry_param/version.rb
117
117
  - sinatra-dry_param.gemspec
118
- homepage: https://github.com/tiev/sinatra-dry-param
118
+ homepage: https://github.com/tiev/sinatra-dry_param
119
119
  licenses:
120
120
  - MIT
121
121
  metadata: {}