libv8 4.5.95.1 → 4.5.95.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/{appveyor.yml → appveyor.yml.disabled} +0 -0
- data/lib/libv8/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66237e9f8e5d2b26c8b24e8479a9f43fb0d60234
|
4
|
+
data.tar.gz: e5281079d203a5e674fe30966b5b9f7ddca180b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d00876a6b067204a0322b006855be301c92214102b4f22cc0a9056fc95afc78fba71a7592e3c5985039a81dbd688b37885351a9f426004609bd2af45053d4c7
|
7
|
+
data.tar.gz: 916bab860581ade25247e95c2c4ab78ed5249c9ed51e14ec81e1e30fb91a3799aaa40844b3800bd0c1c05223245a9bdad93572f5dc76641743a33bd785d58422
|
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# libv8
|
2
2
|
[![Gem Version](https://badge.fury.io/rb/libv8.svg)](http://badge.fury.io/rb/libv8)
|
3
3
|
[![Build Status](https://travis-ci.org/cowboyd/libv8.svg?branch=master)](https://travis-ci.org/cowboyd/libv8)
|
4
|
-
[![Build status](https://ci.appveyor.com/api/projects/status/ugeqff972kxlba5j?svg=true)](https://ci.appveyor.com/project/cowboyd/libv8)
|
4
|
+
<!-- [![Build status](https://ci.appveyor.com/api/projects/status/ugeqff972kxlba5j?svg=true)](https://ci.appveyor.com/project/cowboyd/libv8) -->
|
5
5
|
[![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)
|
6
6
|
|
7
7
|
A gem for distributing the v8 runtime libraries and headers in both
|
File without changes
|
data/lib/libv8/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libv8
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.5.95.
|
4
|
+
version: 4.5.95.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Charles Lowell
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-07-
|
11
|
+
date: 2015-07-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -68,7 +68,7 @@ files:
|
|
68
68
|
- Gemfile
|
69
69
|
- README.md
|
70
70
|
- Rakefile
|
71
|
-
- appveyor.yml
|
71
|
+
- appveyor.yml.disabled
|
72
72
|
- ext/libv8/arch.rb
|
73
73
|
- ext/libv8/builder.rb
|
74
74
|
- ext/libv8/compiler.rb
|