Bump version to 1.0 along with an update to dev dependencies

This commit is contained in:
Fabio Rehm 2014-09-22 22:22:03 -03:00
parent 7acbc815cf
commit 1333041059
4 changed files with 24 additions and 14 deletions

View File

@ -1,3 +1,8 @@
## [1.0.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.9.0...v1.0.0) (Sep 22, 2014)
Public API is considered stable.
## [0.9.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.8.0...v0.9.0) (Aug 9, 2014)
**This is considered a release candidate for a 1.0 that will be cut within ~2 weeks if no major issues are reported**

View File

@ -1,7 +1,7 @@
source 'https://rubygems.org'
group :development do
gem 'vagrant', github: 'mitchellh/vagrant', tag: 'v1.6.3'
gem 'vagrant', github: 'mitchellh/vagrant', tag: 'v1.6.5'
gem 'rake'
end

View File

@ -1,8 +1,8 @@
GIT
remote: git://github.com/fgrehm/vagrant-lxc.git
revision: 95b18a5d5cf43e17b8bd99a265d281739a137988
revision: 3f7c7ecabf887fa5580bf8d5464440ec8925ca5f
specs:
vagrant-lxc (1.0.0.alpha.3.dev)
vagrant-lxc (1.0.0.alpha.3)
GIT
remote: git://github.com/fgrehm/vagrant-pristine.git
@ -12,18 +12,20 @@ GIT
GIT
remote: git://github.com/mitchellh/vagrant.git
revision: 85d63a91f7aff7c16afee1dbc8bccc11cc6faa5e
tag: v1.6.3
revision: c38e17cc29f69aaea1610451333396494181a481
tag: v1.6.5
specs:
vagrant (1.6.3)
vagrant (1.6.5)
bundler (>= 1.5.2, < 1.7.0)
childprocess (~> 0.5.0)
erubis (~> 2.7.0)
hashicorp-checkpoint (~> 0.1.1)
i18n (~> 0.6.0)
listen (~> 2.7.1)
log4r (~> 1.1.9, < 1.1.11)
net-scp (~> 1.1.0)
net-ssh (>= 2.6.6, < 2.10.0)
nokogiri (= 1.6.3.1)
rb-kqueue (~> 0.2.0)
wdm (~> 0.1.0)
winrm (~> 1.1.3)
@ -31,7 +33,7 @@ GIT
PATH
remote: .
specs:
vagrant-cachier (0.9.0)
vagrant-cachier (1.0.0)
GEM
remote: https://rubygems.org/
@ -40,16 +42,18 @@ GEM
gyoku (>= 0.4.0)
nokogiri
builder (3.2.2)
celluloid (0.15.2)
timers (~> 1.1.0)
celluloid (0.16.0)
timers (~> 4.0.0)
childprocess (0.5.3)
ffi (~> 1.0, >= 1.0.11)
erubis (2.7.0)
ffi (1.9.3)
gssapi (1.0.3)
ffi (>= 1.0.1)
gyoku (1.1.1)
gyoku (1.2.1)
builder (>= 2.1.2)
hashicorp-checkpoint (0.1.4)
hitimes (1.2.2)
httpclient (2.4.0)
httpi (0.9.7)
rack
@ -68,7 +72,7 @@ GEM
net-scp (1.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.9.1)
nokogiri (1.6.3)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
nori (1.1.5)
rack (1.5.2)
@ -87,8 +91,9 @@ GEM
nokogiri (>= 1.4.0)
nori (~> 1.0)
wasabi (~> 1.0)
timers (1.1.0)
uuidtools (2.1.4)
timers (4.0.1)
hitimes
uuidtools (2.1.5)
vagrant-omnibus (1.4.1)
wasabi (1.0.0)
nokogiri (>= 1.4.0)

View File

@ -1,5 +1,5 @@
module VagrantPlugins
module Cachier
VERSION = "0.9.0"
VERSION = "1.0.0"
end
end