git_helper 3.4.0 → 3.4.1

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: 0f54fe4752a8c63fd35e668a15b6d0ed4c17e6646f1058de2d66056550305050
4
- data.tar.gz: 4dd91a7a425990aceb3012064bb64ad55d2501f2975d5e75668e9540722c8121
3
+ metadata.gz: 295a48c82962b1acd95510653a2c7430ef50c3773d0cd2da78d55d0f428e6dd0
4
+ data.tar.gz: 72d909f998d63f307487d278f365fd14d6380d213f10fe11f6cf1b0f7f07ba64
5
5
  SHA512:
6
- metadata.gz: 8d618c4758a4f4f9387e58a2d5a41b85d052ae61afd8253ca2c3c718bba85791a03f85332a5ecb104ab49dee35e7a406ea3e25984301b0db4f18d8c51140c233
7
- data.tar.gz: 19ee42210fc4a308e927ef5bbf40512c73cfd5513be8d68a3b3754510b78a76701768eec2a8fd4ad9f2d48cfe168a1f817f9ab465040349068c7e7980322fba8
6
+ metadata.gz: aafbbfdda563a9a5c3086c1d393564993c8856900e32b3444ba9ddef8ff01f4ef5d919f4108f3a4fceebb94de3f963d5f98e7aa02c66d9157643ce91f1c3ead4
7
+ data.tar.gz: 50b732f26e32581cf9a33de9398a00c54e75aa8eebb600d73e59f07218dc26e5aa3cf5e9339830b9fefe876180bc86f2eca877cf7fe238397c0a84764514b3ba
data/LICENSE.md ADDED
@@ -0,0 +1,11 @@
1
+ Copyright (c) 2020 Emma Sax. All rights reserved.
2
+
3
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
+
5
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions, and the following disclaimer.
6
+
7
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution.
8
+
9
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
10
+
11
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
data/README.md CHANGED
@@ -176,15 +176,25 @@ git-helper new-branch NEW_BRANCH_NAME
176
176
 
177
177
  The command either accepts a branch name right away or it will ask you for the name of your new branch. Make sure your input does not contain any spaces or special characters.
178
178
 
179
- ## Contributing
179
+ ---
180
+
181
+ ### Contributing
180
182
 
