danger-yajp 1.0.0 → 1.0.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: 171560c106cee13af1c63bb6ab841c70503578850d3a88d1a5a4523c2de88e1a
4
- data.tar.gz: f3243d0163c4a6d7f40596dcd72b7fd8d8a2ed3f8ef19454c3f4b49751c3125c
3
+ metadata.gz: 2868f707abb91adf4aac75dbc2c882083fdee0851e7abb37fc90b939ae7c944e
4
+ data.tar.gz: fce1af4f4cd6cfa8fb3b0be1f36d5d507f86b8d43a45c78203078a2120572c65
5
5
  SHA512:
6
- metadata.gz: '09526c08a590bbf1406eb835ce929083f491eb09289814457aa82ad4d32426fc6555dce7ee400459d32936ddc980d43db4fe583eea29d848750f2486a0a7834b'
7
- data.tar.gz: 5cca801bdd4e3fd040c7d8b26730d98ccb2d11bc73c03e8577cd3f0d50e9093012e60316fa1fcef80b9ec631375ce80aaf3224b78001a3d3ee730c8c065a408a
6
+ metadata.gz: edc00b2e66a419e4408f36b3238dc57e59189a0ad63eabaf2d3a13be41f0da26041313ffc4b050118b19ab014324ef6b360f3ee4ee11f29fc5adb64870044df3
7
+ data.tar.gz: 2e5273d151a6b9ced079a5b2dabbbf5e370a04a7250232f76095aeb3c2942a8d49c97b46669079d5c9019aa6cb388dc8dc22139ce620011c83e153246071e7dd
data/Gemfile.lock CHANGED
@@ -8,7 +8,7 @@ PATH
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (6.1.0)
11
+ activesupport (6.1.3.1)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
13
  i18n (>= 1.6, < 2)
14
14
  minitest (>= 5.1)
@@ -16,7 +16,7 @@ GEM
16
16
  zeitwerk (~> 2.3)
17
17
  addressable (2.7.0)
18
18
  public_suffix (>= 2.0.2, < 5.0)
19
- ast (2.4.1)
19
+ ast (2.4.2)
20
20
  atlassian-jwt (0.2.0)
21
21
  jwt (~> 2.1.0)
22
22
  claide (1.0.3)
@@ -26,12 +26,12 @@ GEM
26
26
  open4 (~> 1.3)
27
27
  coderay (1.1.3)
28
28
  colored2 (3.1.2)
29
- concurrent-ruby (1.1.7)
29
+ concurrent-ruby (1.1.8)
30
30
  cork (0.3.0)
31
31
  colored2 (~> 3.1)
32
32
  crack (0.4.5)
33
33
  rexml
34
- danger (8.2.1)
34
+ danger (8.2.3)
35
35
  claide (~> 1.0)
36
36
  claide-plugins (>= 0.9.2)
37
37
  colored2 (~> 3.1)
@@ -43,7 +43,7 @@ GEM
43
43
  kramdown-parser-gfm (~> 1.0)
44
44
  no_proxy_fix
45
45
  octokit (~> 4.7)
46
- terminal-table (~> 1)
46
+ terminal-table (>= 1, < 4)
47
47
  danger-plugin-api (1.0.0)
48
48
  danger (> 2.0)
49
49
  diff-lcs (1.4.4)
@@ -53,8 +53,8 @@ GEM
53
53
  ruby2_keywords
54
54
  faraday-http-cache (2.2.0)
55
55
  faraday (>= 0.8)
56
- faraday-net_http (1.0.0)
57
- ffi (1.14.2-x64-mingw32)
56
+ faraday-net_http (1.0.1)
57
+ ffi (1.15.0-x64-mingw32)
58
58
  formatador (0.2.5)
59
59
  git (1.8.1)
60
60
  rchardet (~> 1.8)
@@ -73,24 +73,24 @@ GEM
73
73
  guard-compat (~> 1.1)
74
74
  rspec (>= 2.99.0, < 4.0)
75
75
  hashdiff (1.0.1)
76
- i18n (1.8.7)
76
+ i18n (1.8.10)
77
77
  concurrent-ruby (~> 1.0)
78
- jira-ruby (2.1.4)
78
+ jira-ruby (2.1.5)
79
79
  activesupport
80
80
  atlassian-jwt
81
81
  multipart-post
82
82
  oauth (~> 0.5, >= 0.5.0)
83
83
  jwt (2.1.0)
84
- kramdown (2.3.0)
84
+ kramdown (2.3.1)
85
85
  rexml
86
86
  kramdown-parser-gfm (1.1.0)
87
87
  kramdown (~> 2.0)
88
- listen (3.4.0)
88
+ listen (3.5.1)
89
89
  rb-fsevent (~> 0.10, >= 0.10.3)
90
90
  rb-inotify (~> 0.9, >= 0.9.10)
91
91
  lumberjack (1.2.8)
