nokogiri 1.6.2 → 1.6.2.1
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/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: ruby
|
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
|
@@ -453,6 +453,7 @@ files:
|
|
453
453
|
- test/files/shift_jis.html
|
454
454
|
- test/files/shift_jis.xml
|
455
455
|
- test/files/shift_jis_no_charset.html
|
456
|
+
- test/files/slow-xpath.xml
|
456
457
|
- test/files/snuggles.xml
|
457
458
|
- test/files/staff.dtd
|
458
459
|
- test/files/staff.xml
|