git_helper 3.1.3 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/git_helper/version.rb +1 -1
  3. metadata +15 -16
  4. data/Gemfile.lock +0 -110
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f85140fd3f9789ce420906994b5918e2fbb1318691829977c5234dbbb6be4867
4
- data.tar.gz: 63cf9ee23e0d32e829c738feb4fcc5d195c034cd814e4ed1af109ff10984be6d
3
+ metadata.gz: 4b64f4dd497458fd54078d7b1db018ba01273e432e6c0923d1cedad7613631b3
4
+ data.tar.gz: a6aace888903ea6d61846e8910b24c01e6c2b68a3370da904e89e2ca463118cb
5
5
  SHA512:
6
- metadata.gz: e28dcdae4082f67e060fa3aa2f31e600103a6abc50daa8f0b349034aaed9cbdfed0231ed1b9a75374483e2a37753b2482905d82c3150210af8e567ea3e6b2ac4
7
- data.tar.gz: 3bc7be22d5bd115e7cd1d565cc0814d181f4ded6826d4aee8e58d0ba05a4d2fb773fbfa2486fab144a05780b60f846bd524ad408758677c9fad4776196931481
6
+ metadata.gz: 6f696668e2a8e9180d4df1018c36b94cd8bdb288b73c31181dc6a3a9c92150849505a5363c02e862a13e8f239e51ca177c7bd678576d940e9ecd621e154e2de1
7
+ data.tar.gz: 91c19361c88d9f8b3bc8840f660ea23b14cbf56fe878317f57ab5964a124d5b6150bc97c082a1fcd343a8a5e99f4f65efbcb6858c75e19dddd6a7ee59f67dc41
@@ -1,3 +1,3 @@
1
1
  module GitHelper
2
- VERSION = '3.1.3'
2
+ VERSION = '3.2.0'
3
3
  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.1.3
4
+ version: 3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emma Sax
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-10 00:00:00.000000000 Z
11
+ date: 2021-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gitlab
@@ -84,16 +84,16 @@ dependencies:
84
84
  name: faker
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ">="
87
+ - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '0'
89
+ version: '2.15'
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ">="
94
+ - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '0'
96
+ version: '2.15'
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: guard-rspec
99
99
  requirement: !ruby/object:Gem::Requirement
@@ -146,7 +146,6 @@ extensions: []
146
146
  extra_rdoc_files: []
147
147
  files:
148
148
  - Gemfile
149
- - Gemfile.lock
150
149
  - Guardfile
151
150
  - LICENSE
152
151
  - README.md
@@ -203,23 +202,23 @@ required_rubygems_version: !ruby/object:Gem::Requirement
203
202
  - !ruby/object:Gem::Version
204
203
  version: '0'
205
204
  requirements: []
206
- rubygems_version: 3.1.4
205
+ rubygems_version: 3.2.3
207
206
  signing_key:
208
207
  specification_version: 4
209
208
  summary: A set of GitHub and GitLab workflow scripts.
210
209
  test_files:
211
210
  - spec/spec_helper.rb
212
- - spec/git_helper/octokit_client_spec.rb
213
- - spec/git_helper/new_branch_spec.rb
214
- - spec/git_helper/forget_local_commits_spec.rb
215
- - spec/git_helper/clean_branches_spec.rb
216
211
  - spec/git_helper/change_remote_spec.rb
217
212
  - spec/git_helper/checkout_default_spec.rb
218
- - spec/git_helper/pull_request_spec.rb
219
- - spec/git_helper/gitlab_client_spec.rb
213
+ - spec/git_helper/clean_branches_spec.rb
220
214
  - spec/git_helper/code_request_spec.rb
221
215
  - spec/git_helper/empty_commit_spec.rb
222
- - spec/git_helper/highline_cli_spec.rb
216
+ - spec/git_helper/forget_local_commits_spec.rb
223
217
  - spec/git_helper/git_config_reader_spec.rb
224
- - spec/git_helper/merge_request_spec.rb
218
+ - spec/git_helper/gitlab_client_spec.rb
219
+ - spec/git_helper/highline_cli_spec.rb
225
220
  - spec/git_helper/local_code_spec.rb
