treetop 1.4.7 → 1.4.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module Treetop #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 4
5
- TINY = 7
5
+ TINY = 8
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -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
- - 7
9
- version: 1.4.7
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-28 00:00:00 +10:00
17
+ date: 2010-05-31 00:00:00 +10:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency