Skip to content

Commit

Permalink
Updated HISTORY, 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
quirkey committed May 25, 2010
1 parent 79b2bf5 commit 4838bb6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
== 0.1.7

* Exit with specific exit status (for monitoring/good unix citizen).
* Kill only after all options have been parsed.

== 0.1.6

* Fixed: FileUtils no longer loaded by default

== 0.1.5 2010-03-09

* Fixed: Gracefully catch error when thin isnt available (nevans)
Expand Down
4 changes: 3 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ See the website: http://code.quirkey.com/vegas for full usage/options.
=== WINDOWS:

Using vegas (and gems that depend on it) on Windows works but isn't 100% the same.
Daemon-ization and browser launching work, but you will see duplicate messages.
Daemon-ization and browser launching work, but you will see duplicate messages.
Some options might also be lost in the process. I suggest running Vegas apps
in windows with the -F (foreground) flag.

If you see a warning like:

Expand Down
2 changes: 1 addition & 1 deletion lib/vegas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$LOAD_PATH.unshift File.dirname(__FILE__)

module Vegas
VERSION = "0.1.6"
VERSION = "0.1.7"
WINDOWS = !!(RUBY_PLATFORM =~ /(mingw|bccwin|wince|mswin32)/i)

autoload :Runner, 'vegas/runner'
Expand Down

0 comments on commit 4838bb6

Please sign in to comment.