92
92
  method_source (1.0.0)
93
- minitest (5.14.2)
93
+ minitest (5.14.4)
94
94
  multipart-post (2.1.1)
95
95
  nap (1.1.0)
96
96
  nenv (0.3.0)
@@ -98,15 +98,15 @@ GEM
98
98
  notiffany (0.1.3)
99
99
  nenv (~> 0.1)
100
100
  shellany (~> 0.0)
101
- oauth (0.5.4)
101
+ oauth (0.5.6)
102
102
  octokit (4.20.0)
103
103
  faraday (>= 0.9)
104
104
  sawyer (~> 0.8.0, >= 0.5.3)
105
105
  open4 (1.3.4)
106
106
  parallel (1.20.1)
107
- parser (3.0.0.0)
107
+ parser (3.0.1.0)
108
108
  ast (~> 2.4.1)
109
- pry (0.13.1)
109
+ pry (0.14.0)
110
110
  coderay (~> 1.1)
111
111
  method_source (~> 1.0)
112
112
  public_suffix (4.0.6)
@@ -116,8 +116,8 @@ GEM
116
116
  rb-inotify (0.10.1)
117
117
  ffi (~> 1.0)
118
118
  rchardet (1.8.0)
119
- regexp_parser (2.0.3)
120
- rexml (3.2.4)
119
+ regexp_parser (2.1.1)
120
+ rexml (3.2.5)
121
121
  rspec (3.10.0)
122
122
  rspec-core (~> 3.10.0)
123
123
  rspec-expectations (~> 3.10.0)
@@ -127,34 +127,33 @@ GEM
127
127
  rspec-expectations (3.10.1)
128
128
  diff-lcs (>= 1.2.0, < 2.0)
129
129
  rspec-support (~> 3.10.0)
130
- rspec-mocks (3.10.1)
130
+ rspec-mocks (3.10.2)
131
131
  diff-lcs (>= 1.2.0, < 2.0)
132
132
  rspec-support (~> 3.10.0)
133
- rspec-support (3.10.1)
134
- rubocop (1.7.0)
133
+ rspec-support (3.10.2)
134
+ rubocop (1.12.1)
135
135
  parallel (~> 1.10)
136
- parser (>= 2.7.1.5)
136
+ parser (>= 3.0.0.0)
137
137
  rainbow (>= 2.2.2, < 4.0)
138
138
  regexp_parser (>= 1.8, < 3.0)
139
139
  rexml
140
140
  rubocop-ast (>= 1.2.0, < 2.0)
141
141
  ruby-progressbar (~> 1.7)
142
- unicode-display_width (>= 1.4.0, < 2.0)
143
- rubocop-ast (1.4.0)
142
+ unicode-display_width (>= 1.4.0, < 3.0)
143
+ rubocop-ast (1.4.1)
144
144
  parser (>= 2.7.1.5)
145
145
  ruby-progressbar (1.11.0)
146
- ruby2_keywords (0.0.2)
146
+ ruby2_keywords (0.0.4)
147
147
  sawyer (0.8.2)
148
148
  addressable (>= 2.3.5)
149
149
  faraday (> 0.8, < 2.0)
150
150
  shellany (0.0.1)
151
- terminal-table (1.8.0)
152
- unicode-display_width (~> 1.1, >= 1.1.1)
153
- thor (1.0.1)
151
+ terminal-table (1.6.0)
152
+ thor (1.1.0)
154
153
  tzinfo (2.0.4)
155
154
  concurrent-ruby (~> 1.0)
156
- unicode-display_width (1.7.0)
157
- webmock (3.11.0)
155
+ unicode-display_width (2.0.0)
156
+ webmock (3.12.2)
158
157
  addressable (>= 2.3.6)
159
158
  crack (>= 0.3.2)
160
159
  hashdiff (>= 0.4.0, < 2.0.0)
@@ -177,4 +176,4 @@ DEPENDENCIES
177
176
  yard (~> 0.9)
178
177
 
179
178
  BUNDLED WITH
180
- 2.1.4
179
+ 2.2.3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Yajp
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
data/spec/yajp_spec.rb CHANGED
@@ -84,7 +84,7 @@ module Danger
84
84
  allow_any_instance_of(JIRA::Base).to receive(:self).and_return(url)
85
85
  stub = stub_request(:get, "#{url}/transitions?expand=transitions.fields").
86
86
  to_return(body: json)
87
- result = plugin.split_transition_fields(plugin.api.Issue.build, 2, transition_data.merge(fields))
87
+ result = plugin.split_transition_fields(plugin.api.Issue.build, 2, **transition_data.merge(fields))
88
88
 
89
89
  expect(stub).to have_been_requested.once
90
90
  expect(result).to eq({ transition_fields: transition_data, other_fields: fields })
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-yajp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - juliendms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-05 00:00:00.000000000 Z
11
+ date: 2021-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: danger-plugin-api