js2 0.3.0.pre6 → 0.3.0.pre7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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