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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a3e690a73ad1b74d5e1a7e26b38bbdcfa00e9d96
4
- data.tar.gz: de183dd04fe7668bb15dda2f3ca5e914ecf5d459
3
+ metadata.gz: d7568d1054da2a38bc9fea3dbea6f1f7e01976d0
4
+ data.tar.gz: 61feb7d7b6dea164d59450c5bc4752bf33b8429b
5
5
  SHA512:
6
- metadata.gz: 04a96daf74ec9f1fc08fab7266a5ed07c6286482639f5b15e06a9fafb150c8fc5423f5429a27137079203df650e8563a3573352b4ca253ccc7e8cb8937b2b57b
7
- data.tar.gz: e9fd58eb4d13854c1a122fa008a235de4593b278b719c3254c61261da2be6624d857fdeb2e5655a94e30be8bff6f0f5955495b66c4ffead8018ac60980584716
6
+ metadata.gz: acf41f97be22d37309d68ab96cbcb9c5b60bf64a627f30807c8e663ab290b796861db1fae1e385a4bf5d80608baaec43363670bb368b49fa8278d5fc6c9c694a
7
+ data.tar.gz: 203ec6fbe68ff7da32034c07782c285d2914067fb64afd80e6544011f58f36a1dcb3f0e0bf3ae553330026619f8ba06e9ceac728b201139982bc138c3ef1bba6
data/.gitignore CHANGED
@@ -6,3 +6,4 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
+ *.gem
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_model-unvalidate (1.0.0)
4
+ active_model-unvalidate (1.0.1)
5
5
  activemodel (> 4.0.0)
6
6
  activesupport (> 4.0.0)
7
7
 
@@ -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.
@@ -1,5 +1,5 @@
1
1
  module ActiveModel
2
2
  module Unvalidate
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
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.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: {}