Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #204 from devigned/release-v2
Browse files Browse the repository at this point in the history
update readme, bump version and fix short-starting
  • Loading branch information
devigned authored Sep 15, 2017
2 parents bf78d55 + f06d735 commit 97f4d12
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: ruby
rvm:
- 2.2.5
- 2.4
before_install:
- rvm @default,@global do gem uninstall bundler -a -x
- gem install bundler -v 1.10.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ you can ```vagrant up``` and use ```azure``` provider. For example:

```sh
$ vagrant box add azure https://github.com/azure/vagrant-azure/raw/v2.0/dummy.box --provider azure
$ vagrant plugin install vagrant-azure --plugin-version '2.0.0.pre8'
$ vagrant plugin install vagrant-azure
$ vagrant up --provider=azure
```

Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-azure/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

module VagrantPlugins
module Azure
VERSION = '2.0.0.pre8'.freeze
VERSION = '2.0.0'.freeze
end
end
4 changes: 4 additions & 0 deletions locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ en:
The Azure instance is not created. Run `vagrant up` to create it.
short_stopped: |-
stopped
short_starting: |-
starting
short_started: |-
started
long_stopped: |-
The Azure instance is stopped. Run `vagrant up` to start it.
short_stopping: |-
Expand Down

0 comments on commit 97f4d12

Please sign in to comment.