11# libv8
22[ ![ Gem Version] ( https://badge.fury.io/rb/libv8.svg )] ( https://badge.fury.io/rb/libv8 )
33[ ![ Number of downloads] ( https://ruby-gem-downloads-badge.herokuapp.com/libv8?type=total )] ( https://rubygems.org/gems/libv8 )
4- [ ![ Build Status] ( https://travis-ci.org/cowboyd /libv8.svg?branch=master )] ( https://travis-ci.org/cowboyd /libv8 )
4+ [ ![ Build Status] ( https://travis-ci.org/rubyjs /libv8.svg?branch=master )] ( https://travis-ci.org/rubyjs /libv8 )
55[ ![ Join the chat at https://gitter.im/cowboyd/therubyracer ] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/cowboyd/therubyracer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
66[ ![ Code Triagers Badge] ( https://www.codetriage.com/cowboyd/libv8/badges/users.svg )] ( https://www.codetriage.com/cowboyd/libv8 )
77
@@ -79,11 +79,11 @@ source-based distribution
7979
8080Building the V8 library from source imposes the following requirements:
8181
82- * An x86/x86_64 CPU. See [ #261 ] ( https://github.com/cowboyd /libv8/issues/261 ) for ARM state.
82+ * An x86/x86_64 CPU. See [ #261 ] ( https://github.com/rubyjs /libv8/issues/261 ) for ARM state.
8383* Linux with glibc or macOS. See
84- [ #259 ] ( https://github.com/cowboyd /libv8/issues/259 ) ,
85- [ #253 ] ( https://github.com/cowboyd /libv8/issues/253 ) and
86- [ #217 ] ( https://github.com/cowboyd /libv8/issues/217 ) for state of other
84+ [ #259 ] ( https://github.com/rubyjs /libv8/issues/259 ) ,
85+ [ #253 ] ( https://github.com/rubyjs /libv8/issues/253 ) and
86+ [ #217 ] ( https://github.com/rubyjs /libv8/issues/217 ) for state of other
8787 platforms.
8888* Python 2
8989* pkg-config
@@ -96,7 +96,7 @@ so by specifying the git repo as a gem source. Just make sure you add
9696the following to your ` Gemfile ` :
9797
9898``` Ruby
99- gem " libv8" , github: " cowboyd /libv8" , submodules: true
99+ gem " libv8" , github: " rubyjs /libv8" , submodules: true
100100```
101101
102102You can find more info on using a git repo as a gem source in
@@ -109,15 +109,15 @@ platform, we'll pull it right in!
109109
110110To get the source, these commands will get you started:
111111
112- git clone --recursive git://github.com/cowboyd /libv8.git
112+ git clone --recursive git://github.com/rubyjs /libv8.git
113113 cd libv8
114114 bundle install
115115 bundle exec rake compile
116116
117117### About
118118
119119This project spun off of
120- [ therubyracer] ( http://github.com/cowboyd /therubyracer ) which depends
120+ [ therubyracer] ( http://github.com/rubyjs /therubyracer ) which depends
121121on having a specific version of V8 to compile and run against.
122122However, actually delivering that version reliably to all the
123123different platforms proved to be a challenge to say the least.
0 commit comments