live_ast_ruby_parser 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES.rdoc CHANGED
@@ -1,6 +1,10 @@
1
1
 
2
2
  = live_ast_ruby_parser ChangeLog
3
3
 
4
+ == Version 0.5.2
5
+
6
+ * doc fixes
7
+
4
8
  == Version 0.5.1
5
9
 
6
10
  * protect against user needlessly requiring default parser
data/README.rdoc CHANGED
@@ -5,11 +5,6 @@
5
5
 
6
6
  This is the default RubyParser-based parser used by LiveAST.
7
7
 
8
- == Description
9
-
10
- The nested TestForms module enables testing with the LiveAST test
11
- suite. The Unparser module is used by +to_ruby+.
12
-
13
8
  == Links
14
9
 
15
10
  * Home: http://quix.github.com/live_ast_ruby_parser
data/Rakefile CHANGED
@@ -3,7 +3,8 @@ require_relative 'devel/jumpstart'
3
3
  Jumpstart.new "live_ast_ruby_parser" do |s|
4
4
  s.developers << ["James M. Lawrence", "quixoticsycophant@gmail.com"]
5
5
  s.github_user = "quix"
6
- s.version = "0.5.1"
6
+ s.version = "0.5.2"
7
+ s.description = s.summary
7
8
 
8
9
  # my code compensates for a ruby_parser bug; make this equal for now
9
10
  s.dependencies << ["ruby_parser", "= 2.0.6"]
@@ -1,5 +1,8 @@
1
1
  require 'ruby2ruby'
2
2
 
3
+ #
4
+ # Used by +to_ruby+ in LiveAST.
5
+ #
3
6
  module LiveASTRubyParser::Unparser
4
7
  class << self
5
8
  # Whether the unparsed code matches ruby2ruby output.
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: live_ast_ruby_parser
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.5.1
5
+ version: 0.5.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - James M. Lawrence
@@ -35,7 +35,7 @@ dependencies:
35
35
  version: "0"
36
36
  type: :runtime
37
37
  version_requirements: *id002
38
- description: The nested TestForms module enables testing with the LiveAST test suite.
38
+ description: This is the default RubyParser-based parser used by LiveAST.
39
39
  email:
40
40
  - quixoticsycophant@gmail.com
41
41
  executables: []