Skip to content

Commit

Permalink
Stop testing Rubinius given this gem no longer supports it :(
Browse files Browse the repository at this point in the history
Unfortunately, to count the number of methods, I'm using Ripper [1], a
Ruby script parser. Currently, Rubinius does not implement Ripper [2] so
I should probably:

1. Either use this feature only when the user is on some Ruby other than
Rubinius. This would allow using RubyCritic on Rubinius, but it would be
lacking a feature.

2. Or even better, switch from Ripper to Parser [3] and support all
features in all Rubies.

[1]: http://ruby-doc.org/stdlib-2.1.2/libdoc/ripper/rdoc/Ripper.html

[2]: rubinius/rubinius#2377

[3]: whitequark/parser#21
  • Loading branch information
guilhermesimoes committed Jul 4, 2014
1 parent 678136c commit 8e14202
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,6 @@ rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- rbx-2
- jruby

script: "bundle exec rake"

0 comments on commit 8e14202

Please sign in to comment.