rackspace-monitoring 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/Rakefile +9 -0
- data/VERSION +1 -1
- data/rackspace-monitoring.gemspec +2 -1
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MmJhZTMzNzIwYTg3MTFmYjdkM2Q0MDQyMmJmNzQ1ZjBiMzViMTBlNg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MTk2OTczNjQ0NmJkM2E2NTQxNzFiMDQwMmFiOWNiNmE4YjliYzcxZQ==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZGUzYmYyOGMzNjIwMmJkMGVkNThhYWE3ZjViMmZkMTNjZGMwMzcyNTMyOGJm
|
10
|
+
YTc0OGM5MzQ2MWVkZDFmOTU4Nzg1NTkwMGFmZjVmZTczZDhmOTY2NzVkYzA3
|
11
|
+
YjM5MWI1NzRiNDM5ZmM0ZGNlMDZhOGQ5ZDg3YTYwZjAzNzA1M2M=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
OWNlZmI3MzMwZDgyOGI5NzQ5YjU3YTYzNGRkY2JmNmM2ODc1OTVmZjU4YTMz
|
14
|
+
YmQ3MDk3MjVlYjVjMDM4ZTZiNjgxMDAwNzhjZTY1YzRkNTIwYTQ1NjhlMjVl
|
15
|
+
OWExMzcyNzBkYjRlOGJkODE1YjgxZDVhMTY5NDQ2ZGQzNzQwNGE=
|
data/Rakefile
CHANGED
@@ -21,6 +21,15 @@ Jeweler::Tasks.new do |gem|
|
|
21
21
|
gem.description = %Q{Rackspace Cloud Monitoring Ruby Bindings, built on top of fog.}
|
22
22
|
gem.email = "dan.dispaltro@gmail.com"
|
23
23
|
gem.authors = ["Dan Di Spaltro"]
|
24
|
+
gem.post_install_message = %Q{
|
25
|
+
**** PLEASE NOTE *************************************************************
|
26
|
+
*
|
27
|
+
* #{gem.name} has been deprecated. Please consider using fog for all new
|
28
|
+
* projects (http://github.com/fog/fog). The functionality this gem offered is
|
29
|
+
* available in fog as of version 1.15.0.
|
30
|
+
*
|
31
|
+
******************************************************************************
|
32
|
+
}
|
24
33
|
# dependencies defined in Gemfile
|
25
34
|
end
|
26
35
|
Jeweler::RubygemsDotOrgTasks.new
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.1
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "rackspace-monitoring"
|
8
|
-
s.version = "0.4.
|
8
|
+
s.version = "0.4.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Dan Di Spaltro"]
|
@@ -71,6 +71,7 @@ Gem::Specification.new do |s|
|
|
71
71
|
]
|
72
72
|
s.homepage = "http://github.com/racker/rackspace-monitoring-rb"
|
73
73
|
s.licenses = ["APACHE"]
|
74
|
+
s.post_install_message = "\n **** PLEASE NOTE *************************************************************\n * \n * rackspace-monitoring has been deprecated. Please consider using fog for all new\n * projects (http://github.com/fog/fog). The functionality this gem offered is\n * available in fog as of version 1.15.0.\n * \n ******************************************************************************\n "
|
74
75
|
s.require_paths = ["lib"]
|
75
76
|
s.rubygems_version = "2.0.3"
|
76
77
|
s.summary = "Rackspace Cloud Monitoring Ruby Bindings"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rackspace-monitoring
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dan Di Spaltro
|
@@ -143,7 +143,10 @@ homepage: http://github.com/racker/rackspace-monitoring-rb
|
|
143
143
|
licenses:
|
144
144
|
- APACHE
|
145
145
|
metadata: {}
|
146
|
-
post_install_message:
|
146
|
+
post_install_message: ! "\n **** PLEASE NOTE *************************************************************\n
|
147
|
+
* \n * rackspace-monitoring has been deprecated. Please consider using fog for
|
148
|
+
all new\n * projects (http://github.com/fog/fog). The functionality this gem offered
|
149
|
+
is\n * available in fog as of version 1.15.0.\n * \n ******************************************************************************\n "
|
147
150
|
rdoc_options: []
|
148
151
|
require_paths:
|
149
152
|
- lib
|