ruby_parser 3.0.0.a2 → 3.0.0.a3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of ruby_parser might be problematic. Click here for more details.

@@ -9,7 +9,7 @@ class TestStackState < MiniTest::Unit::TestCase
9
9
  attr_reader :s
10
10
 
11
11
  def setup
12
- @s = RubyParser::StackState.new :test
12
+ @s = RubyParserStuff::StackState.new :test
13
13
  end
14
14
 
15
15
  def test_stack_state
@@ -60,7 +60,7 @@ class TestEnvironment < MiniTest::Unit::TestCase
60
60
  end
61
61
 
62
62
  def setup
63
- @env = RubyParser::Environment.new
63
+ @env = RubyParserStuff::Environment.new
64
64
  @env[:blah] = 42
65
65
  assert_equal 42, @env[:blah]
66
66
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_parser
3
3
  version: !ruby/object:Gem::Version
4
- hash: 106501849
4
+ hash: 2882648795
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
9
  - 0
10
10
  - a
11
- - 2
12
- version: 3.0.0.a2
11
+ - 3
12
+ version: 3.0.0.a3
13
13
  platform: ruby
14
14
  authors:
15
15
  - Ryan Davis
@@ -38,7 +38,7 @@ cert_chain:
38
38
  FBHgymkyj/AOSqKRIpXPhjC6
39
39
  -----END CERTIFICATE-----
40
40
 
41
- date: 2012-06-19 00:00:00 Z
41
+ date: 2012-07-04 00:00:00 Z
42
42
  dependencies:
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: sexp_processor
metadata.gz.sig CHANGED
Binary file