stronger_parameters 2.1.1 → 2.1.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 82c729731aba352921088c9f5663959a1c131e75
|
|
4
|
+
data.tar.gz: 8420c1edf43f748f386932e65981897b56bb9d54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2ef5a4633fd37911e179d0705471f58693e9960275cfe30110ace7201961c4fc993cb2d2258b519d72816834cd3a7cf9f41ac7cd968f6b8285f00f20619419c
|
|
7
|
+
data.tar.gz: d8bedec8097ccaee8de5ee1ac6477dc88d3c6699b166b0517dc2b9317659770a8f171b61a75e3372a002a74540daf9b7df3222f9ee8e0280bec449b658051a7c
|
|
@@ -88,4 +88,4 @@ require 'stronger_parameters/constraints/array_constraint'
|
|
|
88
88
|
require 'stronger_parameters/constraints/hash_constraint'
|
|
89
89
|
require 'stronger_parameters/constraints/enumeration_constraint'
|
|
90
90
|
require 'stronger_parameters/constraints/comparison_constraints'
|
|
91
|
-
require 'stronger_parameters/constraints/
|
|
91
|
+
require 'stronger_parameters/constraints/nil_string_constraint'
|
data/lib/stronger_parameters/constraints/{nil_string_contraint.rb → nil_string_constraint.rb}
RENAMED
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stronger_parameters
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mick Staugaard
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-08-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -183,7 +183,7 @@ files:
|
|
|
183
183
|
- lib/stronger_parameters/constraints/hash_constraint.rb
|
|
184
184
|
- lib/stronger_parameters/constraints/integer_constraint.rb
|
|
185
185
|
- lib/stronger_parameters/constraints/nil_constraint.rb
|
|
186
|
-
- lib/stronger_parameters/constraints/
|
|
186
|
+
- lib/stronger_parameters/constraints/nil_string_constraint.rb
|
|
187
187
|
- lib/stronger_parameters/constraints/regexp_constraint.rb
|
|
188
188
|
- lib/stronger_parameters/constraints/string_constraint.rb
|
|
189
189
|
- lib/stronger_parameters/errors.rb
|
|
@@ -209,7 +209,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
209
209
|
version: '0'
|
|
210
210
|
requirements: []
|
|
211
211
|
rubyforge_project:
|
|
212
|
-
rubygems_version: 2.
|
|
212
|
+
rubygems_version: 2.2.2
|
|
213
213
|
signing_key:
|
|
214
214
|
specification_version: 4
|
|
215
215
|
summary: Type checking and type casting of parameters for Action Pack
|