city-watch 0.4.5 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/city_watch.rb +1 -1
  2. data/lib/version.rb +1 -1
  3. metadata +1 -1
data/lib/city_watch.rb CHANGED
@@ -64,7 +64,7 @@ module CityWatch
64
64
  end
65
65
 
66
66
  def self.header
67
- '<html><head><link rel="stylesheet" href="/stylesheets/city_watch.css"><link rel="stylesheet" href="/stylesheets/default.css"><script src="/javascripts/city_watch.js"></script><script src="/javascripts/highlight.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body>'
67
+ '<html><head><link rel="stylesheet" href="/stylesheets/city_watch.css"><link rel="stylesheet" href="/stylesheets/default.css"><script src="/javascripts/city_watch.js"></script><script src="/javascripts/highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body>'
68
68
  end
69
69
 
70
70
  end
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module CityWatch
2
- VERSION = "0.4.5"
2
+ VERSION = "0.4.6"
3
3
  end
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.5
5
+ version: 0.4.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - John Bragg