This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Access IP address using VM provider API, the same way as `vagrant ssh…
…` does. Calling a code within guest VM can give different results, i.e. issues with `docker0` interface registered as a first network adapter.
- Loading branch information
Michael Kuzmin
committed
Apr 28, 2015
1 parent
c9153c0
commit 9c2f68e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Gem::Specification.new do |spec| | ||
spec.name = 'vagrant-guestip' | ||
spec.version = '0.2' | ||
spec.version = '0.3.pre1' | ||
spec.authors = ['Michael Kuzmin'] | ||
spec.email = ['[email protected]'] | ||
spec.summary = 'Vagrant plugin for obtaining IP address of a guest machine' | ||
|