brpm_module_jira 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/automations/{add_comment.txt → add_comment.meta} +0 -0
- data/automations/{create_release.txt → create_release.meta} +0 -0
- data/automations/{delete_release.txt → delete_release.meta} +0 -0
- data/automations/{transition_issue.txt → transition_issue.meta} +0 -0
- data/automations/{transition_issues_for_request.txt → transition_issues_for_request.meta} +0 -0
- data/automations/{transition_issues_for_run.txt → transition_issues_for_run.meta} +0 -0
- data/automations/{update_release.txt → update_release.meta} +0 -0
- data/config.yml +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OTJhODVmMjIyZjE5MzNiOTEyOTI3OTgyNjAyMDljNzAwMDNkYTZlMA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
Y2FjMmNjYjA4NWM5ZGRhOWU1OTMzODdmMjA5ZmQzZWFhZWYyYjQ1MQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NmZiNWExZTY1NzFlNjIxOWFiNTE2NTJlY2U3ZDM2ODg4NWViMGJhZGFhMmIx
|
10
|
+
ZjQyMjIyMjA4NjcxZTVkYzk3ZjY0MjE1N2Y4YTA3Y2YxMjA4ODg0YTljM2Ez
|
11
|
+
ZjYyOWMwODJjYzc5NWMwMWRkYzNjZjA5MDEwYTNlOWE3OWU5Yzc=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NWE3ZjVmNzdiOGNlMmI4ZGY5OGJlYWZjMGU4ZDc3ZDk2NzJhMmE5Y2JkNjFk
|
14
|
+
YmUxZjg2NGY0NDVhNThhNzYyZDQ1OWNhOGI0OWZlZTdjMGMyMDVjZGRiMTky
|
15
|
+
MDA1ZjRkZmZjNjcyM2Q3Yjc3ODMyMWZjNTVlZGQwYzhmODI3MzQ=
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/config.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brpm_module_jira
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Niek Bartholomeus
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-07-
|
11
|
+
date: 2015-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: brpm_content
|
@@ -81,20 +81,20 @@ files:
|
|
81
81
|
- LICENSE
|
82
82
|
- README.md
|
83
83
|
- Rakefile
|
84
|
+
- automations/add_comment.meta
|
84
85
|
- automations/add_comment.rb
|
85
|
-
- automations/
|
86
|
+
- automations/create_release.meta
|
86
87
|
- automations/create_release.rb
|
87
|
-
- automations/
|
88
|
+
- automations/delete_release.meta
|
88
89
|
- automations/delete_release.rb
|
89
|
-
- automations/
|
90
|
+
- automations/transition_issue.meta
|
90
91
|
- automations/transition_issue.rb
|
91
|
-
- automations/
|
92
|
+
- automations/transition_issues_for_request.meta
|
92
93
|
- automations/transition_issues_for_request.rb
|
93
|
-
- automations/
|
94
|
+
- automations/transition_issues_for_run.meta
|
94
95
|
- automations/transition_issues_for_run.rb
|
95
|
-
- automations/
|
96
|
+
- automations/update_release.meta
|
96
97
|
- automations/update_release.rb
|
97
|
-
- automations/update_release.txt
|
98
98
|
- brpm_module_jira.gemspec
|
99
99
|
- config.yml
|
100
100
|
- lib/jira_rest_client.rb
|