libyajl2 0.1.9 → 0.1.10
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/ext/libyajl2/extconf.rb +1 -1
- data/lib/libyajl2/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05cb0afa64542348cba1daa4a4ff5e93d69cfb01
|
|
4
|
+
data.tar.gz: b2c67323b6ae3c8b81698fb569b86c0d833a30e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e619deb4ad1f774d4b6359f81dc31415d6413a45e8ac474d9c7d0c98e8ef1e51f4b954c578426d677c108dc93eab0248eea2532bd7b05875ef0a0a38e220d62
|
|
7
|
+
data.tar.gz: 9932dcfa08c6f525b3aad26e1fa2162ed5dd2d51cf568710920314ab55a998cd9238bf2e2f5277bdc316921b4525c3eaf0237381adda7507bfb9987dce974ff2
|
data/ext/libyajl2/extconf.rb
CHANGED
|
@@ -48,7 +48,7 @@ module Libyajl2Build
|
|
|
48
48
|
if windows?
|
|
49
49
|
# on windows this will try to spit out a *.def that exports Init_libyajl which is wrong, we aren't a ruby lib, so we
|
|
50
50
|
# will never export that.
|
|
51
|
-
RbConfig::MAKEFILE_CONFIG['
|
|
51
|
+
RbConfig::MAKEFILE_CONFIG['DLDFLAGS'].gsub!(/\$\(DEFFILE\)/, '')
|
|
52
52
|
end
|
|
53
53
|
end
|
|
54
54
|
|
data/lib/libyajl2/version.rb
CHANGED