city-watch 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module CityWatch
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
@@ -0,0 +1 @@
1
+ // Test
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", "/javascripts", "/images"], :root => "#{File.expand_path(File.dirname(__FILE__))}/static/"
9
+ use Rack::Static, :urls => ["/stylesheets", "/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.2
5
+ version: 0.4.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - John Bragg