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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8326495aedc26db4820e8f3b66644a2125655fec022592b277259dd6fb86ae92
4
- data.tar.gz: a0c90e39548c328549a32336b9f90cbee39db635c38c5f0e8e35d41f194b0a10
3
+ metadata.gz: 246c03c1cd6adbddd11e7e4c1e52d42650e3aa0433a6283bc14bfc2e05282af1
4
+ data.tar.gz: f05714c917903fd2c78f1403580e2681242fc4b102063dcd0bf3b1476df9ba45
5
5
  SHA512:
6
- metadata.gz: 9793e811e0425710ac8b74c56eda9835fe7276120d9f8e1e2204a2711595c0e868904ff551a00f13beb81bede3344a73496f688f1096d1c9ee161ac5ea700bf7
7
- data.tar.gz: f4877e1a4a0e18df705779bd185cd39579e3e3baf202ff74a5fec9c663f1b502bc9595e63d03fa4c8c18613eeb58803924d072fefd69e63df74331e40ca38658
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).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PGlite # :nodoc:
4
- VERSION = "0.0.2"
4
+ VERSION = "0.0.3"
5
5
  end
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.2
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: 1980-01-02 00:00:00.000000000 Z
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.4'
118
+ version: '3.2'
117
119
  - - "<"
118
120
  - !ruby/object:Gem::Version
119
- version: 3.5.dev
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.6.9
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: []