guides 0.6.3 → 0.6.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.
@@ -248,7 +248,7 @@ module Guides
248
248
 
249
249
  body.gsub!(%r{<(yaml|shell|ruby|erb|html|sql|plain|javascript|css)>(.*?)</\1>}m) do |m|
250
250
  brush = case $1
251
- when 'ruby', 'sql', 'javascript', 'plain'
251
+ when 'ruby', 'sql', 'javascript', 'css', 'plain'
252
252
  $1
253
253
  when 'erb'
254
254
  'ruby; html-script: true'
@@ -1,3 +1,3 @@
1
1
  module Guides
2
- VERSION = "0.6.3"
2
+ VERSION = "0.6.4"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 3
9
- version: 0.6.3
8
+ - 4
9
+ version: 0.6.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Yehuda Katz