treetop 1.4.7 → 1.4.8
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/lib/treetop/version.rb +1 -1
- data/spec/compiler/tt_compiler_spec.rb +3 -1
- metadata +3 -3
data/lib/treetop/version.rb
CHANGED
@@ -8,11 +8,13 @@ ENV['PATH'] = File.expand_path(File.dirname(__FILE__) + '../../../bin' +
|
|
8
8
|
$LOAD_PATH.unshift(File.expand_path('../../../../lib', __FILE__))
|
9
9
|
|
10
10
|
describe "The 'tt' comand line compiler" do
|
11
|
+
before(:each) do
|
12
|
+
@tmpdir = Dir.tmpdir
|
13
|
+
end
|
11
14
|
|
12
15
|
context 'when processing a single grammar file' do
|
13
16
|
before(:each) do
|
14
17
|
# create a fresh but dumb grammar file for each example
|
15
|
-
@tmpdir = Dir.tmpdir
|
16
18
|
@test_base = "dumb-#{rand(1000)}"
|
17
19
|
@test_path = "#{@tmpdir}/#{@test_base}"
|
18
20
|
@test_grammar = "#{@test_path}.tt"
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 4
|
8
|
-
-
|
9
|
-
version: 1.4.
|
8
|
+
- 8
|
9
|
+
version: 1.4.8
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Nathan Sobo
|
@@ -14,7 +14,7 @@ autorequire: treetop
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-05-
|
17
|
+
date: 2010-05-31 00:00:00 +10:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|