dockerapi 0.20.0.pre.rc6 → 0.20.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: dc2b5f6a477266a4b38267b70ba5a54981aa3dbc22c3fc81f864afbe9ae5d3b5
4
- data.tar.gz: e732c98e8001c6aaea4208e245c868cd2a3f88fba75e71b2a27f92287717a15c
3
+ metadata.gz: dae8acdc54de9fd88a68b472829ddef47db3884414ded58ad098babd4a786c58
4
+ data.tar.gz: 4828f010ed6a3e32ee80d2e9e11ef68ef1375df988928a3d5c856aaa2791a7ed
5
5
  SHA512:
6
- metadata.gz: fed5b955b62ad7370ab59e0b817fd1735b02eeba5ec52b4caedb507e290e73eeb1ad3ac38021b2c3c3ea3dc513dad44e8c6b66ca97ee6adafb2411d4b0f8c1a7
7
- data.tar.gz: 07e73166ce6f50fdc138ab5d72b14c45fc37a86dea120ea02f124d9aba6c87b288526438f1b2ee504b73ba6b768c462db34765498ca331cdf1bb103e02a14a9d
6
+ metadata.gz: d30c788f83b0cfc1e88bf1441a7b48037820573f4817490e490cf6811e07b88baf67fe52f68418ffc80213631364db61f2739bf40ea50f90617ef9a2da3a322d
7
+ data.tar.gz: 623f2a33c84a423bd8ee38a5b98a62e8ccb04f6212d03a07c18005b501b812e88d2bfd03de384965ccb857aba53f539516b93e37885c547779ea20db08376bda
@@ -1,12 +1,4 @@
1
- # This workflow uses actions that are not certified by GitHub.
2
- # They are provided by a third-party and are governed by
3
- # separate terms of service, privacy policy, and support
4
- # documentation.
5
- # This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
6
- # For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
7
-
8
1
  name: CD
9
-
10
2
  on:
11
3
  push:
12
4
  branches: [ main ]
@@ -16,6 +8,7 @@ jobs:
16
8
  runs-on: ubuntu-latest
17
9
  env:
18
10
  GH_TOKEN: ${{ github.token }}
11
+ GEM_HOST_API_KEY: "${{secrets.RUBYGEM_API}}"
19
12
  steps:
20
13
  - uses: actions/checkout@v3
21
14
  - name: Set up Ruby
@@ -28,8 +21,6 @@ jobs:
28
21
  touch $HOME/.gem/credentials
29
22
  chmod 0600 $HOME/.gem/credentials
30
23
  printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
31
- env:
32
- GEM_HOST_API_KEY: "${{secrets.RUBYGEM_API}}"
33
24
  - name: Install dependencies
34
25
  run: |
35
26
  gem update --system 3.2.3
@@ -1,27 +1,15 @@
1
- # This workflow uses actions that are not certified by GitHub.
2
- # They are provided by a third-party and are governed by
3
- # separate terms of service, privacy policy, and support
4
- # documentation.
5
- # This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
6
- # For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
7
-
8
1
  name: CI
9
-
10
2
  on:
11
3
  pull_request:
12
4
  branches: [ main ]
13
5
 
14
6
  jobs:
15
7
  test:
16
-
17
8
  runs-on: ubuntu-latest
18
9
 
19
10
  steps:
20
11
  - uses: actions/checkout@v2
21
12
  - name: Set up Ruby
22
- # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
23
- # change this to (see https://github.com/ruby/setup-ruby#versioning):
24
- # uses: ruby/setup-ruby@v1
25
13
  uses: ruby/setup-ruby@21351ecc0a7c196081abca5dc55b08f085efe09a
26
14
  with:
27
15
  ruby-version: 2.6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dockerapi (0.20.0.pre.rc6)
4
+ dockerapi (0.20.0)
5
5
  excon (~> 0.79)
6
6
 
7
7
  GEM
@@ -1,6 +1,6 @@
1
1
  module Docker
2
2
  module API
3
- GEM_VERSION = "0.20.0-rc6"
3
+ GEM_VERSION = "0.20.0"
4
4
 
5
5
  API_VERSION = "1.43"
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dockerapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0.pre.rc6
4
+ version: 0.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alysson A. Costa
@@ -84,9 +84,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  version: 2.3.0
85
85
  required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ">"
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
- version: 1.3.1
89
+ version: '0'
90
90
  requirements: []
91
91
  rubygems_version: 3.2.3
92
92
  signing_key: