Skip to content

Commit

Permalink
Full implementation of popen. Remove old extensions, update Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
tnm committed Jul 4, 2012
1 parent 712644d commit 6517d46
Show file tree
Hide file tree
Showing 9 changed files with 410 additions and 818 deletions.
11 changes: 0 additions & 11 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@ require 'rake/gempackagetask'
Rake::GemPackageTask.new(GEMSPEC) do |pkg|
end

# ==========================================================
# Ruby Extension
# ==========================================================

require 'rake/extensiontask'
Rake::ExtensionTask.new('pygments_ext', GEMSPEC) do |ext|
ext.ext_dir = 'ext'
end
task :build => :compile

# ==========================================================
# Testing
# ==========================================================
Expand All @@ -29,7 +19,6 @@ Rake::TestTask.new 'test' do |t|
t.test_files = FileList['test/test_*.rb']
t.ruby_opts = ['-rubygems']
end
task :test => :build

# ==========================================================
# Vendor
Expand Down
14 changes: 0 additions & 14 deletions ext/extconf.rb

This file was deleted.

Loading

0 comments on commit 6517d46

Please sign in to comment.