org-ruby 0.9.5 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,11 @@
1
+ == 0.9.6 / 2014-05-06
2
+
3
+ * Support named results blocks
4
+
5
+ == 0.9.5 / 2014-04-24
6
+
7
+ * Small bugfix to remove warning due to VERSION being repeated
8
+
1
9
  == 0.9.4 / 2014-04-18
2
10
 
3
11
  * Track block names within the line properties
@@ -282,7 +282,7 @@ module Orgmode
282
282
  @assigned_paragraph_type == :title
283
283
  end
284
284
 
285
- ResultsBlockStartsRegexp = /^\s*#\+RESULTS:\s*$/i
285
+ ResultsBlockStartsRegexp = /^\s*#\+RESULTS:\s*(\w+)?$/i
286
286
 
287
287
  def start_of_results_code_block?
288
288
  @line =~ ResultsBlockStartsRegexp
@@ -1,3 +1,3 @@
1
1
  module OrgRuby
2
- VERSION = '0.9.5'
2
+ VERSION = '0.9.6'
3
3
  end
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.5
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-04-24 00:00:00.000000000 Z
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: &70254814653620 !ruby/object:Gem::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: *70254814653620
25
+ version_requirements: *70287413775260
26
26
  description: An Org mode parser written in Ruby.
27
27
  email: waldemar.quevedo@gmail.com
28
28
  executables: