city-watch 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- city-watch (0.3.3)
4
+ city-watch (0.4.0)
5
5
  rack
6
6
  rack-mount
7
7
  redis
@@ -1,3 +1,3 @@
1
1
  module CityWatch
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
@@ -6,7 +6,7 @@ app = Rack::Builder.new do
6
6
 
7
7
  Rack::Utils.key_space_limit = 123456789
8
8
 
9
- use Rack::Static, :urls => ["/stylesheets", "/images", "/javascripts"], :root => "static"
9
+ use Rack::Static, :urls => ["/stylesheets", "/images", "/javascripts"], :root => "#{File.expand_path(File.dirname(__FILE__))}/static/"
10
10
 
11
11
  run CityWatch::Routes
12
12
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: city-watch
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.0
5
+ version: 0.4.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - John Bragg