ticket_abstractor_client 1.10.0 → 1.11.0

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
  SHA1:
3
- metadata.gz: 94a8f2b6385cecd0fabdf3734eb874cd6e55b0b9
4
- data.tar.gz: 96dc3f150b1182cc7f9c68fa19289b336523bd08
3
+ metadata.gz: b876608d92633dfe09d309c6a804f8b8604b8a2e
4
+ data.tar.gz: 34d430182bc1a93a82ed93fa099bab3e8d0998ec
5
5
  SHA512:
6
- metadata.gz: a3976120d650e59ca59a46fefa2d8daeae91baf4c7b590dca81e65c457de803b876052d5d0d3308c384d471fd75cdbc07be40b239e1fbfd785764b12a66b9a15
7
- data.tar.gz: 8d718a1ac3e5b208a380f020ef8eb94bc0a5a72abe81fc81a3b1b57be647d6c49540fef501f0c329892d8f3606593bffda61a70185250968dca2fef11a41265b
6
+ metadata.gz: 75a9dd0f11fc9384350265642970dae565b5ad89549c703d139115d7872e2923f29e41b6bc94f3fb0f288de631afa083610dba9468430a54e0811c2c6c67032a
7
+ data.tar.gz: b4132eb13724ac123ece09c60fbe4c681939b7e98c6699efa2ca9e1c65f805fa6027cdd8030bf99d10a7e9ae651c2820740041852725f2a9ef6d71f4de7767b8
@@ -127,4 +127,8 @@ class TicketAbstractorClient::JiraClient < TicketAbstractorClient::Client
127
127
  def add_comment(issue_key, comment)
128
128
  post_with_endpoint 'jira/add_comment', issue_key: issue_key, comment: comment
129
129
  end
130
+
131
+ def add_activity(issue_key, comment, id, opts = {})
132
+ post_with_endpoint 'jira/add_activity', issue_key: issue_key, comment: comment, id: id, opts: opts
133
+ end
130
134
  end
@@ -1,3 +1,3 @@
1
1
  module TicketAbstractorClient
2
- VERSION = '1.10.0'
2
+ VERSION = '1.11.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ticket_abstractor_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - rsamoilov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-18 00:00:00.000000000 Z
11
+ date: 2014-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler