pglite 0.0.2-arm64-darwin-23 → 0.0.3-arm64-darwin-23
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 +4 -0
- data/lib/pglite/version.rb +1 -1
- data/lib/pglite_rb.bundle +0 -0
- metadata +8 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 246c03c1cd6adbddd11e7e4c1e52d42650e3aa0433a6283bc14bfc2e05282af1
|
|
4
|
+
data.tar.gz: f05714c917903fd2c78f1403580e2681242fc4b102063dcd0bf3b1476df9ba45
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33a62ac67c78d9823ef62d2243d9806857033138ff97556a6a0be8a14663b338d3edf03057ebf231020892625cf4deb50dfe5751d701f3b91880e0fcf8344413
|
|
7
|
+
data.tar.gz: 60efb26136510f36e19f5c694c73db7075fa732b5b3aa7d766cc6201fdb834434fcd100c08b7e5bb564191e459019acbb4e14e4360307a47dd52da3ffada4eda
|
data/README.md
CHANGED
|
@@ -41,6 +41,10 @@ Specify the `pglite` adapter in your `database.yml`. Done.
|
|
|
41
41
|
|
|
42
42
|
The database would be provisioned the first time a connection is initialized (in the `tmp/pglite` directory or in the `mount_path` if one is specified in the configuration). Alternatively, you can manually call `PGlite.install!(path)` on the application boot.
|
|
43
43
|
|
|
44
|
+
## Configuration
|
|
45
|
+
|
|
46
|
+
You can enable PostgreSQL logs (stdout/stderr) by set the `PGLITE_WASI_STDIO=1` environment variable.
|
|
47
|
+
|
|
44
48
|
## Contributing
|
|
45
49
|
|
|
46
50
|
Bug reports and pull requests are welcome on GitHub at [https://github.com/palkan/pglite-rb](https://github.com/palkan/pglite-rb).
|
data/lib/pglite/version.rb
CHANGED
data/lib/pglite_rb.bundle
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pglite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: arm64-darwin-23
|
|
6
6
|
authors:
|
|
7
7
|
- Vladimir Dementyev
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: bin
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date:
|
|
11
|
+
date: 2025-12-11 00:00:00.000000000 Z
|
|
11
12
|
dependencies:
|
|
12
13
|
- !ruby/object:Gem::Dependency
|
|
13
14
|
name: bundler
|
|
@@ -106,6 +107,7 @@ metadata:
|
|
|
106
107
|
documentation_uri: https://github.com/palkan/pglite-rb
|
|
107
108
|
homepage_uri: https://github.com/palkan/pglite-rb
|
|
108
109
|
source_code_uri: https://github.com/palkan/pglite-rb
|
|
110
|
+
post_install_message:
|
|
109
111
|
rdoc_options: []
|
|
110
112
|
require_paths:
|
|
111
113
|
- lib
|
|
@@ -113,17 +115,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
113
115
|
requirements:
|
|
114
116
|
- - ">="
|
|
115
117
|
- !ruby/object:Gem::Version
|
|
116
|
-
version: '3.
|
|
118
|
+
version: '3.2'
|
|
117
119
|
- - "<"
|
|
118
120
|
- !ruby/object:Gem::Version
|
|
119
|
-
version: 3.
|
|
121
|
+
version: 3.3.dev
|
|
120
122
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
123
|
requirements:
|
|
122
124
|
- - ">="
|
|
123
125
|
- !ruby/object:Gem::Version
|
|
124
126
|
version: '0'
|
|
125
127
|
requirements: []
|
|
126
|
-
rubygems_version: 3.
|
|
128
|
+
rubygems_version: 3.4.19
|
|
129
|
+
signing_key:
|
|
127
130
|
specification_version: 4
|
|
128
131
|
summary: PGlite for Ruby and Rails
|
|
129
132
|
test_files: []
|