nokogiri 1.9.1-x64-mingw32 → 1.10.0.rc1-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of nokogiri might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/LICENSE-DEPENDENCIES.md +16 -14
- data/LICENSE.md +5 -28
- data/README.md +14 -3
- data/lib/nokogiri/2.3/nokogiri.so +0 -0
- data/lib/nokogiri/2.4/nokogiri.so +0 -0
- data/lib/nokogiri/2.5/nokogiri.so +0 -0
- data/lib/nokogiri/{2.2 → 2.6}/nokogiri.so +0 -0
- data/lib/nokogiri/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6aa6ef50777b2ee4a4ea2f11964bf11a7333cc9ce7ba494d6b3e667a46413d86
|
4
|
+
data.tar.gz: a0b5a6753186f8f89a05c635677d928d9d55bb06e92f36d79c3883c38a53d816
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3d14d9c598e41379ed29d4029de4f0b51bbf0ae07ac15465c3b622ed6fac2f24f678fea6d39dce1e3dc7b0f9769b0fae1f916e55c9715971092b33e290fd9ce
|
7
|
+
data.tar.gz: 6af90ae76f4820f212b1f59e2d0f367d01afafcaf94b560878ad39bea0d2152b90f29ccd02e82fc0ab34b8206c60fd4526a0a3ef8edc02fdb1750556cbf503c4
|
data/LICENSE-DEPENDENCIES.md
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
## Vendored Dependency Licenses
|
2
|
+
|
1
3
|
Nokogiri ships with some third party dependencies, which are listed
|
2
4
|
here along with their licenses.
|
3
5
|
|
@@ -20,9 +22,9 @@ present in any non-Windows releases.
|
|
20
22
|
|
21
23
|
-----
|
22
24
|
|
23
|
-
|
25
|
+
## default platform release
|
24
26
|
|
25
|
-
|
27
|
+
### libxml2
|
26
28
|
|
27
29
|
MIT
|
28
30
|
|
@@ -53,7 +55,7 @@ http://xmlsoft.org/
|
|
53
55
|
THE SOFTWARE.
|
54
56
|
|
55
57
|
|
56
|
-
|
58
|
+
### libxslt
|
57
59
|
|
58
60
|
MIT
|
59
61
|
|
@@ -113,9 +115,9 @@ http://xmlsoft.org/libxslt/
|
|
113
115
|
ings in this Software without prior written authorization from him.
|
114
116
|
----------------------------------------------------------------------
|
115
117
|
|
116
|
-
|
118
|
+
## `java` platform release
|
117
119
|
|
118
|
-
|
120
|
+
### isorelax
|
119
121
|
|
120
122
|
MIT
|
121
123
|
|
@@ -144,7 +146,7 @@ http://iso-relax.sourceforge.net/
|
|
144
146
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
145
147
|
|
146
148
|
|
147
|
-
|
149
|
+
### jing
|
148
150
|
|
149
151
|
BSD-3-Clause
|
150
152
|
|
@@ -185,7 +187,7 @@ http://www.thaiopensource.com/relaxng/jing.html
|
|
185
187
|
SUCH DAMAGE.
|
186
188
|
|
187
189
|
|
188
|
-
|
190
|
+
### nekodtd
|
189
191
|
|
190
192
|
Apache 1.0-derived
|
191
193
|
|
@@ -238,7 +240,7 @@ https://people.apache.org/~andyc/neko/doc/dtd/
|
|
238
240
|
|
239
241
|
This license is based on the Apache Software License, version 1.1.
|
240
242
|
|
241
|
-
|
243
|
+
### nekohtml
|
242
244
|
|
243
245
|
Apache 2.0
|
244
246
|
|
@@ -447,7 +449,7 @@ http://nekohtml.sourceforge.net/
|
|
447
449
|
See the License for the specific language governing permissions and
|
448
450
|
limitations under the License.
|
449
451
|
|
450
|
-
|
452
|
+
### xalan
|
451
453
|
|
452
454
|
Apache 2.0
|
453
455
|
|
@@ -658,7 +660,7 @@ covers xalan.jar and serializer.jar
|
|
658
660
|
limitations under the License.
|
659
661
|
|
660
662
|
|
661
|
-
|
663
|
+
### xerces
|
662
664
|
|
663
665
|
Apache 2.0
|
664
666
|
|
@@ -868,7 +870,7 @@ https://xerces.apache.org/xerces2-j/
|
|
868
870
|
limitations under the License.
|
869
871
|
|
870
872
|
|
871
|
-
|
873
|
+
### xml-apis
|
872
874
|
|
873
875
|
Apache 2.0
|
874
876
|
|
@@ -1088,13 +1090,13 @@ https://xerces.apache.org/xml-commons/
|
|
1088
1090
|
limitations under the License.
|
1089
1091
|
|
1090
1092
|
|
1091
|
-
|
1093
|
+
## binary windows release
|
1092
1094
|
|
1093
1095
|
NOTE: these libraries are redistributed ONLY with the binary
|
1094
1096
|
cross-compiled Windows platform version of Nokogiri, both x86-mingw32
|
1095
1097
|
and x64-mingw32.
|
1096
1098
|
|
1097
|
-
|
1099
|
+
### zlib
|
1098
1100
|
|
1099
1101
|
zlib license
|
1100
1102
|
|
@@ -1122,7 +1124,7 @@ http://www.zlib.net/zlib_license.html
|
|
1122
1124
|
jloup@gzip.org madler@alumni.caltech.edu
|
1123
1125
|
|
1124
1126
|
|
1125
|
-
|
1127
|
+
### libiconv
|
1126
1128
|
|
1127
1129
|
LGPL
|
1128
1130
|
|
data/LICENSE.md
CHANGED
@@ -1,32 +1,9 @@
|
|
1
|
-
|
1
|
+
The MIT License
|
2
2
|
|
3
|
-
Copyright
|
3
|
+
Copyright 2008 -- 2018 by Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo, Patrick Mahoney, Yoko Harada, Akinori MUSHA, John Shahid, Lars Kanis
|
4
4
|
|
5
|
-
|
6
|
-
* [Mike Dalessio](http://mike.daless.io)
|
7
|
-
* [Charles Nutter](http://blog.headius.com)
|
8
|
-
* [Sergio Arbeo](http://www.serabe.com)
|
9
|
-
* [Patrick Mahoney](http://polycrystal.org)
|
10
|
-
* [Yoko Harada](http://yokolet.blogspot.com)
|
11
|
-
* [Akinori MUSHA](https://akinori.org)
|
12
|
-
* [John Shahid](https://github.com/jvshahid)
|
13
|
-
* [Lars Kanis](https://github.com/larskanis)
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
14
6
|
|
15
|
-
|
16
|
-
a copy of this software and associated documentation files (the
|
17
|
-
'Software'), to deal in the Software without restriction, including
|
18
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
19
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
20
|
-
permit persons to whom the Software is furnished to do so, subject to
|
21
|
-
the following conditions:
|
7
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
22
8
|
|
23
|
-
|
24
|
-
included in all copies or substantial portions of the Software.
|
25
|
-
|
26
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
27
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
28
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
29
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
30
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
31
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
32
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
CHANGED
@@ -6,6 +6,7 @@ Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among
|
|
6
6
|
Nokogiri's many features is the ability to search documents via XPath
|
7
7
|
or CSS3 selectors.
|
8
8
|
|
9
|
+
|
9
10
|
## Links
|
10
11
|
|
11
12
|
* http://nokogiri.org
|
@@ -19,6 +20,7 @@ or CSS3 selectors.
|
|
19
20
|
[![Concourse CI](https://ci.nokogiri.org/api/v1/teams/nokogiri-core/pipelines/nokogiri/jobs/ruby-2.4-system/badge)](https://ci.nokogiri.org/teams/nokogiri-core/pipelines/nokogiri?groups=master)
|
20
21
|
[![Code Climate](https://codeclimate.com/github/sparklemotion/nokogiri.svg)](https://codeclimate.com/github/sparklemotion/nokogiri)
|
21
22
|
[![Join the chat at https://gitter.im/sparklemotion/nokogiri](https://badges.gitter.im/sparklemotion/nokogiri.svg)](https://gitter.im/sparklemotion/nokogiri?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
23
|
+
[![Tidelift dependencies](https://tidelift.com/badges/github/sparklemotion/nokogiri)](https://tidelift.com/subscription/pkg/rubygems-nokogiri?utm_source=rubygems-nokogiri&utm_medium=referral&utm_campaign=readme)
|
22
24
|
|
23
25
|
|
24
26
|
## Features
|
@@ -75,10 +77,16 @@ There are open-source tutorials (to which we invite contributions!) here: http:/
|
|
75
77
|
* Before filing a bug report, please read our submission guidelines: http://nokogiri.org/tutorials/getting_help.html
|
76
78
|
* The IRC channel is #nokogiri on freenode.
|
77
79
|
|
80
|
+
Consider subscribing to [Tidelift][tidelift] which provides license assurances and timely security notifications for your open source dependencies, including Nokogiri. [Tidelift][tidelift] subscriptions also help the Nokogiri maintainers fund our [automated testing](https://ci.nokogiri.org) which in turn allows us to ship releases, bugfixes, and security updates more often.
|
81
|
+
|
82
|
+
[tidelift]: https://tidelift.com/subscription/pkg/rubygems-nokogiri?utm_source=rubygems-nokogiri&utm_medium=referral&utm_campaign=readme
|
83
|
+
|
78
84
|
|
79
85
|
## Security and Vulnerability Reporting
|
80
86
|
|
81
|
-
|
87
|
+
Please report vulnerabilities at https://hackerone.com/nokogiri
|
88
|
+
|
89
|
+
Full information and description of our security policy is in [`SECURITY.md`](SECURITY.md)
|
82
90
|
|
83
91
|
|
84
92
|
## Synopsis
|
@@ -113,7 +121,7 @@ end
|
|
113
121
|
|
114
122
|
## Requirements
|
115
123
|
|
116
|
-
* Ruby 2.
|
124
|
+
* Ruby 2.3.0 or higher, including any development packages necessary
|
117
125
|
to compile native extensions.
|
118
126
|
|
119
127
|
* In Nokogiri 1.6.0 and later libxml2 and libxslt are bundled with the
|
@@ -161,6 +169,7 @@ explicitly setting the encoding to EUC-JP on the parser:
|
|
161
169
|
doc = Nokogiri.XML('<foo><bar /></foo>', nil, 'EUC-JP')
|
162
170
|
```
|
163
171
|
|
172
|
+
|
164
173
|
## Development
|
165
174
|
|
166
175
|
```bash
|
@@ -170,4 +179,6 @@ explicitly setting the encoding to EUC-JP on the parser:
|
|
170
179
|
|
171
180
|
## License
|
172
181
|
|
173
|
-
MIT
|
182
|
+
This project is licensed under the terms of the MIT license.
|
183
|
+
|
184
|
+
See this license at [`LICENSE.md`](LICENSE.md).
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/nokogiri/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nokogiri
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.10.0.rc1
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- Aaron Patterson
|
@@ -14,7 +14,7 @@ authors:
|
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
|
-
date:
|
17
|
+
date: 2019-01-03 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: mini_portile2
|
@@ -134,14 +134,14 @@ dependencies:
|
|
134
134
|
requirements:
|
135
135
|
- - "~>"
|
136
136
|
- !ruby/object:Gem::Version
|
137
|
-
version: 0.
|
137
|
+
version: 0.7.0
|
138
138
|
type: :development
|
139
139
|
prerelease: false
|
140
140
|
version_requirements: !ruby/object:Gem::Requirement
|
141
141
|
requirements:
|
142
142
|
- - "~>"
|
143
143
|
- !ruby/object:Gem::Version
|
144
|
-
version: 0.
|
144
|
+
version: 0.7.0
|
145
145
|
- !ruby/object:Gem::Dependency
|
146
146
|
name: racc
|
147
147
|
requirement: !ruby/object:Gem::Requirement
|
@@ -348,10 +348,10 @@ files:
|
|
348
348
|
- ext/nokogiri/xslt_stylesheet.c
|
349
349
|
- ext/nokogiri/xslt_stylesheet.h
|
350
350
|
- lib/nokogiri.rb
|
351
|
-
- lib/nokogiri/2.2/nokogiri.so
|
352
351
|
- lib/nokogiri/2.3/nokogiri.so
|
353
352
|
- lib/nokogiri/2.4/nokogiri.so
|
354
353
|
- lib/nokogiri/2.5/nokogiri.so
|
354
|
+
- lib/nokogiri/2.6/nokogiri.so
|
355
355
|
- lib/nokogiri/css.rb
|
356
356
|
- lib/nokogiri/css/node.rb
|
357
357
|
- lib/nokogiri/css/parser.rb
|
@@ -434,18 +434,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
434
434
|
requirements:
|
435
435
|
- - ">="
|
436
436
|
- !ruby/object:Gem::Version
|
437
|
-
version: '2.
|
437
|
+
version: '2.3'
|
438
438
|
- - "<"
|
439
439
|
- !ruby/object:Gem::Version
|
440
|
-
version: '2.
|
440
|
+
version: '2.7'
|
441
441
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
442
442
|
requirements:
|
443
|
-
- - "
|
443
|
+
- - ">"
|
444
444
|
- !ruby/object:Gem::Version
|
445
|
-
version:
|
445
|
+
version: 1.3.1
|
446
446
|
requirements: []
|
447
447
|
rubyforge_project:
|
448
|
-
rubygems_version: 2.7.
|
448
|
+
rubygems_version: 2.7.8
|
449
449
|
signing_key:
|
450
450
|
specification_version: 4
|
451
451
|
summary: Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser
|