activerecord-databasevalidations 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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ef47e663a6ba33d804fe4c0535eb31f6f49027358600b0f737c44c4a77365a9
|
|
4
|
+
data.tar.gz: cdaced0a4508f5eed741d3392b81c90f63b46feb6d4400a70f4135580d4db155
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eed94b2b60f67811ae807a40c1bc98ef6a55692d80142dd0c4ec79bc8815b357c7e33851fe2d05535f9f71e5e30c71c46ffd0284e43ed0003bca585e3d5c8dd1
|
|
7
|
+
data.tar.gz: 83f0d060a77ede319afd46ea30deb0ac5271d204948f9f89300d2b818b283adcac739fc5f9a04e8d54ada6b3133c32bdbbc3ebb371911aa1be4065ab191fe76f
|
data/CHANGELOG.md
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["willem@railsdoctors.com"]
|
|
11
11
|
spec.summary = %q{Add validations to your ActiveRecord models based on MySQL database constraints.}
|
|
12
12
|
spec.description = %q{Opt-in validations for your ActiveRecord models based on your MySQL database constraints, including text field size, UTF-8 encoding issues, and NOT NULL constraints.}
|
|
13
|
-
spec.homepage = "https://github.com/
|
|
13
|
+
spec.homepage = "https://github.com/Shopify/activerecord-databasevalidations"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activerecord-databasevalidations
|
|
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
|
- Willem van Bergen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-05-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|
|
@@ -119,7 +119,7 @@ files:
|
|
|
119
119
|
- test/string_truncator_test.rb
|
|
120
120
|
- test/test_helper.rb
|
|
121
121
|
- test/varchar_default_size_test.rb
|
|
122
|
-
homepage: https://github.com/
|
|
122
|
+
homepage: https://github.com/Shopify/activerecord-databasevalidations
|
|
123
123
|
licenses:
|
|
124
124
|
- MIT
|
|
125
125
|
metadata: {}
|
|
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
138
138
|
- !ruby/object:Gem::Version
|
|
139
139
|
version: '0'
|
|
140
140
|
requirements: []
|
|
141
|
-
rubygems_version: 3.
|
|
141
|
+
rubygems_version: 3.4.10
|
|
142
142
|
signing_key:
|
|
143
143
|
specification_version: 4
|
|
144
144
|
summary: Add validations to your ActiveRecord models based on MySQL database constraints.
|