remove redjs submodule

This commit is contained in:
Charles Lowell 2012-04-20 09:37:29 -05:00
parent 8f86e0357c
commit 823bb56735
6 changed files with 2 additions and 12 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "spec/redjs"]
path = spec/redjs
url = git://github.com/cowboyd/redjs.git

View File

@ -6,4 +6,3 @@ notifications:
recipients:
- cowboyd@thefrontside.net
script: bundle exec rake compile spec
before_install: git submodule update --init

View File

@ -1 +1,2 @@
source :rubygems;gemspec
source 'http://rubygems.org'
gemspec

@ -1 +0,0 @@
Subproject commit 1ebcd2a5766cec58f93d80308682ff7858320d3e

View File

@ -1,3 +0,0 @@
require File.dirname(__FILE__) + '/spec_helper'
include V8

View File

@ -14,9 +14,6 @@ Gem::Specification.new do |s|
root = Pathname(__FILE__).dirname
s.files = `git ls-files`.split("\n")
s.files += Dir.chdir(root.join("spec/redjs")) do
`git ls-files`.split("\n").map {|f| "spec/redjs/#{f}"}
end
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.extensions = ["ext/v8/extconf.rb"]
s.require_paths = ["lib", "ext"]