Sha256: 30aa09af2a9bda7de4c6443dc5381059dec5f5c68127e83a0a289ffe2b8e6cf2

Contents?: true

Size: 1.11 KB

Versions: 2

Compression:

Stored size: 1.11 KB

Contents

== 0.1.0 2009-08-30

* New:
  * options[:start] = false will keep the app from actually starting (useful for defining your own start/stop commands)
  * options[:launch_path] Takes a string or an object that responds to call (proc/lambda) that gets the runner as its only argument. This allows you to easily manipulate options or args to launch the app to a specific path. See latest gembox for example.
* Changed:
  * Sinatra is no longer a dependency! Vegas can now run pure Rack apps.
  * All methods for starting an app are grouped into Runner#start
  * launch! and start both take an optional path string to launch the app to.

== 0.0.4 2009-08-09

* new -L (--skip-launch) option doesn't launch the web browser (thanks bmabey!)
* rubygems is required only on LoadError

== 0.0.3 2009-07-06

* Vegas::Runner is now Windows compatible (require win32-process gem)
  * Includes daemon-ization
  * PID tracking
  * Vegas::WINDOWS is a top level boolean
* Vegas is no longer dependent on Launchy 
  * launching browser is done simply with open/start depending on platform
  
== 0.0.1 2009-04-13

* 1 major enhancement:
  * Initial release

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
quirkey-vegas-0.1.0 History.txt
vegas-0.1.0 History.txt