Skip to content

Commit

Permalink
Releasing v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-reeser committed Sep 7, 2023
1 parent 69550d6 commit 7e3418d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
source 'https://rubygems.org'

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

group :plugins do
gem 'vagrant-omnibus'
gem 'vagrant-digitalocean', :path => '.'
end

gemspec
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,16 +162,10 @@ To contribute, fork then clone the repository, and then the following:

**Developing**

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

**Testing**

Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-digitalocean/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module DigitalOcean
VERSION = '0.9.5'
VERSION = '0.9.6'
end
end

0 comments on commit 7e3418d

Please sign in to comment.