git_helper 3.1.0 → 3.2.2

Sign up to get free protection for your applications and to get access to all the features.
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.0
4
+ version: 3.2.2
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-11-19 00:00:00.000000000 Z
11
+ date: 2021-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gitlab
@@ -72,28 +72,28 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '2.1'
75
+ version: '2.2'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '2.1'
82
+ version: '2.2'
83
83
  - !ruby/object:Gem::Dependency
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
@@ -139,14 +139,12 @@ dependencies:
139
139
  description: A set of GitHub and GitLab workflow scripts to provide a smoother development
140
140
  process for your git projects.
141
141
  email:
142
- - emma.sax4@gmail.com
143
142
  executables:
144
143
  - git-helper
145
144
  extensions: []
146
145
  extra_rdoc_files: []
147
146
  files:
148
147
  - Gemfile
149
- - Gemfile.lock
150
148
  - Guardfile
151
149
  - LICENSE
152
150
  - README.md
@@ -184,7 +182,7 @@ files:
184
182
  - spec/git_helper/octokit_client_spec.rb
185
183
  - spec/git_helper/pull_request_spec.rb
186
184
  - spec/spec_helper.rb
187
- homepage: https://github.com/emmasax4/git_helper
185
+ homepage: https://github.com/emmahsax/git_helper
188
186
  licenses:
189
187
  - MIT
190
188
  metadata: {}
@@ -203,23 +201,23 @@ required_rubygems_version: !ruby/object:Gem::Requirement
203
201
  - !ruby/object:Gem::Version
204
202
  version: '0'
205
203
  requirements: []
206
- rubygems_version: 3.1.4
204
+ rubygems_version: 3.2.3
207
205
  signing_key:
208
206
  specification_version: 4
209
207
  summary: A set of GitHub and GitLab workflow scripts.
210
208
  test_files:
211
209
  - 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
210
  - spec/git_helper/change_remote_spec.rb
217
211
  - spec/git_helper/checkout_default_spec.rb
218
- - spec/git_helper/pull_request_spec.rb
219
- - spec/git_helper/gitlab_client_spec.rb
212
+ - spec/git_helper/clean_branches_spec.rb
220
213
  - spec/git_helper/code_request_spec.rb
221
214
  - spec/git_helper/empty_commit_spec.rb
222
- - spec/git_helper/highline_cli_spec.rb
215
+ - spec/git_helper/forget_local_commits_spec.rb
223
216
  - spec/git_helper/git_config_reader_spec.rb
224
- - spec/git_helper/merge_request_spec.rb
217
+ - spec/git_helper/gitlab_client_spec.rb
218
+ - spec/git_helper/highline_cli_spec.rb
225
219
  - spec/git_helper/local_code_spec.rb
220
+ - spec/git_helper/merge_request_spec.rb
221
+ - spec/git_helper/new_branch_spec.rb
222
+ - spec/git_helper/octokit_client_spec.rb
223
+ - spec/git_helper/pull_request_spec.rb
data/Gemfile.lock DELETED
@@ -1,109 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- git_helper (3.0.1)
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.14.0)
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.16.1)
26
- httparty (~> 0.14, >= 0.14.0)
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.2.1)
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
-
100
- DEPENDENCIES
101
- bundler (~> 2.1)
102
- faker
103
- git_helper!
104
- guard-rspec (~> 4.3)
105
- rake (~> 13.0)
106
- rspec (~> 3.9)
107
-
108
- BUNDLED WITH
109
- 2.1.4