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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ea374f955ea8228464ee5412ffd71d19e316c17
4
- data.tar.gz: 0031d06267f3720cd3aa49404083edea3df5da19
3
+ metadata.gz: 66237e9f8e5d2b26c8b24e8479a9f43fb0d60234
4
+ data.tar.gz: e5281079d203a5e674fe30966b5b9f7ddca180b4
5
5
  SHA512:
6
- metadata.gz: 713fcedc21a77516cf81f0c90e69b841f25c2980838d654fe12cf1d50f7472a3bcb8b252b9aa62bb88ce725b27ab88cf130fef49e54d392b00cecd394f7f2904
7
- data.tar.gz: ef3c1061c7c7b5cbe536127ffd71da45841f57cbb637201406a1e987f246b3b08025feb39499028448dc3219230b0f322e8d2696dbc534aca53d9d1a957bb3f3
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
@@ -1,3 +1,3 @@
1
1
  module Libv8
2
- VERSION = "4.5.95.1"
2
+ VERSION = "4.5.95.2"
3
3
  end
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.1
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 00:00:00.000000000 Z
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