Skip to content

Commit 7e3418d

Browse files
committed
Releasing v0.9.6
1 parent 69550d6 commit 7e3418d

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
source 'https://rubygems.org'
22

3-
gem 'vagrant', :git => 'git://github.com/mitchellh/vagrant.git', :tag => 'v1.7.2'
3+
gem 'vagrant', :git => 'https://github.com/hashicorp/vagrant.git', :tag => 'v2.3.7'
44
gem 'rake'
55

66
group :plugins do
77
gem 'vagrant-omnibus'
8-
gem 'vagrant-digitalocean', :path => '.'
98
end
109

1110
gemspec

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -162,16 +162,10 @@ To contribute, fork then clone the repository, and then the following:
162162

163163
**Developing**
164164

165-
1. Install [Bundler](http://bundler.io/)
166-
2. Currently the Bundler version is locked to 1.7.9, please install this version.
167-
* `sudo gem install bundler -v '1.7.9'`
168-
3. Then install vagrant-digitalocean dependencies:
169-
* `bundle _1.7.9_ install`
170-
4. Do your development and run a few commands, one to get started would be:
171-
* `bundle _1.7.9_ exec vagrant digitalocean-list images`
172-
5. You can then run a test:
173-
* `bundle _1.7.9_ exec rake test`
174-
6. Once you are satisfied with your changes, please submit a pull request.
165+
1. Install [RVM](https://rvm.io/rvm/install)
166+
2. If using MacOS, follow these [OpenSSL instructions](https://github.com/rvm/rvm/issues/5252#issuecomment-1298835941)
167+
3. Use Ruby v3.0.0 `rvm use 3.0.0`
168+
4. Run `bundle install`
175169

176170
**Testing**
177171

lib/vagrant-digitalocean/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module VagrantPlugins
22
module DigitalOcean
3-
VERSION = '0.9.5'
3+
VERSION = '0.9.6'
44
end
55
end

0 commit comments

Comments
 (0)