orgmode-cli-tools 0.2.0 → 0.3.0

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/bin/org2revealjs CHANGED
@@ -22,6 +22,9 @@ def transform_divs_into_sections(html_markup)
22
22
  doc.css("li").each do |node|
23
23
  node['class']="fragment"
24
24
  end
25
+ doc.css("pre").each do |node|
26
+ node['class']="fragment"
27
+ end
25
28
  doc.css("#content").inner_html
26
29
  end
27
30
 
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  module OrgmodeCliTools
3
3
 
4
- VERSION = "0.2.0"
4
+ VERSION = "0.3.0"
5
5
 
6
6
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: orgmode-cli-tools
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.0
5
+ version: 0.3.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Thomas Kjeldahl Nilsson