city-watch 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/city_watch.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +2 -2
- /data/static/javascripts/{highlight.pack.js → highlight.js} +0 -0
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.
|
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
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
|
+
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.
|
148
|
+
- static/javascripts/highlight.js
|
149
149
|
- static/stylesheets/arta.css
|
150
150
|
- static/stylesheets/ascetic.css
|
151
151
|
- static/stylesheets/brown_paper.css
|
File without changes
|