city-watch 0.4.3 → 0.4.4

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.
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.pack.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.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.3"
2
+ VERSION = "0.4.4"
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.3
5
+ version: 0.4.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - John Bragg
@@ -145,7 +145,7 @@ files:
145
145
  - lib/city_watch/watchmen/unicorns.rb
146
146
  - lib/version.rb
147
147
  - static/javascripts/city_watch.js
148
- - static/javascripts/highlight.pack.js
148
+ - static/javascripts/highlight.js
149
149
  - static/stylesheets/arta.css
150
150
  - static/stylesheets/ascetic.css
151
151
  - static/stylesheets/brown_paper.css