kaiseki 1.0.8 → 1.0.9

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.
Files changed (3) hide show
  1. data/lib/kaiseki.rb +1 -1
  2. data/lib/parser_eof.rb +1 -1
  3. metadata +3 -3
data/lib/kaiseki.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Kaiseki
2
- VERSION = '1.0.8'
2
+ VERSION = '1.0.9'
3
3
  file_path = File.dirname __FILE__
4
4
 
5
5
  #load basic kaiseki classes
data/lib/parser_eof.rb CHANGED
@@ -9,7 +9,7 @@ module Kaiseki
9
9
  if actual
10
10
  raise ParseError.new "unexpected character \"#{actual}\" (expected end-of-string) when parsing #{self}", options
11
11
  else
12
- throw :SkipSuccess
12
+ true
13
13
  end
14
14
  end
15
15
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 8
9
- version: 1.0.8
8
+ - 9
9
+ version: 1.0.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - William Hamilton-Levi
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-01-11 00:00:00 -05:00
17
+ date: 2011-01-23 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies: []
20
20