sbf-dm-constraints 1.3.0 → 1.4.0
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7f6db355447cb01d92b37f2d7344f9fc4d88753c5c7c332fce35251499b86436
|
4
|
+
data.tar.gz: e49a5d8ec0d0ad98427c27024a2b1d890808762eb4c436fb46f0bba8b83fcc15
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd3b50a3bc954360aee2f1cb2ff13fe2a2917616c8901b78a65b424ac82691595e789a96d3581405b0df4aecf42f81a535f69e1b1b03c42b59c991bfba937921
|
7
|
+
data.tar.gz: 451de69bb650adae32542c2018bda3c827ed6febc2dcb7fd6015ab2f950f9c5ed8fab00b9273a4031c46a94982eebcb76fb197479748912c039864ea375ff841
|
data/dm-constraints.gemspec
CHANGED
@@ -17,5 +17,6 @@ Gem::Specification.new do |gem|
|
|
17
17
|
gem.version = DataMapper::Constraints::VERSION
|
18
18
|
gem.required_ruby_version = '>= 2.7.8'
|
19
19
|
|
20
|
-
|
20
|
+
#re-pin once dev work is done
|
21
|
+
gem.add_runtime_dependency('sbf-dm-core', '~> 1.3')
|
21
22
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sbf-dm-constraints
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- opensource_firespring
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sbf-dm-core
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.3
|
19
|
+
version: '1.3'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.3
|
26
|
+
version: '1.3'
|
27
27
|
description: Plugin that adds foreign key constraints to associations. Currently supports
|
28
28
|
only PostgreSQL and MySQL All constraints are added to the underlying database,
|
29
29
|
but constraining is implemented in pure ruby.
|
@@ -58,7 +58,7 @@ files:
|
|
58
58
|
- lib/data_mapper/constraints/relationship/one_to_many.rb
|
59
59
|
- lib/data_mapper/constraints/resource.rb
|
60
60
|
- lib/data_mapper/constraints/version.rb
|
61
|
-
- lib/
|
61
|
+
- lib/dm-constraints.rb
|
62
62
|
- spec/integration/constraints_spec.rb
|
63
63
|
- spec/isolated/require_after_setup_spec.rb
|
64
64
|
- spec/isolated/require_before_setup_spec.rb
|
File without changes
|