org-ruby 0.9.5 → 0.9.6
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/History.txt +8 -0
- data/lib/org-ruby/line.rb +1 -1
- data/lib/org-ruby/version.rb +1 -1
- metadata +4 -4
data/History.txt
CHANGED
data/lib/org-ruby/line.rb
CHANGED
|
@@ -282,7 +282,7 @@ module Orgmode
|
|
|
282
282
|
@assigned_paragraph_type == :title
|
|
283
283
|
end
|
|
284
284
|
|
|
285
|
-
ResultsBlockStartsRegexp = /^\s*#\+RESULTS:\s
|
|
285
|
+
ResultsBlockStartsRegexp = /^\s*#\+RESULTS:\s*(\w+)?$/i
|
|
286
286
|
|
|
287
287
|
def start_of_results_code_block?
|
|
288
288
|
@line =~ ResultsBlockStartsRegexp
|
data/lib/org-ruby/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: org-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,11 +10,11 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2014-
|
|
13
|
+
date: 2014-05-05 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rubypants
|
|
17
|
-
requirement: &
|
|
17
|
+
requirement: &70287413775260 !ruby/object:Gem::Requirement
|
|
18
18
|
none: false
|
|
19
19
|
requirements:
|
|
20
20
|
- - ! '>='
|
|
@@ -22,7 +22,7 @@ dependencies:
|
|
|
22
22
|
version: 0.2.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
|
-
version_requirements: *
|
|
25
|
+
version_requirements: *70287413775260
|
|
26
26
|
description: An Org mode parser written in Ruby.
|
|
27
27
|
email: waldemar.quevedo@gmail.com
|
|
28
28
|
executables:
|