rokko 0.0.2 → 0.0.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.
@@ -85,7 +85,7 @@ table td {
85
85
  margin: 15px 0 15px;
86
86
  padding-left: 15px;
87
87
  }
88
- .docs p tt, .docs p code {
88
+ .docs p tt, .docs code {
89
89
  background: #f8f8ff;
90
90
  border: 1px solid #dedede;
91
91
  font-size: 12px;
data/lib/rokko/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rokko
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/lib/rokko.rb CHANGED
@@ -8,7 +8,7 @@ module Rokko
8
8
  attr_reader :sources
9
9
  attr_reader :options
10
10
 
11
- @@comment_pattern = /^\s*#\s?/
11
+ @@comment_pattern = /^\s*#(?!\{)\s?/
12
12
  @@block_comment_start = /^\s*=begin\s*$/
13
13
  @@block_comment_end = /^\s*=end\s*$/
14
14
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rokko
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Vasily Polovnyov