umbrellio-sequel-plugins 0.16.0.234 → 0.16.0.235
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 +4 -4
- metadata +1 -2
- data/CHANGELOG.md +0 -43
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b173b26cf90ae89290d41a74c5ade30a0824a8c499bf4b8b69cc4f1c89ca987d
|
|
4
|
+
data.tar.gz: 8fc3a0de1cd84fdb69b54a2554afdc2e4ca491a1d8f3215e302acbd0919ea4d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca5559966e51aa9b4eb0f608867162b8bc7c44a6a4572f3f86331a3d03c5c17d5467c748ad1c4599d5c1362af6616a5fe954c065733fa5f7f5f5910858eaff38
|
|
7
|
+
data.tar.gz: 2ee2ee2180fee590ee6df9b9b00291d6a727f9ac5b0dda968d154dcfcf6145e9e261c1ffe02d537426328cc569e35346d3f9dd3d47f72ad0ab2df519782c9311
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: umbrellio-sequel-plugins
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.16.0.
|
|
4
|
+
version: 0.16.0.235
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Team Umbrellio
|
|
@@ -35,7 +35,6 @@ files:
|
|
|
35
35
|
- ".gitignore"
|
|
36
36
|
- ".rspec"
|
|
37
37
|
- ".rubocop.yml"
|
|
38
|
-
- CHANGELOG.md
|
|
39
38
|
- Gemfile
|
|
40
39
|
- LICENSE
|
|
41
40
|
- README.md
|
data/CHANGELOG.md
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
All notable changes to this project will be documented in this file.
|
|
3
|
-
|
|
4
|
-
## [0.14.0] -2023-07-17
|
|
5
|
-
### Added
|
|
6
|
-
- `Fibered Connection Pool` extension;
|
|
7
|
-
|
|
8
|
-
## [0.9.0] 2022-07-01
|
|
9
|
-
### Added
|
|
10
|
-
- Add `--server` option to `rails dbconsole` command.
|
|
11
|
-
|
|
12
|
-
## [0.8.0] 2022-06-29
|
|
13
|
-
### Added
|
|
14
|
-
- `rails dbconsole` command support for Sequel (also aliased as `rails db`) for easy access to the DB console. See the README for installation instructions.
|
|
15
|
-
|
|
16
|
-
## [0.7.0] 2022-06-24
|
|
17
|
-
### Added
|
|
18
|
-
- `DB.extension(:set_local)` - allows to set transaction locals;
|
|
19
|
-
- Support of transaction options via `transaction_options` in migrations;
|
|
20
|
-
|
|
21
|
-
## [0.6.0] 2022-06-15
|
|
22
|
-
### Added
|
|
23
|
-
- `mode` param for `Sequel::Model.plugin(:with_lock)`, defaults to `FOR NO KEY UPDATE`;
|
|
24
|
-
|
|
25
|
-
## [0.5.0] 2020-06-06
|
|
26
|
-
### Added
|
|
27
|
-
- `Sequel::Model.plugin(:attr_encrypted)` - encrypts to model attributes;
|
|
28
|
-
|
|
29
|
-
## [0.4.0] 2019-11-18
|
|
30
|
-
### Added
|
|
31
|
-
- `Sequel.extension(:deferrable_foreign_keys)` - makes foreign keys constraints deferrable by default;
|
|
32
|
-
|
|
33
|
-
## [0.3.2] 2018-07-03
|
|
34
|
-
### Added
|
|
35
|
-
- Support sequel expressions in `with_rates`;
|
|
36
|
-
|
|
37
|
-
## [0.3.0] 2018-04-24
|
|
38
|
-
### Added
|
|
39
|
-
- `currency_column` param for `CurrencyRates.with_rates`;
|
|
40
|
-
|
|
41
|
-
## [0.2.0] 2018-03-28
|
|
42
|
-
### Added
|
|
43
|
-
- `Sequel.extension(:methods_in_migrations)` - support for method definitions in `Sequel.migration` instructions;
|