cider 0.1.6 → 0.1.7

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/cider/solo.rb +4 -2
  3. metadata +7 -7
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require 'rubygems/specification'
3
3
  require 'bundler'
4
4
 
5
5
  GEM = "cider"
6
- GEM_VERSION = "0.1.6"
6
+ GEM_VERSION = "0.1.7"
7
7
  AUTHOR = "Corey Donohoe"
8
8
  EMAIL = "atmos@atmos.org"
9
9
  HOMEPAGE = "http://github.com/atmos/cider"
@@ -10,6 +10,8 @@ log_location STDOUT
10
10
  recipe_url "http://ciderapp.org/cider.tgz"
11
11
  json_attribs "http://ciderapp.org/latest"
12
12
 
13
- file_cache_path "#{cider_root}"
14
- cookbook_path "#{cider_root}/cookbooks"
13
+ sandbox_path "#{cider_root}/sandboxes"
14
+ cookbook_path "#{cider_root}/cookbooks"
15
+ file_cache_path "#{cider_root}"
16
+ file_backup_path "#{cider_root}/backup"
15
17
  cache_options ({ :path => "#{cider_root}/cache/checksums", :skip_expires => true })
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cider
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 6
10
- version: 0.1.6
9
+ - 7
10
+ version: 0.1.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Corey Donohoe
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-07-26 00:00:00 -07:00
18
+ date: 2010-08-11 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -41,12 +41,12 @@ dependencies:
41
41
  requirements:
42
42
  - - ~>
43
43
  - !ruby/object:Gem::Version
44
- hash: 55
44
+ hash: 43
45
45
  segments:
46
46
  - 0
47
47
  - 9
48
- - 6
49
- version: 0.9.6
48
+ - 8
49
+ version: 0.9.8
50
50
  requirement: *id002
51
51
  type: :runtime
52
52
  name: chef