sensu-plugins-wordpress 0.0.1.alpha.2 → 0.0.1

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: 3d4ecf4904300b560b3408dc03f84c7bd136a5a9
4
- data.tar.gz: 83888eda15b42b477c19c59ee4cca32a35d1264b
3
+ metadata.gz: 63539f171e4fca052812875c9be4be90b337720a
4
+ data.tar.gz: 4cad4ab35bc3f1eaba2a4e7d22cacb90d53b1441
5
5
  SHA512:
6
- metadata.gz: a651c5eb03f0c7ccadf2829ca6b9ad3a491f2f3e8f5ad0e9ba444fb282505fd327fa58f90f618a9215817a1448c7cbd956836e4d3671d88f16db72a0649495fd
7
- data.tar.gz: 5810d6c7916b5ef54ce02e3f77c3e300ac64f2f2eadd8c9bb8b087f851658edde659aa4c21716a36883f4a407e46992df8393572c21020467ffcc0c62d40570e
6
+ metadata.gz: ee462d342d15ada55d3f72f558f05feb8a64458408cdf437dcf46d9d247c94c8bcb717bc1415ac646116e7a168a2b73a81e57a3942dc0baee14dfc326c5fe58e
7
+ data.tar.gz: bbd49893f951b4ee96e579672c5cac65352afe3a11c668824e472c04364b0805e0134794a016f1369f920aaaab6be7fb16c14d64b1060e3a20cc39bd5df6c419
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
@@ -1,2 +1,2 @@
1
- g���C
2
- ,=�z�w1��ׅ?�p⡗��ѝx�W�ne���~r��6���枔�h�m�i���/��*������B]�ɠ�J�(;M��ħt_�r^��ܷ>�ڲ�@
1
+ 3�KdW�8�܏u��~�^����O }�|�K��{��.��Z6�]jmL���轪LY�uX�M!P�:%߶��z�q
2
+
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
- #### 0.0.1.alpha.1
1
+ #Change Log
2
+ This project adheres to [Semantic Versioning](http://semver.org/).
2
3
 
3
- * initial release, functionally identical to the community plugins repo
4
+ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
5
+
6
+ ## Unreleased][unreleased]
7
+
8
+ ## 0.0.1 - 2015-04-30
9
+
10
+ ### Added
11
+ - initial release
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2015 devops@yieldbot.com
1
+ Copyright (c) 2015 Sensu-Plugins
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -5,6 +5,7 @@
5
5
  [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-wordpress/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-wordpress)
6
6
  [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-wordpress/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-wordpress)
7
7
  [![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-wordpress.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-wordpress)
8
+ [ ![Codeship Status for sensu-plugins/sensu-plugins-wordpress](https://codeship.com/projects/1d9df400-e209-0132-d166-3642858bbef8/status?branch=master)](https://codeship.com/projects/81372)
8
9
 
9
10
  ## Functionality
10
11
 
@@ -15,39 +16,6 @@
15
16
 
16
17
  ## Installation
17
18
 
18
- Add the public key (if you haven’t already) as a trusted certificate
19
-
20
- ```
21
- gem cert --add <(curl -Ls https://raw.githubusercontent.com/sensu-plugins/sensu-plugins.github.io/master/certs/sensu-plugins.pem)
22
- gem install sensu-plugins-wordpress -P MediumSecurity
23
- ```
24
-
25
- You can also download the key from /certs/ within each repository.
26
-
27
- #### Rubygems
28
-
29
- `gem install sensu-plugins-wordpress`
30
-
31
- #### Bundler
32
-
33
- Add *sensu-plugins-sensu-plugins-wordpress* to your Gemfile and run `bundle install` or `bundle update`
34
-
35
- #### Chef
36
-
37
- Using the Sensu **sensu_gem** LWRP
38
- ```
39
- sensu_gem 'sensu-plugins-wordpress' do
40
- options('--prerelease')
41
- version '0.0.1'
42
- end
43
- ```
44
-
45
- Using the Chef **gem_package** resource
46
- ```
47
- gem_package 'sensu-plugins-wordpress' do
48
- options('--prerelease')
49
- version '0.0.1'
50
- end
51
- ```
19
+ [Installation and Setup](https://github.com/sensu-plugins/documentation/blob/master/user_docs/installation_instructions.md)
52
20
 
53
21
  ## Notes
@@ -8,7 +8,7 @@ module SensuPluginsWordpress
8
8
  MINOR = 0
9
9
  PATCH = 1
10
10
 
11
- VER_STRING = [MAJOR, MINOR, PATCH, 'alpha.2'].compact.join('.')
11
+ VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
12
12
 
13
13
  NAME = 'sensu-plugins-wordpress'
14
14
  BANNER = "#{NAME} v%s"
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-wordpress
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.alpha.2
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
- - Yieldbot, Inc. and contributors
7
+ - Sensu-Plugins and contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain:
@@ -30,7 +30,7 @@ cert_chain:
30
30
  8sHuVruarogxxKPBzlL2is4EUb6oN/RdpGx2l4254+nyR+abg//Ed27Ym0PkB4lk
31
31
  HP0m8WSjZmFr109pE/sVsM5jtOCvogyujQOjNVGN4gz1wwPr
32
32
  -----END CERTIFICATE-----
33
- date: 2015-04-07 00:00:00.000000000 Z
33
+ date: 2015-05-21 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: sensu-plugin
@@ -64,16 +64,16 @@ dependencies:
64
64
  name: rubocop
65
65
  requirement: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - '='
67
+ - - "~>"
68
68
  - !ruby/object:Gem::Version
69
- version: 0.17.0
69
+ version: '0.30'
70
70
  type: :development
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
73
73
  requirements:
74
- - - '='
74
+ - - "~>"
75
75
  - !ruby/object:Gem::Version
76
- version: 0.17.0
76
+ version: '0.30'
77
77
  - !ruby/object:Gem::Dependency
78
78
  name: rspec
79
79
  requirement: !ruby/object:Gem::Requirement
@@ -191,7 +191,10 @@ metadata:
191
191
  maintainer: ''
192
192
  development_status: active
193
193
  production_status: unstable - testing recommended
194
- post_install_message:
194
+ release_draft: 'false'
195
+ release_prerelease: 'false'
196
+ post_install_message: You can use the embedded Ruby by setting EMBEDDED_RUBY=true
197
+ in /etc/default/sensu
195
198
  rdoc_options: []
196
199
  require_paths:
197
200
  - lib
@@ -202,14 +205,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
202
205
  version: 1.9.3
203
206
  required_rubygems_version: !ruby/object:Gem::Requirement
204
207
  requirements:
205
- - - ">"
208
+ - - ">="
206
209
  - !ruby/object:Gem::Version
207
- version: 1.3.1
210
+ version: '0'
208
211
  requirements: []
209
212
  rubyforge_project:
210
- rubygems_version: 2.2.2
213
+ rubygems_version: 2.4.6
211
214
  signing_key:
212
215
  specification_version: 4
213
216
  summary: Sensu plugins for working with wordpress
214
217
  test_files: []
215
- has_rdoc:
metadata.gz.sig CHANGED
Binary file