Skip to content

Commit

Permalink
remove all the grit jruby hacks in favor of updated posix-spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Jun 8, 2011
1 parent 12c9874 commit 0822ea6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
5 changes: 0 additions & 5 deletions lib/grit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@
require 'grit/blame'
require 'grit/merge'

# platform specific requires
if defined?(RUBY_ENGINE) && RUBY_ENGINE =~ /jruby/
require 'grit/jruby'
end

module Grit
VERSION = '2.4.1'

Expand Down
45 changes: 0 additions & 45 deletions lib/grit/jruby.rb

This file was deleted.

0 comments on commit 0822ea6

Please sign in to comment.