sensu-plugins-trello 0.2.2 → 0.2.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
  SHA256:
3
- metadata.gz: 7db5074d869ee64b340ca5cfa2d60331532fcb8cb9a16d46ea40af464a853536
4
- data.tar.gz: 839c9707ff42bed1d9f0b3920555e10fb65e0b78a284095a4218870667f86408
3
+ metadata.gz: b1450085cea6ef332e02742eb3a703f06d63aff4d4b0b6e82bee0ae4e62831ce
4
+ data.tar.gz: d42a6926cfe1932c158938e0bdb932ab785dab7cc334b6087bfd8f8f52ff387c
5
5
  SHA512:
6
- metadata.gz: f6371d6cc1e2af03abd5d4ff6522788240137eea5c052b95b110750864972c43ee5ba5b3dc0de2c0daf83f469a7808f40281e818117ccd187702fa67e2b8a82b
7
- data.tar.gz: 01f449a7c406a2cefa80818728293c8022f3e48ed5b18a3ac60e7aed0d057b402febf7df2d7597adc30ebd66d3055c50f9919a869d9007e33d80f3975aaccd3f
6
+ metadata.gz: 959f1ee8582ae073a4254f4803a329fa0e433d15c20b06aa8508098ad57aefe00c0153e76542d90bf727a13451f7deb3268f1d44b8a3a717de6a64753bb4b265
7
+ data.tar.gz: 1607ebd6a4a3f7b0d31c9ae4ff30e0dd74db3b783e93171c91a05ed8e1f9ed1e2ad23ee6acbe18300cf27c3fd4f3573b532ff58d6b66beb67c16c5b66b46680c
data/.gitignore CHANGED
@@ -1,6 +1,5 @@
1
1
  /.bundle/
2
2
  /.yardoc
3
- /Gemfile.lock
4
3
  /_yardoc/
5
4
  /coverage/
6
5
  /doc/
@@ -8,3 +7,4 @@
8
7
  /spec/reports/
9
8
  /tmp/
10
9
  /vendor/
10
+ /*.gem
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.7.0
data/Gemfile.lock ADDED
@@ -0,0 +1,73 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ sensu-plugins-trello (0.2.3)
5
+ sensu-plugin (~> 2.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ addressable (2.8.0)
11
+ public_suffix (>= 2.0.2, < 5.0)
12
+ ast (2.4.2)
13
+ crack (0.4.5)
14
+ rexml
15
+ diff-lcs (1.4.4)
16
+ hashdiff (1.0.1)
17
+ json (2.5.1)
18
+ mixlib-cli (1.7.0)
19
+ parallel (1.20.1)
20
+ parser (3.0.2.0)
21
+ ast (~> 2.4.1)
22
+ public_suffix (4.0.6)
23
+ rainbow (3.0.0)
24
+ rake (10.5.0)
25
+ regexp_parser (2.1.1)
26
+ rexml (3.2.5)
27
+ rspec (3.10.0)
28
+ rspec-core (~> 3.10.0)
29
+ rspec-expectations (~> 3.10.0)
30
+ rspec-mocks (~> 3.10.0)
31
+ rspec-core (3.10.1)
32
+ rspec-support (~> 3.10.0)
33
+ rspec-expectations (3.10.1)
34
+ diff-lcs (>= 1.2.0, < 2.0)
35
+ rspec-support (~> 3.10.0)
36
+ rspec-mocks (3.10.2)
37
+ diff-lcs (>= 1.2.0, < 2.0)
38
+ rspec-support (~> 3.10.0)
39
+ rspec-support (3.10.2)
40
+ rubocop (0.93.1)
41
+ parallel (~> 1.10)
42
+ parser (>= 2.7.1.5)
43
+ rainbow (>= 2.2.2, < 4.0)
44
+ regexp_parser (>= 1.8)
45
+ rexml
46
+ rubocop-ast (>= 0.6.0)
47
+ ruby-progressbar (~> 1.7)
48
+ unicode-display_width (>= 1.4.0, < 2.0)
49
+ rubocop-ast (1.8.0)
50
+ parser (>= 3.0.1.1)
51
+ ruby-progressbar (1.11.0)
52
+ sensu-plugin (2.7.1)
53
+ json (< 3.0.0)
54
+ mixlib-cli (~> 1.5)
55
+ unicode-display_width (1.7.0)
56
+ webmock (3.13.0)
57
+ addressable (>= 2.3.6)
58
+ crack (>= 0.3.2)
59
+ hashdiff (>= 0.4.0, < 2.0.0)
60
+
61
+ PLATFORMS
62
+ ruby
63
+
64
+ DEPENDENCIES
65
+ bundler (~> 1.11)
66
+ rake (~> 10.0)
67
+ rspec (~> 3.7)
68
+ rubocop (~> 0.54)
69
+ sensu-plugins-trello!
70
+ webmock (~> 3.3)
71
+
72
+ BUNDLED WITH
73
+ 1.17.3
data/README.md CHANGED
@@ -74,3 +74,7 @@ git commits and tags, and push the `.gem` file to
74
74
  Bug reports and pull requests are welcome on GitHub at
75
75
  https://github.com/aboutsource/sensu-plugins-trello.
76
76
 
77
+
78
+ ## Security
79
+
80
+ * [Snyk](https://app.snyk.io/org/about-source/project/45653e6f-9c0f-413e-9024-501916e4492f)
@@ -1,7 +1,7 @@
1
1
  module Sensu
2
2
  module Plugins
3
3
  module Trello
4
- VERSION = '0.2.2'.freeze
4
+ VERSION = '0.2.3'.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.2
4
+ version: 0.2.3
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: 2020-08-28 00:00:00.000000000 Z
12
+ date: 2021-08-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sensu-plugin
@@ -105,7 +105,9 @@ extra_rdoc_files: []
105
105
  files:
106
106
  - ".gitignore"
107
107
  - ".rubocop.yml"
108
+ - ".ruby-version"
108
109
  - Gemfile
110
+ - Gemfile.lock
109
111
  - LICENSE
110
112
  - README.md
111
113
  - Rakefile
@@ -120,7 +122,7 @@ homepage: https://github.com/aboutsource/sensu-plugins-trello
120
122
  licenses:
121
123
  - MIT
122
124
  metadata: {}
123
- post_install_message:
125
+ post_install_message:
124
126
  rdoc_options: []
125
127
  require_paths:
126
128
  - lib
@@ -135,8 +137,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
135
137
  - !ruby/object:Gem::Version
136
138
  version: '0'
137
139
  requirements: []
138
- rubygems_version: 3.1.4
139
- signing_key:
140
+ rubygems_version: 3.1.2
141
+ signing_key:
140
142
  specification_version: 4
141
143
  summary: Check if a Trello list contains card(s)
142
144
  test_files: []