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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 47a29269f0f6fe28123a2d647ec6dd6921f728f1
4
- data.tar.gz: f953d9cd19d856c4d0ef56e0bae79d8ee14572e3
3
+ metadata.gz: 05cb0afa64542348cba1daa4a4ff5e93d69cfb01
4
+ data.tar.gz: b2c67323b6ae3c8b81698fb569b86c0d833a30e0
5
5
  SHA512:
6
- metadata.gz: 6d73f4d3b669da8e16589359d9e5de815258d41c37b48a1979e65781070745d658bff014ea821cdbffee96a2e0dde0b3c5603d89d44fc788b31438306bdd1d65
7
- data.tar.gz: ef13acbbeb0a20cee3e0ee85c553ab727788ba910d17746cee719992ccf1900b6563acc395b401068b88e2d2abba5d5d5772057b50fac82df1d0d6ed201f4685
6
+ metadata.gz: 7e619deb4ad1f774d4b6359f81dc31415d6413a45e8ac474d9c7d0c98e8ef1e51f4b954c578426d677c108dc93eab0248eea2532bd7b05875ef0a0a38e220d62
7
+ data.tar.gz: 9932dcfa08c6f525b3aad26e1fa2162ed5dd2d51cf568710920314ab55a998cd9238bf2e2f5277bdc316921b4525c3eaf0237381adda7507bfb9987dce974ff2
@@ -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['EXTDLDFLAGS'] = ''
51
+ RbConfig::MAKEFILE_CONFIG['DLDFLAGS'].gsub!(/\$\(DEFFILE\)/, '')
52
52
  end
53
53
  end
54
54
 
@@ -1,3 +1,3 @@
1
1
  module Libyajl2
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libyajl2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - lamont-granquist