nokogiri 1.6.2-x64-mingw32 → 1.6.2.1-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/CHANGELOG.ja.rdoc +9 -0
- data/CHANGELOG.rdoc +9 -0
- data/Gemfile +1 -1
- data/Manifest.txt +6 -0
- data/Rakefile +5 -1
- data/ext/nokogiri/extconf.rb +100 -53
- data/lib/nokogiri/2.0/nokogiri.so +0 -0
- data/lib/nokogiri/2.1/nokogiri.so +0 -0
- data/lib/nokogiri/version.rb +1 -1
- data/test/files/slow-xpath.xml +25509 -0
- metadata +7 -6
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.6.2
|
4
|
+
version: 1.6.2.1
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- Aaron Patterson
|
@@ -12,22 +12,22 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2014-05-
|
15
|
+
date: 2014-05-14 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: mini_portile
|
19
19
|
requirement: !ruby/object:Gem::Requirement
|
20
20
|
requirements:
|
21
|
-
- -
|
21
|
+
- - '='
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 0.
|
23
|
+
version: 0.6.0
|
24
24
|
type: :runtime
|
25
25
|
prerelease: false
|
26
26
|
version_requirements: !ruby/object:Gem::Requirement
|
27
27
|
requirements:
|
28
|
-
- -
|
28
|
+
- - '='
|
29
29
|
- !ruby/object:Gem::Version
|
30
|
-
version: 0.
|
30
|
+
version: 0.6.0
|
31
31
|
- !ruby/object:Gem::Dependency
|
32
32
|
name: rdoc
|
33
33
|
requirement: !ruby/object:Gem::Requirement
|
@@ -429,6 +429,7 @@ files:
|
|
429
429
|
- test/files/shift_jis.html
|
430
430
|
- test/files/shift_jis.xml
|
431
431
|
- test/files/shift_jis_no_charset.html
|
432
|
+
- test/files/slow-xpath.xml
|
432
433
|
- test/files/snuggles.xml
|
433
434
|
- test/files/staff.dtd
|
434
435
|
- test/files/staff.xml
|