unconstrained 0.0.3 → 0.0.4
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 +5 -5
- data/lib/unconstrained.rb +2 -3
- data/lib/unconstrained/active_record_plugin.rb +6 -11
- data/lib/unconstrained/handlers.rb +5 -4
- data/lib/unconstrained/handlers/abstract_handler.rb +3 -6
- data/lib/unconstrained/handlers/postgresql.rb +1 -1
- data/lib/unconstrained/version.rb +1 -1
- data/test/dummy/db/schema.rb +6 -6
- data/test/dummy/log/test.log +163 -1139
- data/test/dummy/tmp/development_secret.txt +1 -0
- metadata +19 -22
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
11a4786f0fe4804f63409906c18185bbcf6c875355526529f5b2092ddbc3c35cd61aac3c43f00dd68553dfd2798eeccb46a91c4fa0f20c7849b5a645aaabe37b
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: unconstrained
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexandros Giouzenis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-08-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '6.0'
|
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: '
|
26
|
+
version: '6.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: pg
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -64,11 +64,10 @@ files:
|
|
64
64
|
- test/dummy/config/database.yml
|
65
65
|
- test/dummy/config/environment.rb
|
66
66
|
- test/dummy/config/environments/test.rb
|
67
|
-
- test/dummy/db/development.sqlite3
|
68
67
|
- test/dummy/db/migrate/20150207083618_parents_with_children.rb
|
69
68
|
- test/dummy/db/schema.rb
|
70
|
-
- test/dummy/db/test.sqlite3
|
71
69
|
- test/dummy/log/test.log
|
70
|
+
- test/dummy/tmp/development_secret.txt
|
72
71
|
- test/fixtures/children.yml
|
73
72
|
- test/fixtures/parents.yml
|
74
73
|
- test/save_test.rb
|
@@ -92,28 +91,26 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
91
|
- !ruby/object:Gem::Version
|
93
92
|
version: '0'
|
94
93
|
requirements: []
|
95
|
-
|
96
|
-
rubygems_version: 2.6.11
|
94
|
+
rubygems_version: 3.0.3
|
97
95
|
signing_key:
|
98
96
|
specification_version: 4
|
99
97
|
summary: A gem that converts Active Record foreign key exceptions.
|
100
98
|
test_files:
|
101
|
-
- test/
|
102
|
-
- test/dummy/config.ru
|
103
|
-
- test/dummy/db/test.sqlite3
|
104
|
-
- test/dummy/db/migrate/20150207083618_parents_with_children.rb
|
105
|
-
- test/dummy/db/development.sqlite3
|
106
|
-
- test/dummy/db/schema.rb
|
107
|
-
- test/dummy/config/boot.rb
|
108
|
-
- test/dummy/config/environment.rb
|
109
|
-
- test/dummy/config/environments/test.rb
|
110
|
-
- test/dummy/config/database.yml
|
111
|
-
- test/dummy/config/application.rb
|
99
|
+
- test/destroy_test.rb
|
112
100
|
- test/dummy/app/models/child.rb
|
113
101
|
- test/dummy/app/models/parent.rb
|
102
|
+
- test/dummy/config/environments/test.rb
|
103
|
+
- test/dummy/config/environment.rb
|
104
|
+
- test/dummy/config/application.rb
|
105
|
+
- test/dummy/config/database.yml
|
106
|
+
- test/dummy/config/boot.rb
|
107
|
+
- test/dummy/config.ru
|
108
|
+
- test/dummy/Rakefile
|
109
|
+
- test/dummy/db/schema.rb
|
110
|
+
- test/dummy/db/migrate/20150207083618_parents_with_children.rb
|
114
111
|
- test/dummy/log/test.log
|
112
|
+
- test/dummy/tmp/development_secret.txt
|
115
113
|
- test/save_test.rb
|
116
|
-
- test/destroy_test.rb
|
117
|
-
- test/test_helper.rb
|
118
|
-
- test/fixtures/parents.yml
|
119
114
|
- test/fixtures/children.yml
|
115
|
+
- test/fixtures/parents.yml
|
116
|
+
- test/test_helper.rb
|
Binary file
|
data/test/dummy/db/test.sqlite3
DELETED
Binary file
|