sensu-cli 0.6.2 → 0.6.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 +14 -6
- data/README.md +2 -0
- data/lib/sensu-cli/base.rb +1 -1
- data/lib/sensu-cli/version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
NzZlY2RkYTliOTM4ZjIxZjRlNWNkNDViOTZkNTdjNzQzZTVhNDY4OQ==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
MzFlZGM2ZGUxZDRhZmQ4NmY2ZGZlNWNjZTc1ZTdlYzJkNTNmMjg1Zg==
|
|
7
|
+
!binary "U0hBNTEy":
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
YjU1MTQ1NTBkYjg5NDlmZjM4ZWQyMGJkOGEwMjEzNGMzNWUwNTU3ZTM0Y2Q5
|
|
10
|
+
MGM3YjVkMzQzYTFjYjI1OWQ0OTdiMGI0MjJmNzhmMjVhNTE2MGQwOWMxYmZj
|
|
11
|
+
MmUwZGFlYTUwM2FmYzMwN2UxNTk1YWUzOTY2MGYyNDQ2MTZkMDg=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
YTg5MTA4NGVkNGVhMjM1MTc5NWE5OTc4YjQ0MjQ5MjBkMzMxM2Y3OTgxMTQx
|
|
14
|
+
M2IyYmVmZDFhNjJkZTM0YmY5ZDY0ODc2NmZmYmI4NWJkYjc3ZDlmYWIxZWFk
|
|
15
|
+
MDZmMWYwMzJmODczNjM0N2Q4NDViNTEzODZiNmJjYjRlMmVlZGI=
|
data/README.md
CHANGED
|
@@ -50,6 +50,8 @@ This format was chosen so you can do some ENV magic via your profile and setting
|
|
|
50
50
|
`pretty_colors` Boolean - Optional - Default True
|
|
51
51
|
`proxy_address` String - Optional
|
|
52
52
|
`proxy_port` Integer - Optional
|
|
53
|
+
`user` String - Optional
|
|
54
|
+
`password` String - Optional
|
|
53
55
|
|
|
54
56
|
Examples
|
|
55
57
|
-----------
|
data/lib/sensu-cli/base.rb
CHANGED
data/lib/sensu-cli/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bryan Brandau
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-10-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rainbow
|
|
@@ -84,28 +84,28 @@ dependencies:
|
|
|
84
84
|
name: rspec
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
|
-
- - '>='
|
|
87
|
+
- - ! '>='
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
89
|
version: '0'
|
|
90
90
|
type: :development
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
|
-
- - '>='
|
|
94
|
+
- - ! '>='
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: rubocop
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
100
100
|
requirements:
|
|
101
|
-
- - '>='
|
|
101
|
+
- - ! '>='
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
103
|
version: '0'
|
|
104
104
|
type: :development
|
|
105
105
|
prerelease: false
|
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
107
|
requirements:
|
|
108
|
-
- - '>='
|
|
108
|
+
- - ! '>='
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: '0'
|
|
111
111
|
description: A command line utility for interacting with the Sensu api.
|
|
@@ -116,10 +116,8 @@ executables:
|
|
|
116
116
|
extensions: []
|
|
117
117
|
extra_rdoc_files: []
|
|
118
118
|
files:
|
|
119
|
-
- README.md
|
|
120
119
|
- bin/sensu
|
|
121
120
|
- bin/sensu-cli
|
|
122
|
-
- lib/sensu-cli.rb
|
|
123
121
|
- lib/sensu-cli/api.rb
|
|
124
122
|
- lib/sensu-cli/base.rb
|
|
125
123
|
- lib/sensu-cli/cli.rb
|
|
@@ -130,7 +128,9 @@ files:
|
|
|
130
128
|
- lib/sensu-cli/settings.rb
|
|
131
129
|
- lib/sensu-cli/templates/event.erb
|
|
132
130
|
- lib/sensu-cli/version.rb
|
|
131
|
+
- lib/sensu-cli.rb
|
|
133
132
|
- sensu-cli.gemspec
|
|
133
|
+
- README.md
|
|
134
134
|
- settings.example.rb
|
|
135
135
|
homepage: http://github.com/agent462/sensu-cli
|
|
136
136
|
licenses:
|
|
@@ -143,17 +143,17 @@ require_paths:
|
|
|
143
143
|
- lib
|
|
144
144
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
145
145
|
requirements:
|
|
146
|
-
- - '>='
|
|
146
|
+
- - ! '>='
|
|
147
147
|
- !ruby/object:Gem::Version
|
|
148
148
|
version: '0'
|
|
149
149
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
150
|
requirements:
|
|
151
|
-
- - '>='
|
|
151
|
+
- - ! '>='
|
|
152
152
|
- !ruby/object:Gem::Version
|
|
153
153
|
version: '0'
|
|
154
154
|
requirements: []
|
|
155
155
|
rubyforge_project:
|
|
156
|
-
rubygems_version: 2.
|
|
156
|
+
rubygems_version: 2.0.3
|
|
157
157
|
signing_key:
|
|
158
158
|
specification_version: 4
|
|
159
159
|
summary: A command line utility for Sensu.
|