org-ruby 0.9.2 → 0.9.3

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 CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.9.3 / 2014-03-25
2
+
3
+ * Fix code blocks prepended comma stripping
4
+
1
5
  == 0.9.2 / 2014-03-22
2
6
 
3
7
  * Fix Org mode syntax for escaping html: Syntax actually now is @@html:<text>@@
@@ -369,8 +369,8 @@ module Orgmode
369
369
  @code_block_indent = nil
370
370
 
371
371
  # Strip proctective commas generated by Org mode (C-c ')
372
- @buffer.gsub! /^\s*(,)(\s*)([*]|#\+)/ do |match|
373
- "#{$2}#{$3}"
372
+ @buffer.gsub! /^(\s*)(,)(\s*)([*]|#\+)/ do |match|
373
+ "#{$1}#{$3}#{$4}"
374
374
  end
375
375
  end
376
376
 
@@ -1,3 +1,3 @@
1
1
  module OrgRuby
2
- VERSION = '0.9.2'
2
+ VERSION = '0.9.3'
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.2
4
+ version: 0.9.3
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-03-22 00:00:00.000000000 Z
13
+ date: 2014-03-25 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rubypants
17
- requirement: &70189716079180 !ruby/object:Gem::Requirement
17
+ requirement: &70204882859800 !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: *70189716079180
25
+ version_requirements: *70204882859800
26
26
  description: An Org mode parser written in Ruby.
27
27
  email: waldemar.quevedo@gmail.com
28
28
  executables: