vagrant-cachier 1.2.0 → 1.2.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f6e6cd454dcf842045a953db7d04ebb1cf674a46
4
- data.tar.gz: 519e500d6cbc8dffdf954f68c73131eaf9627cc9
3
+ metadata.gz: f377b6208f92f79fa016f81edacb16310dadd497
4
+ data.tar.gz: 14db9e279d984f96ff721a28a4cac34b1c93d87c
5
5
  SHA512:
6
- metadata.gz: a1e782dc85ae462c0e2500d3ecd79d7096b5f9e84f7bf17f7d9303da4569f1fc58e87c6c35936856ae13e809786a8f66d965b988454b5c6e75319544e50de036
7
- data.tar.gz: 094c5f3588d29b434139b45b2308ef11900226b7d6cf6fde8f8291e680069b31346f969d693f2da4c6e975255c6502e61acc1ec27ace50cf850941526d6f47a1
6
+ metadata.gz: 3b62d787ae89e6faf4c6a7506f5354226f71b86c3410c4af2ab71e23615cd13d5bade55df0f76e49b9a23e7e7a965dbec6c5281df4822d324411e37e9cbb6f3f
7
+ data.tar.gz: 111e7d03f1ac10dacd19f57d14c13859ed477bfcc8542b9c66d7549ae9748830992da3791811835c0914bc56f12b66f32e8dda986099748a4438dd4278bffdc0
@@ -1,3 +1,11 @@
1
+ ## [1.2.1](https://github.com/fgrehm/vagrant-cachier/compare/v1.2.0...v1.2.1) (July 3, 2015)
2
+
3
+ IMPROVEMENTS:
4
+
5
+ - Add chef\_zero support to chef bucket [[GH-153]]
6
+
7
+ [GH-153]: https://github.com/fgrehm/vagrant-cachier/issues/153
8
+
1
9
  ## [1.2.0](https://github.com/fgrehm/vagrant-cachier/compare/v1.1.0...v1.2.0) (Jan 14, 2015)
2
10
 
3
11
  FEATURES:
@@ -35,7 +35,6 @@ GIT
35
35
  PATH
36
36
  remote: .
37
37
  specs:
38
- vagrant-cachier (1.2.0)
39
38
 
40
39
  GEM
41
40
  remote: https://rubygems.org/
@@ -126,3 +125,6 @@ DEPENDENCIES
126
125
  vagrant-lxc!
127
126
  vagrant-omnibus
128
127
  vagrant-pristine!
128
+
129
+ BUNDLED WITH
130
+ 1.10.4
data/README.md CHANGED
@@ -1,13 +1,16 @@
1
1
  # vagrant-cachier
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/vagrant-cachier.png)](http://badge.fury.io/rb/vagrant-cachier) [![Gittip](http://img.shields.io/gittip/fgrehm.svg)](https://www.gittip.com/fgrehm/) [![Gitter chat](https://badges.gitter.im/fgrehm/vagrant-cachier.png)](https://gitter.im/fgrehm/vagrant-cachier)
3
+ [![Gem Version](https://badge.fury.io/rb/vagrant-cachier.png)](http://badge.fury.io/rb/vagrant-cachier) [![Gitter chat](https://badges.gitter.im/fgrehm/vagrant-cachier.png)](https://gitter.im/fgrehm/vagrant-cachier)
4
4
 
5
5
  A [Vagrant](http://www.vagrantup.com/) plugin that helps you reduce the amount of
6
6
  coffee you drink while waiting for boxes to be provisioned by sharing a common
7
- package cache among similiar VM instances. Kinda like [vagrant-apt_cache](https://github.com/avit/vagrant-apt_cache)
8
- or [this magical snippet](http://gist.github.com/juanje/3797297) but targetting
7
+ package cache among similar VM instances. Kinda like [vagrant-apt_cache](https://github.com/avit/vagrant-apt_cache)
8
+ or [this magical snippet](http://gist.github.com/juanje/3797297) but targeting
9
9
  multiple package managers and Linux distros.
10
10
 
11
+ ## Help Needed!
12
+
13
+ This project is looking for maintainers, please see [GH-143](https://github.com/fgrehm/vagrant-cachier/issues/143) for more.
11
14
 
12
15
  ## Installation
13
16
 
@@ -5,7 +5,7 @@ module VagrantPlugins
5
5
  module ChefFileCachePath
6
6
  def self.chef_provisioner?(machine)
7
7
  provisioners = machine.config.vm.provisioners
8
- chef_provisioners = [:chef_solo, :chef_client]
8
+ chef_provisioners = [:chef_solo, :chef_client, :chef_zero]
9
9
  compat_provisioners = provisioners.select { |p| chef_provisioners.include? p.name || p.type }
10
10
 
11
11
  if compat_provisioners.size > 1
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Cachier
3
- VERSION = "1.2.0"
3
+ VERSION = "1.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-cachier
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Rehm
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-15 00:00:00.000000000 Z
11
+ date: 2015-07-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Caffeine reducer
14
14
  email:
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  version: '0'
114
114
  requirements: []
115
115
  rubyforge_project:
116
- rubygems_version: 2.2.2
116
+ rubygems_version: 2.2.0
117
117
  signing_key:
118
118
  specification_version: 4
119
119
  summary: Caffeine reducer