rom-sql 3.3.0 → 3.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/lib/rom/sql/extensions/postgres.rb +0 -1
- data/lib/rom/sql/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ece3857926805b8cd226c7cbed4a8b4951b65a5f631b3af830663d1b659cf092
|
4
|
+
data.tar.gz: d56f95b73edaf96462e363cd85d9fb4c5852e1242b1619178079262e94a7f5c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7073050be9175037200b6654730f51dc927918f6046414fff29233fce4f50af36b11dbf925c0c2dcae6d44609e15238445ad844fa81e771f90d0ebeed3556118
|
7
|
+
data.tar.gz: 57299fc7a3b0fa07198acdf44ac0923f76b4a8a0d12290768e26155dcc6c3e8c543c12a21d486ed19fc2bc134165426f12615e4b2d534bdd96a0201d7ad43af4
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
|
2
2
|
|
3
|
+
## 3.3.1 2020-12-29
|
4
|
+
|
5
|
+
|
6
|
+
### Fixed
|
7
|
+
|
8
|
+
- `:pg_streaming` plugin no longer crashes when there's no sequel_pg and now you need to require the plugin explicitly (@solnic)
|
9
|
+
|
10
|
+
|
11
|
+
[Compare v3.3.0...v3.3.1](https://github.com/rom-rb/rom-sql/compare/v3.3.0...v3.3.1)
|
12
|
+
|
3
13
|
## 3.3.0 2020-12-28
|
4
14
|
|
5
15
|
|
@@ -6,4 +6,3 @@ require 'rom/sql/extensions/postgres/type_builder'
|
|
6
6
|
require 'rom/sql/extensions/postgres/type_serializer'
|
7
7
|
require 'rom/plugins/relation/sql/postgres/explain'
|
8
8
|
require 'rom/plugins/relation/sql/postgres/full_text_search'
|
9
|
-
require "rom/plugins/relation/sql/postgres/streaming"
|
data/lib/rom/sql/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rom-sql
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.3.
|
4
|
+
version: 3.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Piotr Solnica
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-12-
|
11
|
+
date: 2020-12-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sequel
|