libyajl2 0.1.13 → 0.1.14

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: e918f3118b8a2072fc51aca57ef43d051d00ae95
4
- data.tar.gz: e4ba5bbfabc2e6f45dd2b9c30778de2adcfa893d
3
+ metadata.gz: 670cefe5867960ac69b1a013790e571689644218
4
+ data.tar.gz: 85e0b250ba7299eb8a8b48e80674b62d8c3bb80f
5
5
  SHA512:
6
- metadata.gz: e7c919cec21d37ab3cbd8c864232707a9ab857c30c5e21075fcf42a8621f47dac2d8cae44e003ab6741b4f8f6084144463bab512a0106a64605863371e504f7a
7
- data.tar.gz: abbe60dd7cafb2baacbba577b4dad73f3a9c034b6337823187ed7feef17bf1b2540cf23529e3565de6ad141d5951c5184f10dc9480f2ea7a23e0620a86b57a01
6
+ metadata.gz: c789e76ab7a1c7521b810906bcafdea6218824d7c5e09eea7e4f4bcf687e33c99005c3d662d7119071cb730f83ffd87d0dbc1361acf1f02c76a918f0dd5f07ac
7
+ data.tar.gz: 3aa127f1918169e60ceed35af68ed0cfdd9a36f89bfa9dd6e457b765ca8f7a229e3c14bc0e45af8b7fa56e48b06943924794701b2c91950286d9b49204bcba51
@@ -39,10 +39,6 @@ module Libyajl2Build
39
39
  end
40
40
 
41
41
  $CFLAGS << " -DNDEBUG"
42
-
43
- # ENV vars can override everything
44
- $CFLAGS = ENV['CFLAGS'] if ENV['CFLAGS']
45
- $LDFLAGS = ENV['LDFLAGS'] if ENV['LDFLAGS']
46
42
  end
47
43
 
48
44
  def self.makemakefiles
@@ -1,3 +1,3 @@
1
1
  module Libyajl2
2
- VERSION = "0.1.13"
2
+ VERSION = "0.1.14"
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.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - lamont-granquist