Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Bump version to 1.0 along with an update to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrehm committed Sep 23, 2014
1 parent 7acbc81 commit 1333041
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
29 changes: 17 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -12,26 +12,28 @@ 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)

PATH
remote: .
specs:
vagrant-cachier (0.9.0)
vagrant-cachier (1.0.0)

GEM
remote: https://rubygems.org/
Expand All @@ -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
Expand All @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-cachier/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module Cachier
VERSION = "0.9.0"
VERSION = "1.0.0"
end
end

0 comments on commit 1333041

Please sign in to comment.