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: '0479815978c8c960f4139a4fcdb6a9bff0a3d557ea24d9a26846da3cc848e36b'
4
- data.tar.gz: '09c010393ccd476358be22e4bdcf13da3521458a1e70324a1cc9cb303326eec7'
3
+ metadata.gz: 7f6db355447cb01d92b37f2d7344f9fc4d88753c5c7c332fce35251499b86436
4
+ data.tar.gz: e49a5d8ec0d0ad98427c27024a2b1d890808762eb4c436fb46f0bba8b83fcc15
5
5
  SHA512:
6
- metadata.gz: 54a8ebadab23a638fbda6353e3dc653f5bc0ca626c716a8e73c96c632a63a29d04b63eea0f30d8c0c94b0d7629cf677e67d189f281c6934edfe1376aaeaa8ea4
7
- data.tar.gz: bf1ae0525f631f8680bec533e303a63a0b9d70c9f47aa254677df8d8df26f19616c2252423224d705e9e039f835e4ee09058e8c6394efc84b8e1ca1843291831
6
+ metadata.gz: bd3b50a3bc954360aee2f1cb2ff13fe2a2917616c8901b78a65b424ac82691595e789a96d3581405b0df4aecf42f81a535f69e1b1b03c42b59c991bfba937921
7
+ data.tar.gz: 451de69bb650adae32542c2018bda3c827ed6febc2dcb7fd6015ab2f950f9c5ed8fab00b9273a4031c46a94982eebcb76fb197479748912c039864ea375ff841
@@ -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
- gem.add_runtime_dependency('sbf-dm-core', '~> 1.3.0')
20
+ #re-pin once dev work is done
21
+ gem.add_runtime_dependency('sbf-dm-core', '~> 1.3')
21
22
  end
@@ -1,5 +1,5 @@
1
1
  module DataMapper
2
2
  module Constraints
3
- VERSION = '1.3.0'.freeze
3
+ VERSION = '1.4.0'.freeze
4
4
  end
5
5
  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.3.0
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-12 00:00:00.000000000 Z
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.0
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.0
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/sbf-dm-constraints.rb
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