testcontainers-postgres 0.1.1 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9fa51139e6cf8b5e0788a82e7135912294fcd97a41187b7c23070e33ce96b0b4
4
- data.tar.gz: 54f5b94f4612768cb390ad2a815bc828ee4c171194341ac3fbe2e765bed0d604
3
+ metadata.gz: e17b7bd5c9abe596cdc1a6e2ed610ae649a06d4e1424fe80aa3b9da1583bd2f0
4
+ data.tar.gz: 971f6231a528fcf8a71d1ae12f34ab6a9643ae7dfc25e1368a9e0554481e714a
5
5
  SHA512:
6
- metadata.gz: 4dca70a42fe9bc958b83c586041dd3af1efcd0d09c2bfe38da8efc75b27197f9843c62cd6092e169b5aca8ee1cc844d514f02d289b043c45d6a6816a8831a7f5
7
- data.tar.gz: 5b39f565609eec88957906b4a3754f363f187be0425ec79a7c883ece941cc89e89fc38a4c8a3c3ca8edb345dd2f7e43e6a02cb56a0414731f836d501ca2e25be
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.1.3)
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.1.1)
11
- testcontainers-core (~> 0.1.3)
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.mysql_container` without using global variables.
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Testcontainers
4
4
  module Postgres
5
- VERSION = "0.1.1"
5
+ VERSION = "0.2.0"
6
6
  end
7
7
  end
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.1.1
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: 2023-06-10 00:00:00.000000000 Z
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.3
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.3
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.1
137
+ rubygems_version: 3.4.14
138
138
  signing_key:
139
139
  specification_version: 4
140
140
  summary: 'Testcontainers for Ruby: Postgres module'