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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NDhkZDBhODBmZGVmYmE5Y2Q3NzQ3ZDkwNTAxMTM4OWM2Y2FiNDM0ZA==
4
+ MmJhZTMzNzIwYTg3MTFmYjdkM2Q0MDQyMmJmNzQ1ZjBiMzViMTBlNg==
5
5
  data.tar.gz: !binary |-
6
- ZGI3Yzc3MTE1YTUxYzFjZDMzNTRkZmE5MzMyMTQyZjE3YzA5MmNiOA==
6
+ MTk2OTczNjQ0NmJkM2E2NTQxNzFiMDQwMmFiOWNiNmE4YjliYzcxZQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- Y2Y0N2UyZmMzNGMxOWQ1MDkzYmQ0MDc3ZDlmMGM1Y2I1YmU0OWRiNGQzYTJh
10
- MTM5NDlkNWNiN2M3YzkwMjMwYTI3MWZjMWRlNWJhNzZmY2Q3ZTc1ZmY3NTU4
11
- ODdjODc4Y2JhOGZjNGJjMDYwY2JiODVkM2I4NzI1MTAxZDg0NjM=
9
+ ZGUzYmYyOGMzNjIwMmJkMGVkNThhYWE3ZjViMmZkMTNjZGMwMzcyNTMyOGJm
10
+ YTc0OGM5MzQ2MWVkZDFmOTU4Nzg1NTkwMGFmZjVmZTczZDhmOTY2NzVkYzA3
11
+ YjM5MWI1NzRiNDM5ZmM0ZGNlMDZhOGQ5ZDg3YTYwZjAzNzA1M2M=
12
12
  data.tar.gz: !binary |-
13
- OWE5YTJkNjk4Mzk4YTczYTJhODEzNjlkODA0ZjE2Zjg4YjBjNjU2NTU5MmY3
14
- OTc5NDE4MDlhYWNhMTEzODczMDI3MTAzMzJiMTU4ZWE0MjM0YjMyNGIzYTQ2
15
- ZjNjMWY5MTk3MTg2NGZhNjA3NjdlYjMzZjI1ZDc1NmQ4MjVlNWU=
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.0
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.0"
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.0
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