js2 0.3.0.pre6 → 0.3.0.pre7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/js2/rack.rb +1 -1
  2. metadata +1 -1
data/lib/js2/rack.rb CHANGED
@@ -28,7 +28,7 @@ module JS2
28
28
  end
29
29
 
30
30
  def call(env)
31
- `#{@bin} compile -r #{@in_dir} #{@out_dir}` if @valid
31
+ `#{@bin} compile #{@in_dir} #{@out_dir}` if @valid
32
32
  @app.call(env)
33
33
  end
34
34
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: js2
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 0.3.0.pre6
5
+ version: 0.3.0.pre7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jeff Su