forked from vagrant-landrush/landrush
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue vagrant-landrush#171 Adding support for automatic configuration…
… of host visibility on Windows - Making use of netsh and Windows registry to modify network configuration - Adding test harness - Removing Gemfile.lock since depdenencies differ between OS X, Linux and Windows - Cleaning up Gemfile and moving runtime dependencies into the gemspec file - Updating Travis config to install latest Bundler version
- Loading branch information
1 parent
bc3e195
commit f329eef
Showing
18 changed files
with
408 additions
and
237 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# Bundler | ||
Gemfile.lock | ||
.bundle | ||
|
||
# Ruby / RVM | ||
.ruby-gemset | ||
.ruby-version | ||
*.rbc | ||
.bundle | ||
|
||
# Rake / Build | ||
.yardoc | ||
InstalledFiles | ||
_yardoc | ||
coverage | ||
lib/bundler/man | ||
pkg | ||
rdoc | ||
spec/reports | ||
test/tmp | ||
test/version_tmp | ||
build | ||
tmp | ||
tags | ||
|
||
.vagrant | ||
|
||
# IDE | ||
*.iml | ||
.idea |
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,5 +1,8 @@ | ||
language: ruby | ||
|
||
before_install: | ||
- gem install bundler -v 1.12.5 | ||
|
||
cache: bundler | ||
|
||
rvm: | ||
|
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.