params_parser 0.0.1 → 0.0.2

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
  SHA1:
3
- metadata.gz: d24234708daa8a03a4abed4d0a508f6a8e0ab848
4
- data.tar.gz: 80ab678e77efac3da06f05ab08db29dad02d8460
3
+ metadata.gz: 65ac4c5d0c8151362a66c68801d1403568dc4454
4
+ data.tar.gz: 845fb07403644501b4eda3ead29c93de9f4411ae
5
5
  SHA512:
6
- metadata.gz: 821ea85578fcd59e18bc68e50f013e49c9583455fdd1b65ec594284ec2ffb0979a219401b223949b9d1464d45d995d72b70b3bd5a9f8e6d8c01a823c461016ba
7
- data.tar.gz: 4195539451e165ada152bf02df604633c68022dda2d1c29426c5f2db71d4d8c3c286920492e815acae3f856648672497cfea6681ac915701ff77b525ece77b7f
6
+ metadata.gz: 95c3a116219fabe8632d6b4c20b22977d8a421a2dd1b5201f2614d4f9b6a3b795a6407de6bad15de8e0c70e0e783d2c87b5cc562d75420ebfeae98cd4f10e3d5
7
+ data.tar.gz: a6180598c5705f28078f15a4cd360010f538f0edba0254b9d55e11be1b1a97756ad8175a784ac23628bb8531a49b11ad0f3f17ff289cdb223fe79f85dee6268f
@@ -1,3 +1,3 @@
1
1
  module ParamsParser
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["pdswan@gmail.com", "todd@gust.com"]
11
11
  spec.summary = %q{Parse Parameters with key mapping, transformation, and defaults.}
12
12
  spec.description = %q{Parse Parameters with key mapping, transformation, and defaults.}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/gustly/params_parser"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: params_parser
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
  - Peter Swan
@@ -72,7 +72,7 @@ files:
72
72
  - spec/params_parser/parser_spec.rb
73
73
  - spec/params_parser/use_cases/nested_parsers_spec.rb
74
74
  - spec/support/spec_helper.rb
75
- homepage: ''
75
+ homepage: https://github.com/gustly/params_parser
76
76
  licenses:
77
77
  - MIT
78
78
  metadata: {}