nokogiri 1.9.1-x86-mingw32 → 1.10.0.rc1-x86-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 123d365e683d9ddeb0a50d2d7ceaebc6aa553d75968fb5f1121a18a13a46d3e7
4
- data.tar.gz: efbe6d3cddb4e9de278ecf6323087f9e661945de18c355da4745c5447fc691bc
3
+ metadata.gz: 616a41a65e99b9e36d9fb63f15ac3f89b2833fea2286cbc844d38219a80186af
4
+ data.tar.gz: adc84d4f002aa42689cada09989f6ee9e94e484a1e7e2837bb8c10e91a54075f
5
5
  SHA512:
6
- metadata.gz: 560ac13c5f5a2685ca67238852c43ecbc0a3efac055ac843ee1c171618669c92edd778a11cd4f4caa831d02d1c51380d5f49037a7196a2e1830025de9873908a
7
- data.tar.gz: c6fa036576b6be21c69ee1644f151e0475ee1070bd69fcbb8e763addb153b572393191cff848414264d20a50435732fa9f3781ba9af2513915e26b11af1ec5db
6
+ metadata.gz: edc9d5049b6f6a32f535111fabbe249cac7dff31d8c7e0e04963402845fe208d3d328f927f107632772743b3cdc86330b3715833d009455a32ba615eeda60ed7
7
+ data.tar.gz: 494d7565b775322e3355929b0dc7c5cbbfda00210ed2f568d106ddf50f9b18c1b23a1175e73300f01739f02c6760d835f0804a31ba8884621329a47480c3f000
@@ -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
- # default platform release
25
+ ## default platform release
24
26
 
25
- ## libxml2
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
- ## libxslt
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
- # `java` platform release
118
+ ## `java` platform release
117
119
 
118
- ## isorelax
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
- ## jing
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
- ## nekodtd
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
- ## nekohtml
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
- ## xalan
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
- ## xerces
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
- ## xml-apis
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
- # binary windows release
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
- ## zlib
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
- ## libiconv
1127
+ ### libiconv
1126
1128
 
1127
1129
  LGPL
1128
1130
 
data/LICENSE.md CHANGED
@@ -1,32 +1,9 @@
1
- (The MIT License)
1
+ The MIT License
2
2
 
3
- Copyright (c) 2008 - 2018:
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
- * [Aaron Patterson](http://tenderlovemaking.com)
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
- Permission is hereby granted, free of charge, to any person obtaining
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
- The above copyright notice and this permission notice shall be
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
- See [`SECURITY.md`](SECURITY.md)
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.1.0 or higher, including any development packages necessary
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. See [`LICENSE.md`](LICENSE.md).
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
@@ -1,6 +1,6 @@
1
1
  module Nokogiri
2
2
  # The version of Nokogiri you are using
3
- VERSION = '1.9.1'
3
+ VERSION = '1.10.0.rc1'
4
4
 
5
5
  class VersionInfo # :nodoc:
6
6
  def jruby?
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.9.1
4
+ version: 1.10.0.rc1
5
5
  platform: x86-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: 2018-12-18 00:00:00.000000000 Z
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.6.2
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.6.2
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.2'
437
+ version: '2.3'
438
438
  - - "<"
439
439
  - !ruby/object:Gem::Version
440
- version: '2.6'
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: '0'
445
+ version: 1.3.1
446
446
  requirements: []
447
447
  rubyforge_project:
448
- rubygems_version: 2.7.3
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