ci_toolkit 1.3.10 → 1.3.12

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: a635decd61187e106471817383acbefcd33365907c68399f5af36168cdef562f
4
- data.tar.gz: d872b10fa6a00d5d689ef5830e0981a7a1874876f13b339a242e459721e07354
3
+ metadata.gz: 5b4ada3d3cab678797ffc499c25617305c04a41e5423496b6f1645882b1d5d15
4
+ data.tar.gz: d406a380eb7e804a8b78e0ae761c5fdc88403ab9740fa0e22e998a90bc412d65
5
5
  SHA512:
6
- metadata.gz: 7a10bbb2fe34c842167adddc19023e8600ded473673e9fefe6d75591e8577316c4cc816c276642af856f3e7591cef4350bda4ffdcfd87b9537eb1723b268198a
7
- data.tar.gz: db1b2e6a9779c4d435ece25c8790cb807378edf23f44cada785e813c8174246993c0b48d5e08a68320e109f81fa4996ad2a400ff2f4358ee96561adf7149e218
6
+ metadata.gz: '0388f5795048ef03688856ab6b96f74570403476f04dd3a26889ebc3cb54eddad8921f5af396155a36646dab2febd84a8fa14557c2bf79f9d7c81630ce06958a'
7
+ data.tar.gz: c41cdb238c1d9f0e841f106eb47cfcea002507771e577c585836d20f556c421aeaaae00c5533b49b7b63546cf101972b126eb563f4140d91265956e0ac5f7ee9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ci_toolkit (1.3.10)
4
+ ci_toolkit (1.3.12)
5
5
  faraday
6
6
  faraday_middleware
7
7
  jwt
@@ -15,6 +15,7 @@ GEM
15
15
  addressable (2.8.0)
16
16
  public_suffix (>= 2.0.2, < 5.0)
17
17
  ast (2.4.2)
18
+ date (3.2.0)
18
19
  diff-lcs (1.4.4)
19
20
  docile (1.4.0)
20
21
  faraday (1.8.0)
@@ -36,15 +37,17 @@ GEM
36
37
  faraday-net_http_persistent (1.2.0)
37
38
  faraday-patron (1.0.0)
38
39
  faraday-rack (1.0.0)
39
- faraday_middleware (1.1.0)
40
+ faraday_middleware (1.2.0)
40
41
  faraday (~> 1.0)
42
+ ipaddr (1.2.3)
41
43
  json (2.5.1)
42
44
  jwt (2.3.0)
43
45
  multipart-post (2.1.1)
44
46
  octokit (4.21.0)
45
47
  faraday (>= 0.9)
46
48
  sawyer (~> 0.8.0, >= 0.5.3)
47
- openssl (2.2.0)
49
+ openssl (2.2.1)
50
+ ipaddr
48
51
  parallel (1.21.0)
49
52
  parser (3.0.2.0)
50
53
  ast (~> 2.4.1)
@@ -95,11 +98,13 @@ GEM
95
98
  json
96
99
  simplecov
97
100
  simplecov_json_formatter (0.1.3)
98
- time (0.1.0)
101
+ time (0.2.0)
102
+ date
99
103
  unicode-display_width (2.1.0)
100
104
 
101
105
  PLATFORMS
102
106
  universal-darwin-20
107
+ x86_64-darwin-21
103
108
  x86_64-linux
104
109
 
105
110
  DEPENDENCIES
@@ -113,4 +118,4 @@ DEPENDENCIES
113
118
  simplecov-json
114
119
 
115
120
  BUNDLED WITH
116
- 2.2.27
121
+ 2.2.30
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CiToolkit
4
- VERSION = "1.3.10"
4
+ VERSION = "1.3.12"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ci_toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.10
4
+ version: 1.3.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gero Keller
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-10-11 00:00:00.000000000 Z
11
+ date: 2021-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday