sensu-plugins-wordpress 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MmM5ZTdmNzI5YjNjNjRkMmY0M2NiYTA5NjhkZDI3MzE1ZDk5Zjc0Ng==
4
+ MTlkMmQ5NDI0MWNjZGVkNjNlYmVkNTkyN2RhOTA1OGQ3ZjU4NTBmYQ==
5
5
  data.tar.gz: !binary |-
6
- M2Y0MDQzZDllYzhmOGJiMGYwOTIzZTdjMjhmY2Y5ZThiYWIwNTU5Zg==
6
+ YzRhNTU5M2QzMjUyMTg2ZTc0MzRkZDc0NjcxY2ZmMDQ1MzVmYWY0OA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- OTc3NDJkODYwOTA3N2VkOGUwYmRkNDE5YWNkNTRkNzA1MTk2M2ZmOGQxZGI3
10
- NzQ4NWNkNDI0OGZhMDM1OTM2ODU4MzIyYjI4NDk0MDdkNTRlMjlhMWE3NjJm
11
- NDhhNGVmMDJhN2MzNjdlMDVhZDdkOWUxY2FiNzY0NGU2ZTAxNzA=
9
+ NWRmYzJhYzk3YjY4M2VmZGU1MzEzYzAwZjA0MTc3YjY5NWYzM2FiNjgxYTg3
10
+ NGJjZjM0MzE4NWYzYjcyNjVkYjkxMGYwOGEwNWY4YjliNDUyMTVkYzBmN2Rk
11
+ ZjZjYzAwY2VjZWU0ZjBiMDczZjM3ZDI0ODdlOWE2MDE5MmRkZTM=
12
12
  data.tar.gz: !binary |-
13
- ZTU2ZjYyYWYyODE4ODIxMTBhMDBjNGExYWE3MDI1YTlmNGM0ZmRkMDk1OThj
14
- OGRiZjM5ZjY3MjA0MzA2ZTU2MzExZWRiNGMzMjc4YTA4YzQ2ZDIzNTg1NGUy
15
- MGMyZWY0NTkyMDYzYWZjMDdkMTM3ODc3NzhiOWRkMjBmZDViMDM=
13
+ MWY0MDU4NmVlZGI0MjlkNmMwM2RlOWI5ODQwODc0MDQxZmY1MGE0ODE1NzI3
14
+ MTNiMjEyMTY3ZTY1NDM0OTEzYmE1NjliYTAxZmZiOWIzYzJkZWM4ZWJjNWY2
15
+ NjI2MGIyYjI5YTQzMjYxMjEzYmIyOTI2YTYwOWYyZTZmNzI3ZDk=
data/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [0.0.4] - 2016-03-16
9
+ ### Fixed
10
+ - Fix binstubs not being created
11
+
8
12
  ## [0.0.3] - 2016-01-26
9
13
  ### Fixed
10
14
  - Update for wpscan 2.8+
@@ -17,6 +21,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
17
21
  ### Added
18
22
  - initial release
19
23
 
20
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-wordpress/compare/0.0.3...HEAD
24
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-wordpress/compare/0.0.4...HEAD
25
+ [0.0.4]: https://github.com/sensu-plugins/sensu-plugins-wordpress/compare/0.0.3...0.0.4
21
26
  [0.0.3]: https://github.com/sensu-plugins/sensu-plugins-wordpress/compare/0.0.2...0.0.3
22
27
  [0.0.2]: https://github.com/sensu-plugins/sensu-plugins-wordpress/compare/0.0.1...0.0.2
@@ -4,7 +4,7 @@ module SensuPluginsWordpress
4
4
  module Version
5
5
  MAJOR = 0
6
6
  MINOR = 0
7
- PATCH = 3
7
+ PATCH = 4
8
8
 
9
9
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-wordpress
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-26 00:00:00.000000000 Z
11
+ date: 2016-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -152,7 +152,8 @@ dependencies:
152
152
  version: '0.8'
153
153
  description: Sensu plugins for Wordpress
154
154
  email: <sensu-users@googlegroups.com>
155
- executables: []
155
+ executables:
156
+ - check-wpscan.rb
156
157
  extensions: []
157
158
  extra_rdoc_files: []
158
159
  files: