pivotal-screw-unit 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/bin/screw_unit_server +3 -3
  3. metadata +1 -1
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 2
2
+ :patch: 3
3
3
  :major: 0
4
4
  :minor: 4
@@ -4,7 +4,7 @@ dir = File.dirname(__FILE__)
4
4
  $LOAD_PATH.unshift("#{dir}/../lib")
5
5
  require "screw_unit"
6
6
 
7
- spec_root_path = ARGV[0] || raise("You need to pass in a spec root")
8
- implementation_root_path = ARGV[1] || raise("You need to pass in an implementation root")
9
- public_path = ARGV[2] || raise("You need to pass in a public path")
7
+ spec_root_path = ARGV[0] || "./spec"
8
+ implementation_root_path = ARGV[1] || "./public/javascripts"
9
+ public_path = ARGV[2] || "./public"
10
10
  ScrewUnit::Server.run(spec_root_path, implementation_root_path, public_path)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pivotal-screw-unit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pivotal Labs