ticket_abstractor_client 1.20.1 → 1.21.0

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: b72bd383045c5e03810f8e3a3148a8e481a10cd4
4
- data.tar.gz: 1063357bc6f83bcada0ada3a4de5a5fc77ccb2b2
3
+ metadata.gz: 2b3e7a74bd6fd0e066a228c785e9b186e99fcb73
4
+ data.tar.gz: 2c9af1a1fb84af5c797ecd9b6ef6f84c2a85c862
5
5
  SHA512:
6
- metadata.gz: 76709f3f005f53cdd78ce43d0cf3646b9fcde44ad74b1de302dec0285593babdbf7ef66401000aa65429ee545e663924b93a71b89ab3e59bb3dc9a97babc2913
7
- data.tar.gz: 5be4ae0a0908af4fba5b767b196aab2c61b0541c45717350ba225a1f923d226810f22d88ada82cf67a1d86d35c2cbebbc0cf32bd3076d110e338491332282dbc
6
+ metadata.gz: dfc2471bf7a1b852f59a584af2b032c3488996aceca23c7d538289cdde57578abc1e2e1a4cec92cdd26449693acc568fd12a6d0418ae525b571b53ab5101ff00
7
+ data.tar.gz: 4024806e63455598453857aa102979fb2c5a7fa5c718f871b80ba8cd7c412c7b0d705ffb3541814924ebd4b4c5a454aa265976dfdb84260a290ae13ca2999d94
@@ -22,4 +22,8 @@ class TicketAbstractorClient::BrouhaClient < TicketAbstractorClient::Client
22
22
  def add_application(issue_key, application_ids)
23
23
  post 'brouha/add_application', issue_key: issue_key, application_ids: application_ids
24
24
  end
25
+
26
+ def add_device(issue_key, device_fqdns)
27
+ post 'brouha/add_device', issue_key: issue_key, fqdns: device_fqdns
28
+ end
25
29
  end
@@ -1,3 +1,3 @@
1
1
  module TicketAbstractorClient
2
- VERSION = '1.20.1'
2
+ VERSION = '1.21.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.20.1
4
+ version: 1.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - rsamoilov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-19 00:00:00.000000000 Z
11
+ date: 2015-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler