guides 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -246,7 +246,7 @@ module Guides
246
246
  def with_workaround_for_notextile(body)
247
247
  code_blocks = []
248
248
 
249
- body.gsub!(%r{<(yaml|shell|ruby|erb|html|sql|plain|javascript)>(.*?)</\1>}m) do |m|
249
+ body.gsub!(%r{<(yaml|shell|ruby|erb|html|sql|plain|javascript|css)>(.*?)</\1>}m) do |m|
250
250
  brush = case $1
251
251
  when 'ruby', 'sql', 'javascript', 'plain'
252
252
  $1
@@ -76,6 +76,7 @@
76
76
  <script type="text/javascript" src="javascripts/syntaxhighlighter/shCore.js"></script>
77
77
  <script type="text/javascript" src="javascripts/syntaxhighlighter/shBrushRuby.js"></script>
78
78
  <script type="text/javascript" src="javascripts/syntaxhighlighter/shBrushJScript.js"></script>
79
+ <script type="text/javascript" src="javascripts/syntaxhighlighter/shBrushCss.js"></script>
79
80
  <script type="text/javascript" src="javascripts/syntaxhighlighter/shBrushXml.js"></script>
80
81
  <script type="text/javascript" src="javascripts/syntaxhighlighter/shBrushSql.js"></script>
81
82
  <script type="text/javascript" src="javascripts/syntaxhighlighter/shBrushPlain.js"></script>
@@ -1,3 +1,3 @@
1
1
  module Guides
2
- VERSION = "0.6.2"
2
+ VERSION = "0.6.3"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 2
9
- version: 0.6.2
8
+ - 3
9
+ version: 0.6.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Yehuda Katz
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-01-14 00:00:00 -05:00
17
+ date: 2011-01-16 00:00:00 -05:00
18
18
  default_executable: guides
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency