lector 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lector (0.0.5)
4
+ lector (0.0.6)
5
5
  citrus
6
6
 
7
7
  GEM
@@ -2,8 +2,9 @@ require 'citrus'
2
2
  require 'lector/types'
3
3
 
4
4
  module Lector
5
- Citrus.load('lib/lector/digits', :force => true)
6
- Citrus.load('lib/lector/reader', :force => true)
5
+ ['digits', 'reader'].each do |grammar|
6
+ Citrus.load(File.join(File.dirname(__FILE__), 'lector', grammar), :force => true)
7
+ end
7
8
  end
8
9
 
9
10
  module Lector
@@ -1,3 +1,3 @@
1
1
  module Lector
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: