git-whistles 1.4 → 1.4.2
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.
- checksums.yaml +5 -5
- data/.bundle/config +2 -0
- data/.github/workflows/ruby.yml +47 -0
- data/.gitignore +2 -4
- data/.ruby-version +1 -0
- data/Gemfile.lock +68 -56
- data/README.md +2 -2
- data/bin/git-jira-branch +18 -12
- data/lib/git-whistles/jira.rb +6 -6
- data/lib/git-whistles/version.rb +1 -1
- data/lib/git-whistles/youtrack/api.rb +2 -1
- data/lib/git-whistles/youtrack/branch.rb +1 -0
- data/vendor/cache/activesupport-4.2.11.3.gem +0 -0
- data/vendor/cache/addressable-2.8.1.gem +0 -0
- data/vendor/cache/builder-3.2.4.gem +0 -0
- data/vendor/cache/coderay-1.1.3.gem +0 -0
- data/vendor/cache/concurrent-ruby-1.1.10.gem +0 -0
- data/vendor/cache/crack-0.4.5.gem +0 -0
- data/vendor/cache/diff-lcs-1.5.0.gem +0 -0
- data/vendor/cache/domain_name-0.5.20190701.gem +0 -0
- data/vendor/cache/hashdiff-1.0.1.gem +0 -0
- data/vendor/cache/hashie-5.0.0.gem +0 -0
- data/vendor/cache/http-accept-1.7.0.gem +0 -0
- data/vendor/cache/http-cookie-1.0.5.gem +0 -0
- data/vendor/cache/httparty-0.20.0.gem +0 -0
- data/vendor/cache/i18n-0.9.5.gem +0 -0
- data/vendor/cache/jira-ruby-1.0.0.gem +0 -0
- data/vendor/cache/method_source-1.0.0.gem +0 -0
- data/vendor/cache/mime-types-3.4.1.gem +0 -0
- data/vendor/cache/mime-types-data-3.2022.0105.gem +0 -0
- data/vendor/cache/mini_portile2-2.8.0.gem +0 -0
- data/vendor/cache/minitest-5.16.3.gem +0 -0
- data/vendor/cache/multi_xml-0.6.0.gem +0 -0
- data/vendor/cache/multipart-post-2.2.3.gem +0 -0
- data/vendor/cache/netrc-0.11.0.gem +0 -0
- data/vendor/cache/nokogiri-1.13.8-arm64-darwin.gem +0 -0
- data/vendor/cache/nokogiri-1.13.8-x86_64-linux.gem +0 -0
- data/vendor/cache/nokogiri-happymapper-0.9.0.gem +0 -0
- data/vendor/cache/oauth-0.6.2.gem +0 -0
- data/vendor/cache/pivotal-tracker-0.5.13.gem +0 -0
- data/vendor/cache/pry-0.14.1.gem +0 -0
- data/vendor/cache/pry-nav-1.0.0.gem +0 -0
- data/vendor/cache/public_suffix-5.0.0.gem +0 -0
- data/vendor/cache/racc-1.6.0.gem +0 -0
- data/vendor/cache/rake-13.0.6.gem +0 -0
- data/vendor/cache/rest-client-2.1.0.gem +0 -0
- data/vendor/cache/rexml-3.2.5.gem +0 -0
- data/vendor/cache/rspec-3.11.0.gem +0 -0
- data/vendor/cache/rspec-core-3.11.0.gem +0 -0
- data/vendor/cache/rspec-expectations-3.11.1.gem +0 -0
- data/vendor/cache/rspec-mocks-3.11.1.gem +0 -0
- data/vendor/cache/rspec-support-3.11.1.gem +0 -0
- data/vendor/cache/snaky_hash-2.0.1.gem +0 -0
- data/vendor/cache/sync-0.5.0.gem +0 -0
- data/vendor/cache/term-ansicolor-1.7.1.gem +0 -0
- data/vendor/cache/thread_safe-0.3.6.gem +0 -0
- data/vendor/cache/tins-1.31.1.gem +0 -0
- data/vendor/cache/tzinfo-1.2.10.gem +0 -0
- data/vendor/cache/unf-0.1.4.gem +0 -0
- data/vendor/cache/unf_ext-0.0.8.2.gem +0 -0
- data/vendor/cache/vcr-6.1.0.gem +0 -0
- data/vendor/cache/version_gem-1.1.1.gem +0 -0
- data/vendor/cache/webmock-3.18.1.gem +0 -0
- data/vendor/cache/youtrack-0.0.11.gem +0 -0
- metadata +61 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 5370bb6eb6cf2a8416a778eec5456cc2d20001c456a91019acaff9984f0935df
|
|
4
|
+
data.tar.gz: f3859092a418473ec972aace568d0bc99713030ae9916973c14af5613853ce86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3055d1cba34b978b19d043083ff207e06d1720b2aa825a9f88bd592f4298ba44865c1821fabc1aa56590524e250c364217514daba2276f5f9f836348fe97d8e5
|
|
7
|
+
data.tar.gz: a425f75e25a8a5b73e9a519dbf5494bf752f46315457cbeee39403a02dd79a47cef41b5ad56048b30a777727720bfff5a64e07eba0a92440bc7e30333f9e67eb
|
data/.bundle/config
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# This workflow uses actions that are not certified by GitHub.
|
|
2
|
+
# They are provided by a third-party and are governed by
|
|
3
|
+
# separate terms of service, privacy policy, and support
|
|
4
|
+
# documentation.
|
|
5
|
+
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
|
|
6
|
+
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
|
|
7
|
+
|
|
8
|
+
name: Ruby
|
|
9
|
+
|
|
10
|
+
on:
|
|
11
|
+
push:
|
|
12
|
+
branches:
|
|
13
|
+
- master
|
|
14
|
+
pull_request:
|
|
15
|
+
branches:
|
|
16
|
+
- master
|
|
17
|
+
|
|
18
|
+
permissions:
|
|
19
|
+
contents: read
|
|
20
|
+
|
|
21
|
+
jobs:
|
|
22
|
+
test:
|
|
23
|
+
|
|
24
|
+
runs-on: ubuntu-latest
|
|
25
|
+
strategy:
|
|
26
|
+
matrix:
|
|
27
|
+
ruby-version:
|
|
28
|
+
- "3.1"
|
|
29
|
+
|
|
30
|
+
steps:
|
|
31
|
+
- uses: actions/checkout@v3
|
|
32
|
+
- name: Set up Ruby
|
|
33
|
+
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
|
|
34
|
+
# change this to (see https://github.com/ruby/setup-ruby#versioning):
|
|
35
|
+
# uses: ruby/setup-ruby@v1
|
|
36
|
+
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
|
|
37
|
+
with:
|
|
38
|
+
ruby-version: ${{ matrix.ruby-version }}
|
|
39
|
+
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
|
40
|
+
|
|
41
|
+
- name: Install package
|
|
42
|
+
run: |
|
|
43
|
+
sudo apt-get -y install gettext
|
|
44
|
+
which msguniq
|
|
45
|
+
|
|
46
|
+
- name: Run tests
|
|
47
|
+
run: bundle exec rake
|
data/.gitignore
CHANGED
data/.ruby-version
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3.1.2
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
git-whistles (1.4)
|
|
4
|
+
git-whistles (1.4.2)
|
|
5
5
|
jira-ruby (~> 1.0.0)
|
|
6
6
|
pivotal-tracker (~> 0.5.6)
|
|
7
7
|
term-ansicolor
|
|
@@ -10,92 +10,104 @@ PATH
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
activesupport (4.2.
|
|
13
|
+
activesupport (4.2.11.3)
|
|
14
14
|
i18n (~> 0.7)
|
|
15
15
|
minitest (~> 5.1)
|
|
16
16
|
thread_safe (~> 0.3, >= 0.3.4)
|
|
17
17
|
tzinfo (~> 1.1)
|
|
18
|
-
addressable (2.
|
|
19
|
-
public_suffix (>= 2.0.2, <
|
|
20
|
-
builder (3.2.
|
|
21
|
-
coderay (1.1.
|
|
22
|
-
concurrent-ruby (1.
|
|
23
|
-
crack (0.4.
|
|
24
|
-
|
|
25
|
-
diff-lcs (1.
|
|
26
|
-
domain_name (0.5.
|
|
18
|
+
addressable (2.8.1)
|
|
19
|
+
public_suffix (>= 2.0.2, < 6.0)
|
|
20
|
+
builder (3.2.4)
|
|
21
|
+
coderay (1.1.3)
|
|
22
|
+
concurrent-ruby (1.1.10)
|
|
23
|
+
crack (0.4.5)
|
|
24
|
+
rexml
|
|
25
|
+
diff-lcs (1.5.0)
|
|
26
|
+
domain_name (0.5.20190701)
|
|
27
27
|
unf (>= 0.0.5, < 1.0.0)
|
|
28
|
-
hashdiff (0.
|
|
29
|
-
|
|
28
|
+
hashdiff (1.0.1)
|
|
29
|
+
hashie (5.0.0)
|
|
30
|
+
http-accept (1.7.0)
|
|
31
|
+
http-cookie (1.0.5)
|
|
30
32
|
domain_name (~> 0.5)
|
|
31
|
-
httparty (0.
|
|
33
|
+
httparty (0.20.0)
|
|
34
|
+
mime-types (~> 3.0)
|
|
32
35
|
multi_xml (>= 0.5.2)
|
|
33
|
-
i18n (0.9.
|
|
36
|
+
i18n (0.9.5)
|
|
34
37
|
concurrent-ruby (~> 1.0)
|
|
35
38
|
jira-ruby (1.0.0)
|
|
36
39
|
activesupport (~> 4.2, >= 4.2.0)
|
|
37
40
|
oauth (~> 0.5, >= 0.5.0)
|
|
38
|
-
method_source (0.
|
|
39
|
-
mime-types (3.1)
|
|
41
|
+
method_source (1.0.0)
|
|
42
|
+
mime-types (3.4.1)
|
|
40
43
|
mime-types-data (~> 3.2015)
|
|
41
|
-
mime-types-data (3.
|
|
42
|
-
mini_portile2 (2.
|
|
43
|
-
minitest (5.
|
|
44
|
+
mime-types-data (3.2022.0105)
|
|
45
|
+
mini_portile2 (2.8.0)
|
|
46
|
+
minitest (5.16.3)
|
|
44
47
|
multi_xml (0.6.0)
|
|
45
|
-
multipart-post (2.
|
|
48
|
+
multipart-post (2.2.3)
|
|
46
49
|
netrc (0.11.0)
|
|
47
|
-
nokogiri (1.8
|
|
48
|
-
mini_portile2 (~> 2.
|
|
49
|
-
|
|
50
|
+
nokogiri (1.13.8)
|
|
51
|
+
mini_portile2 (~> 2.8.0)
|
|
52
|
+
racc (~> 1.4)
|
|
53
|
+
nokogiri-happymapper (0.9.0)
|
|
50
54
|
nokogiri (~> 1.5)
|
|
51
|
-
oauth (0.
|
|
55
|
+
oauth (0.6.2)
|
|
56
|
+
snaky_hash (~> 2.0)
|
|
57
|
+
version_gem (~> 1.1)
|
|
52
58
|
pivotal-tracker (0.5.13)
|
|
53
59
|
builder
|
|
54
60
|
crack
|
|
55
61
|
nokogiri (>= 1.5.5)
|
|
56
62
|
nokogiri-happymapper (>= 0.5.4)
|
|
57
63
|
rest-client (>= 1.8.0)
|
|
58
|
-
pry (0.
|
|
59
|
-
coderay (~> 1.1
|
|
60
|
-
method_source (~> 0
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
rake (
|
|
66
|
-
rest-client (2.0
|
|
64
|
+
pry (0.14.1)
|
|
65
|
+
coderay (~> 1.1)
|
|
66
|
+
method_source (~> 1.0)
|
|
67
|
+
pry-nav (1.0.0)
|
|
68
|
+
pry (>= 0.9.10, < 0.15)
|
|
69
|
+
public_suffix (5.0.0)
|
|
70
|
+
racc (1.6.0)
|
|
71
|
+
rake (13.0.6)
|
|
72
|
+
rest-client (2.1.0)
|
|
73
|
+
http-accept (>= 1.7.0, < 2.0)
|
|
67
74
|
http-cookie (>= 1.0.2, < 2.0)
|
|
68
75
|
mime-types (>= 1.16, < 4.0)
|
|
69
76
|
netrc (~> 0.8)
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
rspec-
|
|
73
|
-
rspec-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
+
rexml (3.2.5)
|
|
78
|
+
rspec (3.11.0)
|
|
79
|
+
rspec-core (~> 3.11.0)
|
|
80
|
+
rspec-expectations (~> 3.11.0)
|
|
81
|
+
rspec-mocks (~> 3.11.0)
|
|
82
|
+
rspec-core (3.11.0)
|
|
83
|
+
rspec-support (~> 3.11.0)
|
|
84
|
+
rspec-expectations (3.11.1)
|
|
77
85
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
78
|
-
rspec-support (~> 3.
|
|
79
|
-
rspec-mocks (3.
|
|
86
|
+
rspec-support (~> 3.11.0)
|
|
87
|
+
rspec-mocks (3.11.1)
|
|
80
88
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
81
|
-
rspec-support (~> 3.
|
|
82
|
-
rspec-support (3.
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
89
|
+
rspec-support (~> 3.11.0)
|
|
90
|
+
rspec-support (3.11.1)
|
|
91
|
+
snaky_hash (2.0.1)
|
|
92
|
+
hashie
|
|
93
|
+
version_gem (~> 1.1, >= 1.1.1)
|
|
94
|
+
sync (0.5.0)
|
|
95
|
+
term-ansicolor (1.7.1)
|
|
86
96
|
tins (~> 1.0)
|
|
87
97
|
thread_safe (0.3.6)
|
|
88
|
-
tins (1.
|
|
89
|
-
|
|
98
|
+
tins (1.31.1)
|
|
99
|
+
sync
|
|
100
|
+
tzinfo (1.2.10)
|
|
90
101
|
thread_safe (~> 0.1)
|
|
91
102
|
unf (0.1.4)
|
|
92
103
|
unf_ext
|
|
93
|
-
unf_ext (0.0.
|
|
94
|
-
vcr (
|
|
95
|
-
|
|
96
|
-
|
|
104
|
+
unf_ext (0.0.8.2)
|
|
105
|
+
vcr (6.1.0)
|
|
106
|
+
version_gem (1.1.1)
|
|
107
|
+
webmock (3.18.1)
|
|
108
|
+
addressable (>= 2.8.0)
|
|
97
109
|
crack (>= 0.3.2)
|
|
98
|
-
hashdiff
|
|
110
|
+
hashdiff (>= 0.4.0, < 2.0.0)
|
|
99
111
|
youtrack (0.0.11)
|
|
100
112
|
httparty
|
|
101
113
|
multipart-post
|
|
@@ -114,4 +126,4 @@ DEPENDENCIES
|
|
|
114
126
|
webmock
|
|
115
127
|
|
|
116
128
|
BUNDLED WITH
|
|
117
|
-
|
|
129
|
+
2.3.22
|
data/README.md
CHANGED
|
@@ -81,12 +81,12 @@ Add this to your user global ~/.gitconfig:
|
|
|
81
81
|
|
|
82
82
|
### JIRA
|
|
83
83
|
|
|
84
|
-
All JIRA commands require a JIRA username,
|
|
84
|
+
All JIRA commands require a JIRA username, [API token](https://id.atlassian.com/manage/api-tokens) and site. Please use the following commands
|
|
85
85
|
to set it up:
|
|
86
86
|
|
|
87
87
|
```
|
|
88
88
|
$ git config [--global] jira.username <username>
|
|
89
|
-
$ git config [--global] jira.
|
|
89
|
+
$ git config [--global] jira.token <token>
|
|
90
90
|
$ git config [--global] jira.site <https://mydomain.atlassian.net>
|
|
91
91
|
```
|
|
92
92
|
|
data/bin/git-jira-branch
CHANGED
|
@@ -64,21 +64,23 @@ class App < Git::Whistles::App
|
|
|
64
64
|
# create branch
|
|
65
65
|
`cd #{ENV['PWD']} && git checkout -b #{branch_name}`
|
|
66
66
|
|
|
67
|
-
#
|
|
68
|
-
#
|
|
69
|
-
attrs = {
|
|
70
|
-
update: {
|
|
71
|
-
comment: [ { add: { body: "Created branch #{branch_name}" } } ],
|
|
72
|
-
assignee: [ { set: { name: username } } ]
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
issue.save!(attrs)
|
|
67
|
+
# assign
|
|
68
|
+
issue.client.put("#{issue.url}/assignee", { accountId: account_id }.to_json)
|
|
76
69
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
issue.client.post("#{issue.url}/transitions",
|
|
70
|
+
# transition
|
|
71
|
+
if transition.present?
|
|
72
|
+
issue.client.post("#{issue.url}/transitions", { transition: { id: transition } }.to_json)
|
|
80
73
|
end
|
|
81
74
|
|
|
75
|
+
# add comment
|
|
76
|
+
issue.save!(
|
|
77
|
+
update: {
|
|
78
|
+
comment: [
|
|
79
|
+
{ add: { body: "Created branch #{branch_name}" } }
|
|
80
|
+
]
|
|
81
|
+
}
|
|
82
|
+
)
|
|
83
|
+
|
|
82
84
|
puts Term::ANSIColor.green('Created branch and started JIRA issue')
|
|
83
85
|
end
|
|
84
86
|
|
|
@@ -107,6 +109,10 @@ class App < Git::Whistles::App
|
|
|
107
109
|
@username ||= `git config jira.username`.strip
|
|
108
110
|
end
|
|
109
111
|
|
|
112
|
+
def account_id
|
|
113
|
+
@account_id ||= `git config jira.accountId`.strip
|
|
114
|
+
end
|
|
115
|
+
|
|
110
116
|
def get_jira_info(issue_id)
|
|
111
117
|
log.info "Finding your JIRA Issue¬"
|
|
112
118
|
|
data/lib/git-whistles/jira.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module Git
|
|
2
2
|
module Whistles
|
|
3
3
|
class Jira
|
|
4
|
-
attr_reader :username, :
|
|
4
|
+
attr_reader :username, :token, :site
|
|
5
5
|
|
|
6
6
|
def initialize
|
|
7
7
|
get_config
|
|
@@ -10,7 +10,7 @@ module Git
|
|
|
10
10
|
def get_client(opts = {})
|
|
11
11
|
options = {
|
|
12
12
|
username: @username,
|
|
13
|
-
password: @
|
|
13
|
+
password: @token,
|
|
14
14
|
site: @site,
|
|
15
15
|
context_path: '',
|
|
16
16
|
auth_type: :basic,
|
|
@@ -34,13 +34,13 @@ module Git
|
|
|
34
34
|
raise "Aborting."
|
|
35
35
|
end
|
|
36
36
|
|
|
37
|
-
@
|
|
38
|
-
if
|
|
37
|
+
@token = `git config jira.token`.strip
|
|
38
|
+
if token.empty?
|
|
39
39
|
puts Term::ANSIColor.yellow %Q{
|
|
40
40
|
Your branch appears to have a issue ID,
|
|
41
|
-
but I don't know your JIRA
|
|
41
|
+
but I don't know your JIRA token!
|
|
42
42
|
Please set it with:
|
|
43
|
-
$ git config [--global] jira.
|
|
43
|
+
$ git config [--global] jira.token <token>
|
|
44
44
|
}
|
|
45
45
|
raise "Aborting."
|
|
46
46
|
end
|
data/lib/git-whistles/version.rb
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: git-whistles
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Julien Letessier
|
|
8
8
|
- Pedro Cunha
|
|
9
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2022-10-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -189,8 +189,11 @@ executables:
|
|
|
189
189
|
extensions: []
|
|
190
190
|
extra_rdoc_files: []
|
|
191
191
|
files:
|
|
192
|
+
- ".bundle/config"
|
|
193
|
+
- ".github/workflows/ruby.yml"
|
|
192
194
|
- ".gitignore"
|
|
193
195
|
- ".rspec"
|
|
196
|
+
- ".ruby-version"
|
|
194
197
|
- Gemfile
|
|
195
198
|
- Gemfile.lock
|
|
196
199
|
- HISTORY
|
|
@@ -243,11 +246,63 @@ files:
|
|
|
243
246
|
- spec/lib/git-whistles/youtrack/branch_spec.rb
|
|
244
247
|
- spec/spec_helper.rb
|
|
245
248
|
- spec/support/vcr_helper.rb
|
|
249
|
+
- vendor/cache/activesupport-4.2.11.3.gem
|
|
250
|
+
- vendor/cache/addressable-2.8.1.gem
|
|
251
|
+
- vendor/cache/builder-3.2.4.gem
|
|
252
|
+
- vendor/cache/coderay-1.1.3.gem
|
|
253
|
+
- vendor/cache/concurrent-ruby-1.1.10.gem
|
|
254
|
+
- vendor/cache/crack-0.4.5.gem
|
|
255
|
+
- vendor/cache/diff-lcs-1.5.0.gem
|
|
256
|
+
- vendor/cache/domain_name-0.5.20190701.gem
|
|
257
|
+
- vendor/cache/hashdiff-1.0.1.gem
|
|
258
|
+
- vendor/cache/hashie-5.0.0.gem
|
|
259
|
+
- vendor/cache/http-accept-1.7.0.gem
|
|
260
|
+
- vendor/cache/http-cookie-1.0.5.gem
|
|
261
|
+
- vendor/cache/httparty-0.20.0.gem
|
|
262
|
+
- vendor/cache/i18n-0.9.5.gem
|
|
263
|
+
- vendor/cache/jira-ruby-1.0.0.gem
|
|
264
|
+
- vendor/cache/method_source-1.0.0.gem
|
|
265
|
+
- vendor/cache/mime-types-3.4.1.gem
|
|
266
|
+
- vendor/cache/mime-types-data-3.2022.0105.gem
|
|
267
|
+
- vendor/cache/mini_portile2-2.8.0.gem
|
|
268
|
+
- vendor/cache/minitest-5.16.3.gem
|
|
269
|
+
- vendor/cache/multi_xml-0.6.0.gem
|
|
270
|
+
- vendor/cache/multipart-post-2.2.3.gem
|
|
271
|
+
- vendor/cache/netrc-0.11.0.gem
|
|
272
|
+
- vendor/cache/nokogiri-1.13.8-arm64-darwin.gem
|
|
273
|
+
- vendor/cache/nokogiri-1.13.8-x86_64-linux.gem
|
|
274
|
+
- vendor/cache/nokogiri-happymapper-0.9.0.gem
|
|
275
|
+
- vendor/cache/oauth-0.6.2.gem
|
|
276
|
+
- vendor/cache/pivotal-tracker-0.5.13.gem
|
|
277
|
+
- vendor/cache/pry-0.14.1.gem
|
|
278
|
+
- vendor/cache/pry-nav-1.0.0.gem
|
|
279
|
+
- vendor/cache/public_suffix-5.0.0.gem
|
|
280
|
+
- vendor/cache/racc-1.6.0.gem
|
|
281
|
+
- vendor/cache/rake-13.0.6.gem
|
|
282
|
+
- vendor/cache/rest-client-2.1.0.gem
|
|
283
|
+
- vendor/cache/rexml-3.2.5.gem
|
|
284
|
+
- vendor/cache/rspec-3.11.0.gem
|
|
285
|
+
- vendor/cache/rspec-core-3.11.0.gem
|
|
286
|
+
- vendor/cache/rspec-expectations-3.11.1.gem
|
|
287
|
+
- vendor/cache/rspec-mocks-3.11.1.gem
|
|
288
|
+
- vendor/cache/rspec-support-3.11.1.gem
|
|
289
|
+
- vendor/cache/snaky_hash-2.0.1.gem
|
|
290
|
+
- vendor/cache/sync-0.5.0.gem
|
|
291
|
+
- vendor/cache/term-ansicolor-1.7.1.gem
|
|
292
|
+
- vendor/cache/thread_safe-0.3.6.gem
|
|
293
|
+
- vendor/cache/tins-1.31.1.gem
|
|
294
|
+
- vendor/cache/tzinfo-1.2.10.gem
|
|
295
|
+
- vendor/cache/unf-0.1.4.gem
|
|
296
|
+
- vendor/cache/unf_ext-0.0.8.2.gem
|
|
297
|
+
- vendor/cache/vcr-6.1.0.gem
|
|
298
|
+
- vendor/cache/version_gem-1.1.1.gem
|
|
299
|
+
- vendor/cache/webmock-3.18.1.gem
|
|
300
|
+
- vendor/cache/youtrack-0.0.11.gem
|
|
246
301
|
homepage: http://github.com/mezis/git-whistles
|
|
247
302
|
licenses:
|
|
248
303
|
- MIT
|
|
249
304
|
metadata: {}
|
|
250
|
-
post_install_message:
|
|
305
|
+
post_install_message:
|
|
251
306
|
rdoc_options: []
|
|
252
307
|
require_paths:
|
|
253
308
|
- lib
|
|
@@ -262,9 +317,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
262
317
|
- !ruby/object:Gem::Version
|
|
263
318
|
version: 1.3.6
|
|
264
319
|
requirements: []
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
signing_key:
|
|
320
|
+
rubygems_version: 3.3.7
|
|
321
|
+
signing_key:
|
|
268
322
|
specification_version: 4
|
|
269
323
|
summary: 'A few helpers for classic Git workflows: makes branching and merging, PO
|
|
270
324
|
file handling, issuing pull requests slightly simpler.'
|