brighter_planet_layout 0.5.3 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,8 +8,8 @@ module BrighterPlanetHelper
8
8
  end
9
9
  end
10
10
 
11
- def syntax(code, lang = 'ruby')
12
- ::Uv.parse(code, 'xhtml', lang, false, :idle).html_safe
11
+ def syntax(code, lang = 'ruby', style = :idle)
12
+ ::Uv.parse(code, 'xhtml', lang, false, style).html_safe
13
13
  end
14
14
 
15
15
  def link_to_homesite(text, path = '', &blk)
@@ -1,5 +1,5 @@
1
1
  module BrighterPlanet
2
2
  class Layout
3
- VERSION = '0.5.3'
3
+ VERSION = '0.5.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brighter_planet_layout
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 3
10
- version: 0.5.3
9
+ - 4
10
+ version: 0.5.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andy Rossmeissl
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-03-06 00:00:00 Z
19
+ date: 2012-03-07 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: simple-rss