trx_ext 1.0.1 → 1.0.2
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
- data/README.md +1 -1
- data/lib/trx_ext/version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe0b8730162b6a7b40a414a5908f7c5f367d6e568dd34c866fd39a110795dab0
|
|
4
|
+
data.tar.gz: 7c2cbe1c8408af9483b146fa790d76587fa2359c3eaf8b6a2df1d626a0a1e988
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 82c905a21cf425a37d1c6805be3887df26b7d14abf05026784215ddcbe77948c66c14a879f351bc8481f2b80fcba29c5bfe394f931bd8c0d1b6c55ad903ddfb9
|
|
7
|
+
data.tar.gz: 93e3fcc50fa330e972ebffdb5b068357ffbb4dac1bf64d83bd0e1f4d67260d73f665dddef1752d2ff9d085bf56b7d08dd252f797bbe9158e6038282f1f086377
|
data/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Currently, the implementation only works for ActiveRecord PostgreSQL adapter. Fe
|
|
|
8
8
|
|
|
9
9
|
Because the implementation of this gem is a patch for `ActiveRecord::ConnectionAdapters::PostgreSQLAdapter` - carefully test its integration into your project. For example, if your project patches ActiveRecord or if some of your gems patches ActiveRecord - there might be conflicts in the implementation which could potentially lead to the data loss.
|
|
10
10
|
|
|
11
|
-
Currently, the implementation is tested for `6.0.4.4
|
|
11
|
+
Currently, the implementation is tested for `6.0.4.4`, `6.1.4.4` and `7.0.1` versions of ActiveRecord(see [TrxExt::SUPPORTED_AR_VERSIONS](lib/trx_ext/version.rb))
|
|
12
12
|
|
|
13
13
|
## Requirements
|
|
14
14
|
|
data/lib/trx_ext/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trx_ext
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ivan Dzyzenko
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-01-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|
|
@@ -143,8 +143,8 @@ licenses:
|
|
|
143
143
|
metadata:
|
|
144
144
|
allowed_push_host: https://rubygems.org
|
|
145
145
|
homepage_uri: https://github.com/intale/trx_ext
|
|
146
|
-
source_code_uri: https://github.com/intale/trx_ext/tree/v1.0.
|
|
147
|
-
changelog_uri: https://github.com/intale/trx_ext/blob/v1.0.
|
|
146
|
+
source_code_uri: https://github.com/intale/trx_ext/tree/v1.0.2
|
|
147
|
+
changelog_uri: https://github.com/intale/trx_ext/blob/v1.0.2/CHANGELOG.md
|
|
148
148
|
post_install_message:
|
|
149
149
|
rdoc_options: []
|
|
150
150
|
require_paths:
|