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
@@ -23,6 +23,8 @@ opens the door for supporting Windows.
2323That depends on your platform. Right now, we support the following
2424platforms.
2525
26+ * x86_64-darwin-19
27+ * x86_64-darwin-18
2628* x86_64-darwin-17
2729* x86_64-darwin-16
2830* x86_64-darwin-15
@@ -77,11 +79,11 @@ source-based distribution
7779
7880Building the V8 library from source imposes the following requirements:
7981
80- * 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.
8183* Linux with glibc or macOS. See
82- [ #259 ] ( https://github.com/cowboyd /libv8/issues/259 ) ,
83- [ #253 ] ( https://github.com/cowboyd /libv8/issues/253 ) and
84- [ #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
8587 platforms.
8688* Python 2
8789* pkg-config
@@ -94,7 +96,7 @@ so by specifying the git repo as a gem source. Just make sure you add
9496the following to your ` Gemfile ` :
9597
9698``` Ruby
97- gem " libv8" , github: " cowboyd /libv8" , submodules: true
99+ gem " libv8" , github: " rubyjs /libv8" , submodules: true
98100```
99101
100102You can find more info on using a git repo as a gem source in
@@ -107,15 +109,15 @@ platform, we'll pull it right in!
107109
108110To get the source, these commands will get you started:
109111
110- git clone --recursive git://github.com/cowboyd /libv8.git
112+ git clone --recursive git://github.com/rubyjs /libv8.git
111113 cd libv8
112114 bundle install
113115 bundle exec rake compile
114116
115117### About
116118
117119This project spun off of
118- [ therubyracer] ( http://github.com/cowboyd /therubyracer ) which depends
120+ [ therubyracer] ( http://github.com/rubyjs /therubyracer ) which depends
119121on having a specific version of V8 to compile and run against.
120122However, actually delivering that version reliably to all the
121123different platforms proved to be a challenge to say the least.
0 commit comments