city-watch 0.4.1 → 0.4.2

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 (3) hide show
  1. data/lib/version.rb +1 -1
  2. data/watch_commander.ru +1 -1
  3. metadata +1 -1
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module CityWatch
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
data/watch_commander.ru CHANGED
@@ -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 => "#{File.expand_path(File.dirname(__FILE__))}/static/"
9
+ use Rack::Static, :urls => ["/stylesheets", "/javascripts", "/images"], :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.1
5
+ version: 0.4.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - John Bragg