rails-uuid-pk 0.12.0 → 0.13.0

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-uuid-pk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joon Lee
@@ -37,6 +37,20 @@ dependencies:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
39
  version: 0.5.7
40
+ - !ruby/object:Gem::Dependency
41
+ name: trilogy
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '2.10'
47
+ type: :development
48
+ prerelease: false
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '2.10'
40
54
  - !ruby/object:Gem::Dependency
41
55
  name: pg
42
56
  requirement: !ruby/object:Gem::Requirement
@@ -136,23 +150,30 @@ dependencies:
136
150
  - !ruby/object:Gem::Version
137
151
  version: '0.5'
138
152
  description: Automatically use UUID v7 for all primary keys in Rails applications.
139
- Works with PostgreSQL, MySQL, and SQLite, zero configuration required.
153
+ Works with PostgreSQL, MySQL (mysql2 & trilogy), and SQLite, zero configuration
154
+ required.
140
155
  email:
141
156
  - seouri@gmail.com
142
157
  executables: []
143
158
  extensions: []
144
159
  extra_rdoc_files: []
145
160
  files:
161
+ - ARCHITECTURE.md
146
162
  - CHANGELOG.md
163
+ - DEVELOPMENT.md
147
164
  - MIT-LICENSE
165
+ - PERFORMANCE.md
148
166
  - README.md
149
167
  - Rakefile
168
+ - SECURITY.md
169
+ - lib/generators/rails_uuid_pk/add_opt_outs_generator.rb
150
170
  - lib/rails_uuid_pk.rb
151
171
  - lib/rails_uuid_pk/concern.rb
152
172
  - lib/rails_uuid_pk/migration_helpers.rb
153
173
  - lib/rails_uuid_pk/mysql2_adapter_extension.rb
154
174
  - lib/rails_uuid_pk/railtie.rb
155
175
  - lib/rails_uuid_pk/sqlite3_adapter_extension.rb
176
+ - lib/rails_uuid_pk/trilogy_adapter_extension.rb
156
177
  - lib/rails_uuid_pk/type.rb
157
178
  - lib/rails_uuid_pk/uuid_adapter_extension.rb
158
179
  - lib/rails_uuid_pk/version.rb
@@ -164,7 +185,8 @@ metadata:
164
185
  homepage_uri: https://github.com/seouri/rails-uuid-pk
165
186
  source_code_uri: https://github.com/seouri/rails-uuid-pk
166
187
  changelog_uri: https://github.com/seouri/rails-uuid-pk/blob/main/CHANGELOG.md
167
- documentation_uri: https://www.rubydoc.info/gems/rails-uuid-pk/0.12.0
188
+ documentation_uri: https://www.rubydoc.info/gems/rails-uuid-pk/0.13.0
189
+ rubygems_mfa_required: 'true'
168
190
  rdoc_options: []
169
191
  require_paths:
170
192
  - lib