221
+ - spec/git_helper/merge_request_spec.rb
222
+ - spec/git_helper/new_branch_spec.rb
223
+ - spec/git_helper/octokit_client_spec.rb
224
+ - spec/git_helper/pull_request_spec.rb
@@ -1,110 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- git_helper (3.1.3)
5
- gitlab (~> 4.16)
6
- gli (~> 2.13)
7
- highline (~> 2.0)
8
- octokit (~> 4.18)
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- addressable (2.7.0)
14
- public_suffix (>= 2.0.2, < 5.0)
15
- coderay (1.1.3)
16
- concurrent-ruby (1.1.7)
17
- diff-lcs (1.4.4)
18
- faker (2.15.1)
19
- i18n (>= 1.6, < 2)
20
- faraday (1.1.0)
21
- multipart-post (>= 1.2, < 3)
22
- ruby2_keywords
23
- ffi (1.13.1)
24
- formatador (0.2.5)
25
- gitlab (4.17.0)
26
- httparty (~> 0.18)
27
- terminal-table (~> 1.5, >= 1.5.1)
28
- gli (2.19.2)
29
- guard (2.16.2)
30
- formatador (>= 0.2.4)
31
- listen (>= 2.7, < 4.0)
32
- lumberjack (>= 1.0.12, < 2.0)
33
- nenv (~> 0.1)
34
- notiffany (~> 0.0)
35
- pry (>= 0.9.12)
36
- shellany (~> 0.0)
37
- thor (>= 0.18.1)
38
- guard-compat (1.2.1)
39
- guard-rspec (4.7.3)
40
- guard (~> 2.1)
41
- guard-compat (~> 1.1)
42
- rspec (>= 2.99.0, < 4.0)
43
- highline (2.0.3)
44
- httparty (0.18.1)
45
- mime-types (~> 3.0)
46
- multi_xml (>= 0.5.2)
47
- i18n (1.8.5)
48
- concurrent-ruby (~> 1.0)
49
- listen (3.3.3)
50
- rb-fsevent (~> 0.10, >= 0.10.3)
51
- rb-inotify (~> 0.9, >= 0.9.10)
52
- lumberjack (1.2.8)
53
- method_source (1.0.0)
54
- mime-types (3.3.1)
55
- mime-types-data (~> 3.2015)
56
- mime-types-data (3.2020.1104)
57
- multi_xml (0.6.0)
58
- multipart-post (2.1.1)
59
- nenv (0.3.0)
60
- notiffany (0.1.3)
61
- nenv (~> 0.1)
62
- shellany (~> 0.0)
63
- octokit (4.19.0)
64
- faraday (>= 0.9)
65
- sawyer (~> 0.8.0, >= 0.5.3)
66
- pry (0.13.1)
67
- coderay (~> 1.1)
68
- method_source (~> 1.0)
69
- public_suffix (4.0.6)
70
- rake (13.0.1)
71
- rb-fsevent (0.10.4)
72
- rb-inotify (0.10.1)
73
- ffi (~> 1.0)
74
- rspec (3.10.0)
75
- rspec-core (~> 3.10.0)
76
- rspec-expectations (~> 3.10.0)
77
- rspec-mocks (~> 3.10.0)
78
- rspec-core (3.10.0)
79
- rspec-support (~> 3.10.0)
80
- rspec-expectations (3.10.0)
81
- diff-lcs (>= 1.2.0, < 2.0)
82
- rspec-support (~> 3.10.0)
83
- rspec-mocks (3.10.0)
84
- diff-lcs (>= 1.2.0, < 2.0)
85
- rspec-support (~> 3.10.0)
86
- rspec-support (3.10.0)
87
- ruby2_keywords (0.0.2)
88
- sawyer (0.8.2)
89
- addressable (>= 2.3.5)
90
- faraday (> 0.8, < 2.0)
91
- shellany (0.0.1)
92
- terminal-table (1.8.0)
93
- unicode-display_width (~> 1.1, >= 1.1.1)
94
- thor (1.0.1)
95
- unicode-display_width (1.7.0)
96
-
97
- PLATFORMS
98
- ruby
99
- x86_64-darwin-19
100
-
101
- DEPENDENCIES
102
- bundler (~> 2.2)
103
- faker
104
- git_helper!
105
- guard-rspec (~> 4.3)
106
- rake (~> 13.0)
107
- rspec (~> 3.9)
108
-
109
- BUNDLED WITH
110
- 2.2.0