jira-ruby 1.4.2 → 1.4.3
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b066da05cd7aa4ef9d974970eeeaecff4934c1d5
|
4
|
+
data.tar.gz: 25cad58db8476f90d18437d0508e2a1f6b9fb5a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1847cdcd17d471c02628540c313ed61d14cd260cd7217f79228b7ddead56ff0e5425afaf983cca7d08763dddf6544d60348f27f03a7377fb35a5ccae25c48383
|
7
|
+
data.tar.gz: 041a206f7eaf3c564150d85bb330a3b2e8e9a6d4f1362c5da982c7e11d30da4e2b0d285081762b3e37ae06330ad8476728dd1bde70352d4b2f60cb523164e427
|
@@ -11,6 +11,10 @@ module JIRA
|
|
11
11
|
belongs_to :issue
|
12
12
|
has_one :author, :class => JIRA::Resource::User
|
13
13
|
|
14
|
+
def self.endpoint_name
|
15
|
+
'attachments'
|
16
|
+
end
|
17
|
+
|
14
18
|
def self.meta(client)
|
15
19
|
response = client.get(client.options[:rest_base_path] + '/attachment/meta')
|
16
20
|
parse_json(response.body)
|
data/lib/jira/version.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jira-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- SUMO Heavy Industries
|
@@ -299,7 +299,7 @@ files:
|
|
299
299
|
- spec/mock_responses/issue/10002.invalid.put.json
|
300
300
|
- spec/mock_responses/issue/10002.json
|
301
301
|
- spec/mock_responses/issue/10002.put.missing_field_update.json
|
302
|
-
- spec/mock_responses/issue/10002/
|
302
|
+
- spec/mock_responses/issue/10002/attachments/10000.json
|
303
303
|
- spec/mock_responses/issue/10002/comment.json
|
304
304
|
- spec/mock_responses/issue/10002/comment.post.json
|
305
305
|
- spec/mock_responses/issue/10002/comment/10000.json
|
@@ -420,7 +420,7 @@ test_files:
|
|
420
420
|
- spec/mock_responses/issue/10002.invalid.put.json
|
421
421
|
- spec/mock_responses/issue/10002.json
|
422
422
|
- spec/mock_responses/issue/10002.put.missing_field_update.json
|
423
|
-
- spec/mock_responses/issue/10002/
|
423
|
+
- spec/mock_responses/issue/10002/attachments/10000.json
|
424
424
|
- spec/mock_responses/issue/10002/comment.json
|
425
425
|
- spec/mock_responses/issue/10002/comment.post.json
|
426
426
|
- spec/mock_responses/issue/10002/comment/10000.json
|