right_agent 0.10.11 → 0.10.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -106,7 +106,7 @@ module RightScale
106
106
  # result of time-consuming I/O or calculation. The application must
107
107
  # be able to regenerate or restore the data.
108
108
  def cache_dir
109
- '/var/cache/rightscale'
109
+ '/var/cache'
110
110
  end
111
111
 
112
112
  # System logs
@@ -157,7 +157,7 @@ module RightScale
157
157
  # result of time-consuming I/O or calculation. The application must
158
158
  # be able to regenerate or restore the data.
159
159
  def cache_dir
160
- '/var/cache/rightscale'
160
+ '/var/cache'
161
161
  end
162
162
 
163
163
  # System logs
data/right_agent.gemspec CHANGED
@@ -24,8 +24,8 @@ require 'rubygems'
24
24
 
25
25
  Gem::Specification.new do |spec|
26
26
  spec.name = 'right_agent'
27
- spec.version = '0.10.11'
28
- spec.date = '2012-08-21'
27
+ spec.version = '0.10.12'
28
+ spec.date = '2012-08-27'
29
29
  spec.authors = ['Lee Kirchhoff', 'Raphael Simon', 'Tony Spataro']
30
30
  spec.email = 'lee@rightscale.com'
31
31
  spec.homepage = 'https://github.com/rightscale/right_agent'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: right_agent
3
3
  version: !ruby/object:Gem::Version
4
- hash: 33
4
+ hash: 47
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 10
9
- - 11
10
- version: 0.10.11
9
+ - 12
10
+ version: 0.10.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Lee Kirchhoff
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2012-08-21 00:00:00 -07:00
20
+ date: 2012-08-27 00:00:00 -07:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency