testcontainers-postgres 0.1.1 → 0.2.0
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/Gemfile.lock +4 -3
- data/README.md +1 -1
- data/lib/testcontainers/postgres/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e17b7bd5c9abe596cdc1a6e2ed610ae649a06d4e1424fe80aa3b9da1583bd2f0
|
|
4
|
+
data.tar.gz: 971f6231a528fcf8a71d1ae12f34ab6a9643ae7dfc25e1368a9e0554481e714a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2419b01a2d5a0e2d3b1ee05e5de1e16b6fec111e7babb649d55a977cf76f2dc1082c774359481b2946ad8c01e0c6904e8f92bd6bc8442f8f3c68825d4fa0bd0
|
|
7
|
+
data.tar.gz: 349bcea207693f17f1024ecf98461faf8664d2c91cf7c5d5437abecf04b123903a218b83214e9a0cea6a57a0efae133c4c2337c08595742429d4834b14047fd0
|
data/Gemfile.lock
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ../core
|
|
3
3
|
specs:
|
|
4
|
-
testcontainers-core (0.
|
|
4
|
+
testcontainers-core (0.2.0)
|
|
5
5
|
docker-api (~> 2.2)
|
|
6
6
|
|
|
7
7
|
PATH
|
|
8
8
|
remote: .
|
|
9
9
|
specs:
|
|
10
|
-
testcontainers-postgres (0.
|
|
11
|
-
testcontainers-core (~> 0.1
|
|
10
|
+
testcontainers-postgres (0.2.0)
|
|
11
|
+
testcontainers-core (~> 0.1)
|
|
12
12
|
|
|
13
13
|
GEM
|
|
14
14
|
remote: https://rubygems.org/
|
|
@@ -64,6 +64,7 @@ GEM
|
|
|
64
64
|
|
|
65
65
|
PLATFORMS
|
|
66
66
|
arm64-darwin-21
|
|
67
|
+
ruby
|
|
67
68
|
x86_64-darwin-22
|
|
68
69
|
|
|
69
70
|
DEPENDENCIES
|
data/README.md
CHANGED
|
@@ -119,7 +119,7 @@ You can manage the container in the `before(:suite)` / `after(:suite)` blocks in
|
|
|
119
119
|
|
|
120
120
|
```ruby
|
|
121
121
|
RSpec.configure do |config|
|
|
122
|
-
# This helps us to have access to the `RSpec.configuration.
|
|
122
|
+
# This helps us to have access to the `RSpec.configuration.postgres_container` without using global variables.
|
|
123
123
|
config.add_setting :postgres_container, default: nil
|
|
124
124
|
|
|
125
125
|
config.before(:suite) do
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: testcontainers-postgres
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pedro Piza
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2024-02-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: testcontainers-core
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 0.1
|
|
20
|
+
version: '0.1'
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - "~>"
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: 0.1
|
|
27
|
+
version: '0.1'
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: rake
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -134,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
134
134
|
- !ruby/object:Gem::Version
|
|
135
135
|
version: '0'
|
|
136
136
|
requirements: []
|
|
137
|
-
rubygems_version: 3.4.
|
|
137
|
+
rubygems_version: 3.4.14
|
|
138
138
|
signing_key:
|
|
139
139
|
specification_version: 4
|
|
140
140
|
summary: 'Testcontainers for Ruby: Postgres module'
|