@@ -45,11 +45,11 @@ the older version of your OS.
4545
4646### Versioning
4747
48- Versions of the libv8 gem track the version of v8 itself, adding its
49- own point release after the main v8 version. So libv8 ` 5.0.71.35.5 `
50- and ` 5.0.71.35.14 ` both correspond to v8 version ` 5.0.71.35 ` . Another
48+ Versions of the libv8 gem track the version of V8 itself, adding its
49+ own point release after the main V8 version. So libv8 ` 5.0.71.35.5 `
50+ and ` 5.0.71.35.14 ` both correspond to V8 version ` 5.0.71.35 ` . Another
5151way to think about it would be that ` 5.0.71.35.14 ` is the 14th release
52- of the libv8 rubygem based on v8 version ` 5.0.71.35 `
52+ of the libv8 rubygem based on V8 version ` 5.0.71.35 `
5353
5454#### Source and Binary Releases
5555
@@ -82,7 +82,7 @@ What this means is that if you're running a distro that does not use glibc
8282
8383### Requirements
8484
85- Building the v8 library from source imposes the following requirements:
85+ Building the V8 library from source imposes the following requirements:
8686
8787* A compiler that supports C++11 (such as GCC 4.8 and above or clang,
8888preferably 3.5 and above)
@@ -104,7 +104,7 @@ You can find more info on using a git repo as a gem source in
104104
105105### What if I can't install from source?
106106
107- If you can fix v8 's build system so that it correctly compiles for your
107+ If you can fix V8 's build system so that it correctly compiles for your
108108platform, we'll pull it right in!
109109
110110To get the source, these commands will get you started:
@@ -140,9 +140,9 @@ Using Bundler (in your Gemfile):
140140Please note that if you intend to run your own V8, you must install
141141both V8 * and its headers* (found in libv8-dev for Debian-based distros).
142142
143- Also, keep in mind that v8 's API does not tend to be stable and in case you're
143+ Also, keep in mind that V8 's API does not tend to be stable and in case you're
144144using your local version of V8 you * need* to ** make sure that the the gems that
145- depend on libv8 are compatible with the API of the version of v8 present on your
145+ depend on libv8 are compatible with the API of the version of V8 present on your
146146system** . Otherwise those gems' builds * will* fail. Ideally you want the same
147147version of V8 as the one packaged in the installed version of the gem. See the
148148Versioning section for more information.
@@ -159,11 +159,11 @@ environment variable before compilation, or by adding the
159159
160160This project spun off of
161161[ therubyracer] ( http://github.com/cowboyd/therubyracer ) which depends
162- on having a specific version of v8 to compile and run against.
162+ on having a specific version of V8 to compile and run against.
163163However, actually delivering that version reliably to all the
164164different platforms proved to be a challenge to say the least.
165165
166- We got tired of waiting 5 minutes for v8 to compile every time we
166+ We got tired of waiting 5 minutes for V8 to compile every time we
167167installed that gem.
168168
169169### Sponsored by
0 commit comments