libyajl2 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/ext/libyajl2/extconf.rb +1 -1
- data/lib/libyajl2/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29b90bdd01eb66658fee66165cb6c6ec171b8238
|
4
|
+
data.tar.gz: c97658670399d81a46813ba29dbe7cedd3015ead
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d8a44e91e9bc48eedc4b43e6ef3ba91a08426f67a6a93c3e08632d611c566d681c9c920287b448b626292e18de78eea0f151546bb96c1c500c9e643ec520d63
|
7
|
+
data.tar.gz: b35c206f313b2f84cfa3eb4a00dd7ea172d94773cde7a85487b1cb6c327bd737582d1e1bb05573566d6d376f215e8b3b1a4c80a380b1a2025e92456292674094
|
data/Rakefile
CHANGED
@@ -95,7 +95,7 @@ task :prep do
|
|
95
95
|
# apply patches that haven't yet been pushed upstream
|
96
96
|
Dir["#{build_path}/patches/*"].sort.each do |file|
|
97
97
|
Dir.chdir build_path
|
98
|
-
sh "patch -p2 < #{file}"
|
98
|
+
sh "patch -p2 --binary < #{file}"
|
99
99
|
end
|
100
100
|
|
101
101
|
# generate the yajl_version.h header file without invoking cmake
|
data/ext/libyajl2/extconf.rb
CHANGED
@@ -24,7 +24,7 @@ module Libyajl2Build
|
|
24
24
|
PREFIX = File.expand_path("../../../lib/libyajl2/vendored-libyajl2", __FILE__).freeze
|
25
25
|
|
26
26
|
def self.windows?
|
27
|
-
!!(RUBY_PLATFORM =~ /mswin|mingw|windows/)
|
27
|
+
!!(RUBY_PLATFORM =~ /mswin|mingw|cygwin|windows/)
|
28
28
|
end
|
29
29
|
|
30
30
|
def self.libyajl2_vendor_dir
|
data/lib/libyajl2/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libyajl2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- lamont-granquist
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|