Skip to content

Commit

Permalink
fixed license, doc and added new gem
Browse files Browse the repository at this point in the history
  • Loading branch information
langdon committed Dec 9, 2014
1 parent ca1d9d1 commit c6050b9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ To use, make sure you have the cabilities registered, then set environment varia

The plugin is still very early alpha, so YMMV. If you try it out, and have problems, please feel free to file an issue.

* Grab https://github.com/whitel/vagrant-registration/raw/v0.2-alpha/pkg/vagrant-registration-0.0.2.gem (which should be the v0.0.2 gem file).
* vagrant plugin install vagrant-registration-0.0.2.gem
* Grab https://github.com/whitel/vagrant-registration/raw/v0.4-alpha/pkg/vagrant-registration-0.0.4.gem (which should be the v0.0.2 gem file).
* vagrant plugin install vagrant-registration-0.0.4.gem
* Set SUB_USERNAME & SUB_PASSWORD env vars
* that should be it

Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-registration/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module Registration
VERSION = "0.0.2"
VERSION = "0.0.4"
end
end
Binary file removed pkg/vagrant-registration-0.0.2.gem
Binary file not shown.
Binary file added pkg/vagrant-registration-0.0.4.gem
Binary file not shown.

0 comments on commit c6050b9

Please sign in to comment.