eris 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,8 @@ module Jasmine
30
30
  eris_config = ErisConfig.new(:config_path => 'eris_config.json', :app_root => config.project_root)
31
31
 
32
32
  map("/usr/palm/frameworks") { run Rack::File.new(eris_config.enyo_root) }
33
- map("/__ERIS_RESOURCES__") { run Rack::File.new(File.expand_path(File.dirname(__FILE__), '/../js')) }
33
+
34
+ map("/__ERIS_RESOURCES__") { run Rack::File.new(File.expand_path(File.join(File.dirname(__FILE__), '/../js'))) }
34
35
 
35
36
  map('/') do
36
37
  run Rack::Cascade.new([
data/lib/eris/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Eris
2
- Eris::VERSION = "0.0.6"
2
+ Eris::VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eris
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - HP webOS