sensu-plugins-trello 0.2.1 → 0.2.2

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
  SHA256:
3
- metadata.gz: 042e69d22c3745b778581a2c9dd2765ae07f7e5e94c03596816271f2b83dccc4
4
- data.tar.gz: b96d1937c8eebe2fea1d23b357d7a5c60c77d1dc37e6d3a6a26166649fb48ef6
3
+ metadata.gz: 7db5074d869ee64b340ca5cfa2d60331532fcb8cb9a16d46ea40af464a853536
4
+ data.tar.gz: 839c9707ff42bed1d9f0b3920555e10fb65e0b78a284095a4218870667f86408
5
5
  SHA512:
6
- metadata.gz: e5417dfe831660182a8d6b58d63a1a6564b4be28290fbdf0ac9c3ad10dee0e9aa61f41391920b725802999b024e381cfc11034e9a6d509449f2c375c78005789
7
- data.tar.gz: b948e6cd0a7bf162d31e4529e7f59edff45c311ced4c9e7fdd5ee976166b9fe72be420daadbee126bcc3b24611a2215dd4fb30056cc697efa3776f9f0d632d08
6
+ metadata.gz: f6371d6cc1e2af03abd5d4ff6522788240137eea5c052b95b110750864972c43ee5ba5b3dc0de2c0daf83f469a7808f40281e818117ccd187702fa67e2b8a82b
7
+ data.tar.gz: 01f449a7c406a2cefa80818728293c8022f3e48ed5b18a3ac60e7aed0d057b402febf7df2d7597adc30ebd66d3055c50f9919a869d9007e33d80f3975aaccd3f
@@ -91,9 +91,9 @@ class CheckTrelloIncidents < Sensu::Plugin::Check::CLI
91
91
  raise format('Invalid value for list parameter: %<list>s', list: list)
92
92
  end
93
93
 
94
- path = format('/1/lists/%<list>s/cards/', list: list)
94
+ path = format('/1/lists/%<list>s/cards', list: list)
95
95
 
96
- uri = URI.parse(format('https://%<host>s:%<port>d/%<path>s',
96
+ uri = URI.parse(format('https://%<host>s:%<port>d%<path>s',
97
97
  host: host, port: port, path: path))
98
98
  params = { key: key, token: token }
99
99
  uri.query = URI.encode_www_form(params)
@@ -1,7 +1,7 @@
1
1
  module Sensu
2
2
  module Plugins
3
3
  module Trello
4
- VERSION = '0.2.1'.freeze
4
+ VERSION = '0.2.2'.freeze
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-trello
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hauke Altmann
8
8
  - Stefan Walluhn
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-03-31 00:00:00.000000000 Z
12
+ date: 2020-08-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sensu-plugin
@@ -120,7 +120,7 @@ homepage: https://github.com/aboutsource/sensu-plugins-trello
120
120
  licenses:
121
121
  - MIT
122
122
  metadata: {}
123
- post_install_message:
123
+ post_install_message:
124
124
  rdoc_options: []
125
125
  require_paths:
126
126
  - lib
@@ -135,9 +135,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
135
135
  - !ruby/object:Gem::Version
136
136
  version: '0'
137
137
  requirements: []
138
- rubyforge_project:
139
- rubygems_version: 2.7.6
140
- signing_key:
138
+ rubygems_version: 3.1.4
139
+ signing_key:
141
140
  specification_version: 4
142
141
  summary: Check if a Trello list contains card(s)
143
142
  test_files: []