active_model-unvalidate 1.0.0 → 1.0.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.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/Gemfile.lock +1 -1
- data/active_model-unvalidate.gemspec +1 -1
- data/lib/active_model/unvalidate/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d7568d1054da2a38bc9fea3dbea6f1f7e01976d0
|
|
4
|
+
data.tar.gz: 61feb7d7b6dea164d59450c5bc4752bf33b8429b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: acf41f97be22d37309d68ab96cbcb9c5b60bf64a627f30807c8e663ab290b796861db1fae1e385a4bf5d80608baaec43363670bb368b49fa8278d5fc6c9c694a
|
|
7
|
+
data.tar.gz: 203ec6fbe68ff7da32034c07782c285d2914067fb64afd80e6544011f58f36a1dcb3f0e0bf3ae553330026619f8ba06e9ceac728b201139982bc138c3ef1bba6
|
data/.gitignore
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Provides an ActiveModel::Unvalidate module to remove validations}
|
|
13
13
|
spec.description = %q{ActiveModel::Unvalidate provides a clean api for removing existing validations from models}
|
|
14
|
-
spec.homepage = "https://github.com/weblinc/active_model-unvalidate
|
|
14
|
+
spec.homepage = "https://github.com/weblinc/active_model-unvalidate"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
# Specify which files should be added to the gem when it is released.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_model-unvalidate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Duffy
|
|
@@ -100,7 +100,7 @@ files:
|
|
|
100
100
|
- bin/setup
|
|
101
101
|
- lib/active_model/unvalidate.rb
|
|
102
102
|
- lib/active_model/unvalidate/version.rb
|
|
103
|
-
homepage: https://github.com/weblinc/active_model-unvalidate
|
|
103
|
+
homepage: https://github.com/weblinc/active_model-unvalidate
|
|
104
104
|
licenses:
|
|
105
105
|
- MIT
|
|
106
106
|
metadata: {}
|