git_helper 3.6.0 → 3.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +15 -58
- data/lib/git_helper/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d9274d7a8c49375a44027dc69e8edbdc0e10ba9f3cc292feb62af0ef7bbd862
|
4
|
+
data.tar.gz: 8f22422ba8dfb69137eacca33cead4681ce48f9bd87c5e2428c8fbf0a4f3d874
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1252ef15165f44e88dda2043278c42bf89fba68db1bc88e77388687fe235495e4290cce17564bfe399795e4037bc229fed1f1ac636fd16b7636e90dc09e1a057
|
7
|
+
data.tar.gz: f16b88584257d417545eaa3bfaa073a8b6776b8ad1e77678ed48bea70e57193fc1d427127172aed0c5a6df201980e63b3bf5dbd9465521db0db317d7841dd7bd
|
data/Gemfile.lock
CHANGED
@@ -1,47 +1,21 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
git_helper (3.
|
5
|
-
|
6
|
-
|
7
|
-
highline_wrapper
|
8
|
-
octokit
|
4
|
+
git_helper (3.6.1)
|
5
|
+
gli (~> 2.13)
|
6
|
+
highline_wrapper (~> 1.1)
|
9
7
|
|
10
8
|
GEM
|
11
9
|
remote: https://rubygems.org/
|
12
10
|
specs:
|
13
|
-
addressable (2.8.0)
|
14
|
-
public_suffix (>= 2.0.2, < 5.0)
|
15
11
|
ast (2.4.2)
|
16
12
|
coderay (1.1.3)
|
17
13
|
concurrent-ruby (1.1.9)
|
18
14
|
diff-lcs (1.4.4)
|
19
15
|
faker (2.19.0)
|
20
16
|
i18n (>= 1.6, < 2)
|
21
|
-
faraday (1.8.0)
|
22
|
-
faraday-em_http (~> 1.0)
|
23
|
-
faraday-em_synchrony (~> 1.0)
|
24
|
-
faraday-excon (~> 1.1)
|
25
|
-
faraday-httpclient (~> 1.0.1)
|
26
|
-
faraday-net_http (~> 1.0)
|
27
|
-
faraday-net_http_persistent (~> 1.1)
|
28
|
-
faraday-patron (~> 1.0)
|
29
|
-
faraday-rack (~> 1.0)
|
30
|
-
multipart-post (>= 1.2, < 3)
|
31
|
-
ruby2_keywords (>= 0.0.4)
|
32
|
-
faraday-em_http (1.0.0)
|
33
|
-
faraday-em_synchrony (1.0.0)
|
34
|
-
faraday-excon (1.1.0)
|
35
|
-
faraday-httpclient (1.0.1)
|
36
|
-
faraday-net_http (1.0.1)
|
37
|
-
faraday-net_http_persistent (1.2.0)
|
38
|
-
faraday-patron (1.0.0)
|
39
|
-
faraday-rack (1.0.0)
|
40
17
|
ffi (1.15.4)
|
41
18
|
formatador (0.3.0)
|
42
|
-
gitlab (4.17.0)
|
43
|
-
httparty (~> 0.18)
|
44
|
-
terminal-table (~> 1.5, >= 1.5.1)
|
45
19
|
gli (2.20.1)
|
46
20
|
guard (2.18.0)
|
47
21
|
formatador (>= 0.2.4)
|
@@ -60,35 +34,23 @@ GEM
|
|
60
34
|
highline (2.0.3)
|
61
35
|
highline_wrapper (1.3.0)
|
62
36
|
highline (~> 2.0)
|
63
|
-
|
64
|
-
mime-types (~> 3.0)
|
65
|
-
multi_xml (>= 0.5.2)
|
66
|
-
i18n (1.8.10)
|
37
|
+
i18n (1.8.11)
|
67
38
|
concurrent-ruby (~> 1.0)
|
68
39
|
listen (3.7.0)
|
69
40
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
70
41
|
rb-inotify (~> 0.9, >= 0.9.10)
|
71
42
|
lumberjack (1.2.8)
|
72
43
|
method_source (1.0.0)
|
73
|
-
mime-types (3.3.1)
|
74
|
-
mime-types-data (~> 3.2015)
|
75
|
-
mime-types-data (3.2021.0901)
|
76
|
-
multi_xml (0.6.0)
|
77
|
-
multipart-post (2.1.1)
|
78
44
|
nenv (0.3.0)
|
79
45
|
notiffany (0.1.3)
|
80
46
|
nenv (~> 0.1)
|
81
47
|
shellany (~> 0.0)
|
82
|
-
octokit (4.21.0)
|
83
|
-
faraday (>= 0.9)
|
84
|
-
sawyer (~> 0.8.0, >= 0.5.3)
|
85
48
|
parallel (1.21.0)
|
86
|
-
parser (3.0.
|
49
|
+
parser (3.0.3.1)
|
87
50
|
ast (~> 2.4.1)
|
88
51
|
pry (0.14.1)
|
89
52
|
coderay (~> 1.1)
|
90
53
|
method_source (~> 1.0)
|
91
|
-
public_suffix (4.0.6)
|
92
54
|
rainbow (3.0.0)
|
93
55
|
rb-fsevent (0.11.0)
|
94
56
|
rb-inotify (0.10.1)
|
@@ -107,8 +69,8 @@ GEM
|
|
107
69
|
rspec-mocks (3.10.2)
|
108
70
|
diff-lcs (>= 1.2.0, < 2.0)
|
109
71
|
rspec-support (~> 3.10.0)
|
110
|
-
rspec-support (3.10.
|
111
|
-
rubocop (1.
|
72
|
+
rspec-support (3.10.3)
|
73
|
+
rubocop (1.23.0)
|
112
74
|
parallel (~> 1.10)
|
113
75
|
parser (>= 3.0.0.0)
|
114
76
|
rainbow (>= 2.2.2, < 4.0)
|
@@ -117,15 +79,10 @@ GEM
|
|
117
79
|
rubocop-ast (>= 1.12.0, < 2.0)
|
118
80
|
ruby-progressbar (~> 1.7)
|
119
81
|
unicode-display_width (>= 1.4.0, < 3.0)
|
120
|
-
rubocop-ast (1.
|
82
|
+
rubocop-ast (1.13.0)
|
121
83
|
parser (>= 3.0.1.1)
|
122
84
|
ruby-progressbar (1.11.0)
|
123
|
-
ruby2_keywords (0.0.5)
|
124
|
-
sawyer (0.8.2)
|
125
|
-
addressable (>= 2.3.5)
|
126
|
-
faraday (> 0.8, < 2.0)
|
127
85
|
shellany (0.0.1)
|
128
|
-
terminal-table (1.6.0)
|
129
86
|
thor (1.1.0)
|
130
87
|
unicode-display_width (2.1.0)
|
131
88
|
|
@@ -133,13 +90,13 @@ PLATFORMS
|
|
133
90
|
x86_64-darwin-19
|
134
91
|
|
135
92
|
DEPENDENCIES
|
136
|
-
bundler
|
137
|
-
faker
|
93
|
+
bundler (~> 2.2)
|
94
|
+
faker (~> 2.15)
|
138
95
|
git_helper!
|
139
|
-
guard-rspec
|
140
|
-
pry
|
141
|
-
rspec
|
142
|
-
rubocop
|
96
|
+
guard-rspec (~> 4.3)
|
97
|
+
pry (~> 0.13)
|
98
|
+
rspec (~> 3.9)
|
99
|
+
rubocop (~> 1.10)
|
143
100
|
|
144
101
|
BUNDLED WITH
|
145
|
-
2.2.
|
102
|
+
2.2.31
|
data/lib/git_helper/version.rb
CHANGED
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.6.
|
4
|
+
version: 3.6.1
|
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-
|
11
|
+
date: 2021-12-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gli
|
@@ -172,7 +172,8 @@ files:
|
|
172
172
|
homepage: https://github.com/emmahsax/git_helper
|
173
173
|
licenses:
|
174
174
|
- BSD-3-Clause
|
175
|
-
metadata:
|
175
|
+
metadata:
|
176
|
+
rubygems_mfa_required: 'true'
|
176
177
|
post_install_message:
|
177
178
|
rdoc_options: []
|
178
179
|
require_paths:
|