Skip to content

Commit

Permalink
removed rbx ( no ripper )
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Georg committed Mar 16, 2013
1 parent 622f4f2 commit ee3238d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- rbx-19mode
2 changes: 1 addition & 1 deletion coverage/.last_run.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"result": {
"covered_percent": 93.18
"covered_percent": 93.51
}
}
8 changes: 1 addition & 7 deletions lib/borx/rewriter.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
begin
require 'ripper'
rescue NotFound
# :nocov:
raise NotFound, "Ripper extension not found. Please add it to your bundle."
# :nocov:
end
require 'ripper'
require 'sorcerer'
require 'borx/code'
class Borx::Rewriter < Ripper::SexpBuilder
Expand Down

0 comments on commit ee3238d

Please sign in to comment.