git_helper 3.3.6 → 3.3.7

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: 982626ad7f16046c76d280d10894a5be74f37e806d014403a9df4163a953d2ec
4
- data.tar.gz: 9467e130453d7b70a8b15fd76540ae03a59f52185bc124b1ed5eb8cfc582bdce
3
+ metadata.gz: aa8dfc9e8dff01f688d1f18ac2db60d0f0d9c193ad9ad1a5d91ab54fa7e2cb47
4
+ data.tar.gz: ed55743cbc0291c9058e8639c8b426d7201e5152d8f7f54c146df614a5cc154b
5
5
  SHA512:
6
- metadata.gz: f7830ff9ad946fcecb8c530e4b92c84cfb15a47bc1a1804c8419765149ca92af43d25d1614d09cd26187abde62c7215e6927c370058406d9c9071a2bdcf2464f
7
- data.tar.gz: 5f2f68d661a2395afaa08c567aeae1b8649b9d98728902a52cd64672419ec6f8cda8b93d961d50ae94a45c22db79b8e897c94d720716ace0e1cee78131c006da
6
+ metadata.gz: d412a23d9fb0daf6798fd0a364c536451361e3d195925e411b0ff2022ae0d2390f422f1fbcc2f83ce8830e38aa3371a76c10bea381cc565d9418c6b0a8ebdfda
7
+ data.tar.gz: b7eab53f9e11d32d058f9d9b52a05ef7e87e08288ddd115c2011f937c4ccd6a6e1a5e83c2eab9cc85b6488a1f5d727d2945822c254212ac02284d0c8b1748bd6
data/Gemfile.lock CHANGED
@@ -1,11 +1,12 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- git_helper (3.3.6)
4
+ git_helper (3.3.7)
5
5
  gitlab (~> 4.16)
6
6
  gli (~> 2.13)
7
7
  highline_wrapper (~> 1.1)
8
8
  octokit (~> 4.18)
9
+ psych (< 4)
9
10
 
10
11
  GEM
11
12
  remote: https://rubygems.org/
@@ -16,13 +17,17 @@ GEM
16
17
  coderay (1.1.3)
17
18
  concurrent-ruby (1.1.8)
18
19
  diff-lcs (1.4.4)
19
- faker (2.16.0)
20
+ faker (2.17.0)
20
21
  i18n (>= 1.6, < 2)
21
- faraday (1.3.0)
22
+ faraday (1.4.1)
23
+ faraday-excon (~> 1.1)
22
24
  faraday-net_http (~> 1.0)
25
+ faraday-net_http_persistent (~> 1.1)
23
26
  multipart-post (>= 1.2, < 3)
24
- ruby2_keywords
27
+ ruby2_keywords (>= 0.0.4)
28
+ faraday-excon (1.1.0)
25
29
  faraday-net_http (1.0.1)
30
+ faraday-net_http_persistent (1.1.0)
26
31
  ffi (1.15.0)
27
32
  formatador (0.2.5)
28
33
  gitlab (4.17.0)
@@ -49,9 +54,9 @@ GEM
49
54
  httparty (0.18.1)
50
55
  mime-types (~> 3.0)
51
56
  multi_xml (>= 0.5.2)
52
- i18n (1.8.9)
57
+ i18n (1.8.10)
53
58
  concurrent-ruby (~> 1.0)
54
- listen (3.4.1)
59
+ listen (3.5.1)
55
60
  rb-fsevent (~> 0.10, >= 0.10.3)
56
61
  rb-inotify (~> 0.9, >= 0.9.10)
57
62
  lumberjack (1.2.8)
@@ -65,15 +70,16 @@ GEM
65
70
  notiffany (0.1.3)
66
71
  nenv (~> 0.1)
67
72
  shellany (~> 0.0)
68
- octokit (4.20.0)
73
+ octokit (4.21.0)
69
74
  faraday (>= 0.9)
70
75
  sawyer (~> 0.8.0, >= 0.5.3)
71
76
  parallel (1.20.1)
72
- parser (3.0.0.0)
77
+ parser (3.0.1.1)
73
78
  ast (~> 2.4.1)
74
- pry (0.14.0)
79
+ pry (0.14.1)
75
80
  coderay (~> 1.1)
76
81
  method_source (~> 1.0)
82
+ psych (3.3.2)
77
83
  public_suffix (4.0.6)
78
84
  rainbow (3.0.0)
79
85
  rake (13.0.3)
@@ -81,7 +87,7 @@ GEM
81
87
  rb-inotify (0.10.1)
82
88
  ffi (~> 1.0)
83
89
  regexp_parser (2.1.1)
84
- rexml (3.2.4)
90
+ rexml (3.2.5)
85
91
  rspec (3.10.0)
86
92
  rspec-core (~> 3.10.0)
87
93
  rspec-expectations (~> 3.10.0)
@@ -95,17 +101,17 @@ GEM
95
101
  diff-lcs (>= 1.2.0, < 2.0)
96
102
  rspec-support (~> 3.10.0)
97
103
  rspec-support (3.10.2)
98
- rubocop (1.11.0)
104
+ rubocop (1.14.0)
99
105
  parallel (~> 1.10)
100
106
  parser (>= 3.0.0.0)
101
107
  rainbow (>= 2.2.2, < 4.0)
102
108
  regexp_parser (>= 1.8, < 3.0)
103
109
  rexml
104
- rubocop-ast (>= 1.2.0, < 2.0)
110
+ rubocop-ast (>= 1.5.0, < 2.0)
105
111
  ruby-progressbar (~> 1.7)
106
112
  unicode-display_width (>= 1.4.0, < 3.0)
107
- rubocop-ast (1.4.1)
108
- parser (>= 2.7.1.5)
113
+ rubocop-ast (1.5.0)
114
+ parser (>= 3.0.1.1)
109
115
  ruby-progressbar (1.11.0)
110
116
  ruby2_keywords (0.0.4)
111
117
  sawyer (0.8.2)
@@ -118,7 +124,7 @@ GEM
118
124
  unicode-display_width (1.7.0)
119
125
 
120
126
  PLATFORMS
121
- x86_64-darwin-20
127
+ x86_64-darwin-19
122
128
 
123
129
  DEPENDENCIES
124
130
  bundler (~> 2.2)
@@ -131,4 +137,4 @@ DEPENDENCIES
131
137
  rubocop (~> 1.10)
132
138
 
133
139
  BUNDLED WITH
134
- 2.2.14
140
+ 2.2.17
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # git_helper [![Main](https://github.com/emmahsax/git_helper/actions/workflows/main.yml/badge.svg)](https://github.com/emmahsax/git_helper/actions/workflows/main.yml)
1
+ # Git Helper [![Main](https://github.com/emmahsax/git_helper/actions/workflows/main.yml/badge.svg)](https://github.com/emmahsax/git_helper/actions/workflows/main.yml)
2
2
 
3
3
  ## Gem Usage
4
4
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GitHelper
4
- VERSION = '3.3.6'
4
+ VERSION = '3.3.7'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.6
4
+ version: 3.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emma Sax
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-09 00:00:00.000000000 Z
11
+ date: 2021-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gitlab
@@ -66,6 +66,20 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '4.18'
69
+ - !ruby/object:Gem::Dependency
70
+ name: psych
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "<"
74
+ - !ruby/object:Gem::Version
75
+ version: '4'
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "<"
81
+ - !ruby/object:Gem::Version
82
+ version: '4'
69
83
  - !ruby/object:Gem::Dependency
70
84
  name: bundler
71
85
  requirement: !ruby/object:Gem::Requirement
@@ -230,7 +244,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
230
244
  - !ruby/object:Gem::Version
231
245
  version: '0'
232
246
  requirements: []
233
- rubygems_version: 3.2.3
247
+ rubygems_version: 3.2.15
234
248
  signing_key:
235
249
  specification_version: 4
236
250
  summary: A set of GitHub and GitLab workflow scripts.