nokogumbo 1.1.5 → 1.1.6
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.
- data/ext/nokogumboc/extconf.rb +3 -0
- data/gumbo-parser/src/error.h +3 -1
- data/gumbo-parser/src/gumbo.h +5 -0
- data/gumbo-parser/src/util.h +5 -1
- metadata +9 -5
- checksums.yaml +0 -15
data/ext/nokogumboc/extconf.rb
CHANGED
@@ -19,6 +19,9 @@ 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
|
+
# link to the library to prevent: nokogumbo.c:(.text+0x26a): undefined reference to `Nokogiri_wrap_xml_document'
|
24
|
+
$LDFLAGS += " -L#{nokogiri_ext} -l:nokogiri.so"
|
22
25
|
end
|
23
26
|
end
|
24
27
|
|
data/gumbo-parser/src/error.h
CHANGED
data/gumbo-parser/src/gumbo.h
CHANGED
data/gumbo-parser/src/util.h
CHANGED
metadata
CHANGED
@@ -1,18 +1,20 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nokogumbo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.6
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- Sam Ruby
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2014-
|
12
|
+
date: 2014-06-05 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: nokogiri
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
16
18
|
requirements:
|
17
19
|
- - ! '>='
|
18
20
|
- !ruby/object:Gem::Version
|
@@ -20,6 +22,7 @@ dependencies:
|
|
20
22
|
type: :runtime
|
21
23
|
prerelease: false
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
23
26
|
requirements:
|
24
27
|
- - ! '>='
|
25
28
|
- !ruby/object:Gem::Version
|
@@ -65,25 +68,26 @@ files:
|
|
65
68
|
homepage: https://github.com/rubys/nokogumbo/#readme
|
66
69
|
licenses:
|
67
70
|
- Apache 2.0
|
68
|
-
metadata: {}
|
69
71
|
post_install_message:
|
70
72
|
rdoc_options: []
|
71
73
|
require_paths:
|
72
74
|
- lib
|
73
75
|
required_ruby_version: !ruby/object:Gem::Requirement
|
76
|
+
none: false
|
74
77
|
requirements:
|
75
78
|
- - ! '>='
|
76
79
|
- !ruby/object:Gem::Version
|
77
80
|
version: '0'
|
78
81
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
82
|
+
none: false
|
79
83
|
requirements:
|
80
84
|
- - ! '>='
|
81
85
|
- !ruby/object:Gem::Version
|
82
86
|
version: '0'
|
83
87
|
requirements: []
|
84
88
|
rubyforge_project:
|
85
|
-
rubygems_version:
|
89
|
+
rubygems_version: 1.8.23
|
86
90
|
signing_key:
|
87
|
-
specification_version:
|
91
|
+
specification_version: 3
|
88
92
|
summary: Nokogiri interface to the Gumbo HTML5 parser
|
89
93
|
test_files: []
|
checksums.yaml
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
!binary "U0hBMQ==":
|
3
|
-
metadata.gz: !binary |-
|
4
|
-
OTlkMTQ4NDgzYWU1Y2U0Nzk4Mjk5MjZkNjJkMDI0Mjg1MDRjMjZlMg==
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
Njg0ZWQwNTY5MGM0MDdjYTkxNjU0YTM4YTJkOGRlMzU1MmIxMmE5OQ==
|
7
|
-
!binary "U0hBNTEy":
|
8
|
-
metadata.gz: !binary |-
|
9
|
-
N2NhMDEwY2QwODBlMjMxYmNjODUyYjJkMGMxODQ3NDc3OTM2YzA5ZjYyN2Jl
|
10
|
-
YjhjN2VkN2I0YTE5NjA4NjhjOWYwNzJlMThkOTlmYWM0YjYxMWViYmY0MDk1
|
11
|
-
MzhhNzMyNGZlOTU0Njk0MDQ2MGZlZTlmNmJjODkwYWViOGE2MDQ=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
NzRlODBjMWQ1MDhhODNjYWY5MTNlMDE5NmJhY2ZhYTg1Y2M3YmM1ZWNiOWM1
|
14
|
-
N2I0YjhjNDkwOWUwYTMxODk3ODUxNGEyODg4MTU1ZDcxZGNjYjNmMDA3YTU4
|
15
|
-
MWRhZTU5ZGU3MjgxMzlkOTJhMzE0NTNjMGZiNmYwMTBkYTFlZmE=
|