181
183
  To submit a feature request, bug ticket, etc, please submit an official [GitHub Issue](https://github.com/emmahsax/git_helper/issues/new).
182
184
 
183
- To report any security vulnerabilities, please view this project's [Security Policy](https://github.com/emmahsax/git_helper/security/policy).
185
+ ### Security Policy
186
+
187
+ To report any security vulnerabilities, please view this repository's [Security Policy](https://github.com/emmahsax/git_helper/security/policy).
188
+
189
+ ### Licensing
190
+
191
+ For information on licensing, please see [LICENSE.md](https://github.com/emmahsax/git_helper/blob/main/LICENSE.md).
192
+
193
+ ### Code of Conduct
184
194
 
185
195
  When interacting with this repository, please follow [Contributor Covenant's Code of Conduct](https://contributor-covenant.org).
186
196
 
187
- ## Releasing
197
+ ### Releasing
188
198
 
189
199
  To make a new release of this gem:
190
200
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GitHelper
4
- VERSION = '3.4.0'
4
+ VERSION = '3.4.1'
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.4.0
4
+ version: 3.4.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-06-15 00:00:00.000000000 Z
11
+ date: 2021-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gitlab
@@ -187,9 +187,8 @@ extensions: []
187
187
  extra_rdoc_files: []
188
188
  files:
189
189
  - Gemfile
190
- - Gemfile.lock
191
190
  - Guardfile
192
- - LICENSE
191
+ - LICENSE.md
193
192
  - README.md
194
193
  - Rakefile
195
194
  - bin/git-helper
@@ -227,7 +226,7 @@ files:
227
226
  - spec/spec_helper.rb
228
227
  homepage: https://github.com/emmahsax/git_helper
229
228
  licenses:
230
- - MIT
229
+ - BSD-3-Clause
231
230
  metadata: {}
232
231
  post_install_message:
233
232
  rdoc_options: []
data/Gemfile.lock DELETED
@@ -1,140 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- git_helper (3.4.0)
5
- gitlab (~> 4.16)
6
- gli (~> 2.13)
7
- highline_wrapper (~> 1.1)
8
- octokit (~> 4.18)
9
- psych (< 4)
10
-
11
- GEM
12
- remote: https://rubygems.org/
13
- specs:
14
- addressable (2.7.0)
15
- public_suffix (>= 2.0.2, < 5.0)
16
- ast (2.4.2)
17
- coderay (1.1.3)
18
- concurrent-ruby (1.1.8)
19
- diff-lcs (1.4.4)
20
- faker (2.17.0)
21
- i18n (>= 1.6, < 2)
22
- faraday (1.4.1)
23
- faraday-excon (~> 1.1)
24
- faraday-net_http (~> 1.0)
25
- faraday-net_http_persistent (~> 1.1)
26
- multipart-post (>= 1.2, < 3)
27
- ruby2_keywords (>= 0.0.4)
28
- faraday-excon (1.1.0)
29
- faraday-net_http (1.0.1)
30
- faraday-net_http_persistent (1.1.0)
31
- ffi (1.15.0)
32
- formatador (0.2.5)
33
- gitlab (4.17.0)
34
- httparty (~> 0.18)
35
- terminal-table (~> 1.5, >= 1.5.1)
36
- gli (2.20.0)
37
- guard (2.16.2)
38
- formatador (>= 0.2.4)
39
- listen (>= 2.7, < 4.0)
40
- lumberjack (>= 1.0.12, < 2.0)
41
- nenv (~> 0.1)
42
- notiffany (~> 0.0)
43
- pry (>= 0.9.12)
44
- shellany (~> 0.0)
45
- thor (>= 0.18.1)
46
- guard-compat (1.2.1)
47
- guard-rspec (4.7.3)
48
- guard (~> 2.1)
49
- guard-compat (~> 1.1)
50
- rspec (>= 2.99.0, < 4.0)
51
- highline (2.0.3)
52
- highline_wrapper (1.2.0)
53
- highline (~> 2.0)
54
- httparty (0.18.1)
55
- mime-types (~> 3.0)
56
- multi_xml (>= 0.5.2)
57
- i18n (1.8.10)
58
- concurrent-ruby (~> 1.0)
59
- listen (3.5.1)
60
- rb-fsevent (~> 0.10, >= 0.10.3)
61
- rb-inotify (~> 0.9, >= 0.9.10)
62
- lumberjack (1.2.8)
63
- method_source (1.0.0)
64
- mime-types (3.3.1)
65
- mime-types-data (~> 3.2015)
66
- mime-types-data (3.2021.0225)
67
- multi_xml (0.6.0)
68
- multipart-post (2.1.1)
69
- nenv (0.3.0)
70
- notiffany (0.1.3)
71
- nenv (~> 0.1)
72
- shellany (~> 0.0)
73
- octokit (4.21.0)
74
- faraday (>= 0.9)
75
- sawyer (~> 0.8.0, >= 0.5.3)
76
- parallel (1.20.1)
77
- parser (3.0.1.1)
78
- ast (~> 2.4.1)
79
- pry (0.14.1)
80
- coderay (~> 1.1)
81
- method_source (~> 1.0)
82
- psych (3.3.2)
83
- public_suffix (4.0.6)
84
- rainbow (3.0.0)
85
- rake (13.0.3)
86
- rb-fsevent (0.10.4)
87
- rb-inotify (0.10.1)
88
- ffi (~> 1.0)
89
- regexp_parser (2.1.1)
90
- rexml (3.2.5)
91
- rspec (3.10.0)
92
- rspec-core (~> 3.10.0)
93
- rspec-expectations (~> 3.10.0)
94
- rspec-mocks (~> 3.10.0)
95
- rspec-core (3.10.1)
96
- rspec-support (~> 3.10.0)
97
- rspec-expectations (3.10.1)
98
- diff-lcs (>= 1.2.0, < 2.0)
99
- rspec-support (~> 3.10.0)
100
- rspec-mocks (3.10.2)
101
- diff-lcs (>= 1.2.0, < 2.0)
102
- rspec-support (~> 3.10.0)
103
- rspec-support (3.10.2)
104
- rubocop (1.14.0)
105
- parallel (~> 1.10)
106
- parser (>= 3.0.0.0)
107
- rainbow (>= 2.2.2, < 4.0)
108
- regexp_parser (>= 1.8, < 3.0)
109
- rexml
110
- rubocop-ast (>= 1.5.0, < 2.0)
111
- ruby-progressbar (~> 1.7)
112
- unicode-display_width (>= 1.4.0, < 3.0)
113
- rubocop-ast (1.5.0)
114
- parser (>= 3.0.1.1)
115
- ruby-progressbar (1.11.0)
116
- ruby2_keywords (0.0.4)
117
- sawyer (0.8.2)
118
- addressable (>= 2.3.5)
119
- faraday (> 0.8, < 2.0)
120
- shellany (0.0.1)
121
- terminal-table (1.8.0)
122
- unicode-display_width (~> 1.1, >= 1.1.1)
123
- thor (1.1.0)
124
- unicode-display_width (1.7.0)
125
-
126
- PLATFORMS
127
- x86_64-darwin-19
128
-
129
- DEPENDENCIES
130
- bundler (~> 2.2)
131
- faker (~> 2.15)
132
- git_helper!
133
- guard-rspec (~> 4.3)
134
- pry (~> 0.13)
135
- rake (~> 13.0)
136
- rspec (~> 3.9)
137
- rubocop (~> 1.10)
138
-
139
- BUNDLED WITH
140
- 2.2.17
data/LICENSE DELETED
@@ -1,22 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright 2020 Emma Sax
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.