nokogumbo 1.4.6 → 1.4.7

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/ext/nokogumboc/extconf.rb +1 -6
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b85ab84fd9fa67112d7cc71c8010cd1b2f8f674
4
- data.tar.gz: c1f5ab4aee410f8ac4182c1500271fbd3e7f0d6f
3
+ metadata.gz: 8de17d0f4ff26d4728637e8c8339a299d6668c92
4
+ data.tar.gz: 03cb0d73c2d5dda4f63bfcc6cd2d6b775e147504
5
5
  SHA512:
6
- metadata.gz: 97f3f566b790c5055bc34bb3e447762e607f5f0b6f205d30064c0119a3185020275abebe8083b70e7f672058322771648021839c41004f7e91218a33dfdec153
7
- data.tar.gz: 16e2af216f7a0c896f08936febe640764d9dea2418a566af9989c068e047713bd7e67ec12096bfbfb296dcae534c9b3c3cd55990f8dad16a69c594616f277af7
6
+ metadata.gz: b8db761c2885592d606f00b3efac3f6e5df7bbaaa78cf6540c46d6f70b458e7756337f7a349655e0dc92ccf6ffcd42b238fb6a4a65543f030a9be98eafbee468
7
+ data.tar.gz: 9978798c588444f1b88935f2cec74cc083becbcf4bfb2fe7928de0d68810a3840082a1408af45a1e8104ce12c69796222cd1ed8d732cf04933aa8a9b5f9f587a
@@ -1,7 +1,7 @@
1
1
  require 'mkmf'
2
2
  $CFLAGS += " -std=c99"
3
3
 
4
- if have_library('xml2', 'xmlNewDoc')
4
+ if have_library('xml2', 'xmlNewDoc')
5
5
  # libxml2 libraries from http://www.xmlsoft.org/
6
6
  pkg_config('libxml-2.0')
7
7
 
@@ -19,11 +19,6 @@ if have_library('xml2', 'xmlNewDoc')
19
19
 
20
20
  # if found, enable direct calls to Nokogiri (and libxml2)
21
21
  $CFLAGS += ' -DNGLIB' if find_header('nokogiri.h', nokogiri_ext)
22
-
23
- if File.exists?("/etc/gentoo-release")
24
- # link to the library to prevent: nokogumbo.c:(.text+0x26a): undefined reference to `Nokogiri_wrap_xml_document'
25
- $LDFLAGS += " -L#{nokogiri_ext} -l:nokogiri.so"
26
- end
27
22
  end
28
23
  end
29
24
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nokogumbo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.6
4
+ version: 1.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Ruby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-17 00:00:00.000000000 Z
11
+ date: 2015-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri