mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
remove redjs submodule
This commit is contained in:
parent
8f86e0357c
commit
823bb56735
6 changed files with 2 additions and 12 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "spec/redjs"]
|
||||
path = spec/redjs
|
||||
url = git://github.com/cowboyd/redjs.git
|
|
@ -6,4 +6,3 @@ notifications:
|
|||
recipients:
|
||||
- cowboyd@thefrontside.net
|
||||
script: bundle exec rake compile spec
|
||||
before_install: git submodule update --init
|
||||
|
|
3
Gemfile
3
Gemfile
|
@ -1 +1,2 @@
|
|||
source :rubygems;gemspec
|
||||
source 'http://rubygems.org'
|
||||
gemspec
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 1ebcd2a5766cec58f93d80308682ff7858320d3e
|
|
@ -1,3 +0,0 @@
|
|||
require File.dirname(__FILE__) + '/spec_helper'
|
||||
|
||||
include V8
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue