Commit Graph

53 Commits

Author SHA1 Message Date
Mitchell Hashimoto 85e16f981c Remove all the virtualbox shenanigans in the Gemfile 2011-12-21 23:30:45 -08:00
Mitchell Hashimoto 5d993e76ec Update Gemfile and remove ruby-debug as a dep 2011-08-31 22:28:16 -07:00
Mitchell Hashimoto 1b27068f5c Add JRuby-specific files to the Gemfile for JRuby on Windows 2011-08-29 00:50:13 -07:00
Mark A. Miller 9680f3f9d4 * Minor comment fix in Gemfile [closes GH-467]
"gem bundle" is a defunct command now that bundler uses "bundle"
2011-08-14 13:35:21 -07:00
Mitchell Hashimoto 7aed9c6f4f Remove YARD since it causes problems with Lion 2011-07-20 17:23:19 -07:00
Mitchell Hashimoto d493a51ca2 v0.8.0.dev 2011-07-03 17:07:59 -07:00
Mitchell Hashimoto 5276256b3e Lock virtualbox dep in Gemfile to 0.8.x ref 2011-07-02 21:48:47 -07:00
Mitchell Hashimoto 3a36a09b5a Modify Gemfile to work on Windows 2011-01-29 20:17:40 -08:00
Mitchell Hashimoto 547996e506 We don't need net-ssh-shell after all 2011-01-12 16:58:13 -08:00
Mitchell Hashimoto 8482eeff0b net-ssh-shell support for shell-based SSH interactions 2011-01-12 15:21:54 -08:00
Mitchell Hashimoto b26d588f74 Update gemspec to remove "already initialized constant" warning [closes GH-264] 2011-01-08 21:19:50 -08:00
Mitchell Hashimoto c8d7e6601d YARD and some documentation 2010-09-22 09:43:30 -06:00
Mitchell Hashimoto cb69377b06 Remove Radar until next release. 2010-09-21 10:11:16 -06:00
Mitchell Hashimoto 446d1155fe Add ruby-debug for tests in the Gemfile for MRI (both 1.8 and 1.9 version) 2010-09-07 01:19:11 -07:00
Mitchell Hashimoto d3f7fe267a Clean up gemspec. Stricter version requirements. Add Radar as a dependency. 2010-08-23 21:22:25 -07:00
Carl Lerche c446ea1d95 Cleanup the Gemfile 2010-07-30 09:47:17 -07:00
Mitchell Hashimoto 4a4ae231eb Add yard to Gemfile to remove warning on rake 2010-07-27 19:11:27 -07:00
Mitchell Hashimoto 70b560a96d Goodbye Jeweler. Using gemspecs like they were meant to be used. 2010-07-23 18:28:33 -07:00
Mitchell Hashimoto 8168ca3e86 Package action cleans up in the event of some environmental error 2010-07-18 01:13:50 -07:00
Mitchell Hashimoto 5188c7cf46 Point to RubyGems string instead of symbol for Gemfile 2010-06-06 19:51:53 -07:00
Mitchell Hashimoto 33bfe75cbd Environment loads blank VMs for non-created VMs. 2010-05-15 01:34:31 -07:00
Mitchell Hashimoto 689a416809 Fixed issue with JSON 1.4.3 [closes GH-62] 2010-05-14 23:25:34 -07:00
Mitchell Hashimoto 3774bc4f59 Upped VirtualBox version requirement to 0.6.2 (unreleased) to force git version 2010-04-29 00:22:07 -07:00
Mitchell Hashimoto ba7ab66239 Switch back to json gem. 2010-04-28 19:30:13 -07:00
Mitchell Hashimoto f249896ce1 Update VirtualBox gem requirement to 0.6.1 2010-04-23 23:56:40 -07:00
Mitchell Hashimoto afdfbc3a21 Updated dependency on mario to ~> 0.0.6 2010-04-15 17:56:50 -07:00
Mitchell Hashimoto 81dcf79750 Remove git-style-binaries dependency 2010-04-13 22:55:04 -07:00
Mitchell Hashimoto 9f3e926566 Update virtualbox dep to 0.6.0 even though its not released yet. (This is so user's running master will error if they attempt to update, forcing them to grab virtualbox master as well) 2010-04-12 00:11:10 -07:00
John Bender 25a4d6b5ed fix for gemfile 2010-03-25 00:09:32 -07:00
John Bender 4e4d1a6978 error for vagrant ssh on windows, error text, mario gem, still need doc pages for links in error.yml 2010-03-25 00:09:31 -07:00
Mitchell Hashimoto 704f9751b1 Replace `json` dependency with `json_pure` for JRuby/IronRuby [closes GH-35] 2010-03-20 02:05:03 -07:00
Mitchell Hashimoto d548b451d9 Updated VirtualBox gem dependency to 0.5.4 2010-03-17 21:54:07 -07:00
Mitchell Hashimoto 7421ef8654 Updated VirtualBox dependency to 0.5.3 2010-03-16 00:15:55 -07:00
Mitchell Hashimoto dda15e9859 Updated virtualbox dependency to 0.5.2 2010-03-09 22:44:35 -08:00
Mitchell Hashimoto 47d46d4b12 Now checks for VirtualBox installation and proper version and gives sensible error if not detected. 2010-03-09 21:47:07 -08:00
Ilkka Laukkanen de18f1e4a6 Replace tarruby with archive-tar-minitar.
Tarruby seems to not compile on 64-bit, and even its author says to use
another library. Minitar seems to be more active than libarchive so I
used that.

Tests not fixed yet.
2010-03-09 10:38:02 -08:00
Mitchell Hashimoto 7d5fef1d77 Updated gem dependencies to not use github source 2010-03-07 16:47:22 -08:00
John Bender c644cfad1a package and unpackage moved to tar, tarruby added 2010-02-19 00:54:49 -08:00
Mitchell Hashimoto 1b2bcfe72d Update virtualbox dependency to 0.5.0 2010-02-16 01:01:22 -08:00
Mitchell Hashimoto 2cdd3f35fc Removed "tarruby" dependency 2010-02-15 15:27:47 -08:00
John Bender 1316a9ac17 packaging working 2010-02-12 00:13:24 -08:00
Mitchell Hashimoto 8abb4e1d6e Provisioning now generates a DNA JSON file and uploads it to the /tmp directory for use. Fixed some issues with SCPing. 2010-02-09 18:16:19 -08:00
Mitchell Hashimoto 3b53bdc79e Updated to bundler 0.9.3 gemfile format 2010-02-05 23:41:22 -08:00
Mitchell Hashimoto b2b2cfd68b Updated to VirtualBox gem 0.4.3 to fix external storage bug 2010-02-02 22:42:18 -08:00
Mitchell Hashimoto 66a62ad19a Updated to virtualbox 0.4.2 2010-01-31 00:27:21 -08:00
Mitchell Hashimoto 911c3a0f6c Update virtualbox gem dependency to 0.4.1 2010-01-30 02:12:06 -08:00
Mitchell Hashimoto 626326932c Moved gembin, since it'll be a problem later with the gemspec 2010-01-29 21:14:09 -08:00
Mitchell Hashimoto 6a2619be02 Goodbye virtual_box.rb, hello virtualbox gem 2010-01-29 20:22:50 -08:00
John Bender 3fd2ef5e2b ssh and ssh expect script added 2010-01-26 00:01:17 -08:00
Mitchell Hashimoto 41a474dd77 Back to mocha for now. Flexmock made stubbing awkward. 2010-01-21 23:57:31 -08:00