nokogiri 1.5.11-java → 1.6.0-java
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.
- data/.travis.yml +27 -0
- data/CHANGELOG.ja.rdoc +85 -52
- data/CHANGELOG.rdoc +33 -4
- data/Gemfile +21 -0
- data/Manifest.txt +12 -0
- data/ROADMAP.md +1 -1
- data/Rakefile +22 -6
- data/build_all +1 -1
- data/dependencies.yml +4 -0
- data/ext/java/nokogiri/internals/NokogiriEntityResolver.java +1 -1
- data/ext/java/nokogiri/internals/NokogiriNonStrictErrorHandler.java +2 -17
- data/ext/nokogiri/extconf.rb +103 -52
- data/ext/nokogiri/nokogiri.c +10 -0
- data/lib/nokogiri/nokogiri.jar +0 -0
- data/lib/nokogiri/version.rb +17 -2
- data/tasks/cross_compile.rb +5 -23
- data/test/files/bogus.xml +0 -0
- data/test/files/saml/saml20assertion_schema.xsd +283 -0
- data/test/files/saml/saml20protocol_schema.xsd +302 -0
- data/test/files/saml/xenc_schema.xsd +146 -0
- data/test/files/saml/xmldsig_schema.xsd +318 -0
- data/test/xml/test_document.rb +0 -40
- data/test_all +2 -2
- metadata +145 -110
- checksums.yaml +0 -7
data/.travis.yml
ADDED
@@ -0,0 +1,27 @@
|
|
1
|
+
language: ruby
|
2
|
+
rvm:
|
3
|
+
- 1.9.2
|
4
|
+
- 1.9.3
|
5
|
+
- ruby-head
|
6
|
+
- ree
|
7
|
+
- jruby-19mode
|
8
|
+
- rbx-19mode
|
9
|
+
|
10
|
+
jdk:
|
11
|
+
- openjdk7
|
12
|
+
- openjdk6
|
13
|
+
|
14
|
+
matrix:
|
15
|
+
allow_failures:
|
16
|
+
- rvm: rbx-19mode
|
17
|
+
exclude:
|
18
|
+
- rvm: 1.9.2
|
19
|
+
jdk: openjdk7
|
20
|
+
- rvm: 1.9.3
|
21
|
+
jdk: openjdk7
|
22
|
+
- rvm: ruby-head
|
23
|
+
jdk: openjdk7
|
24
|
+
- rvm: ree
|
25
|
+
jdk: openjdk7
|
26
|
+
- rvm: rbx-19mode
|
27
|
+
jdk: openjdk7
|
data/CHANGELOG.ja.rdoc
CHANGED
@@ -1,24 +1,50 @@
|
|
1
|
-
=== 1.
|
1
|
+
=== 1.6.0 / 2013年6月8日
|
2
2
|
|
3
|
-
|
3
|
+
This release was based on v1.5.10 and 1.6.0.rc1, and contains changes
|
4
|
+
mentioned in both.
|
5
|
+
|
6
|
+
* 廃止
|
7
|
+
|
8
|
+
* Remove pre 1.9 monitoring from Travis.
|
4
9
|
|
5
|
-
|
6
|
-
|
10
|
+
|
11
|
+
=== 1.6.0.rc1 / 2013年4月14日
|
12
|
+
|
13
|
+
This release was based on v1.5.9, and so does not contain any fixes
|
14
|
+
mentioned in the notes for v1.5.10.
|
15
|
+
|
16
|
+
* 註
|
17
|
+
|
18
|
+
* 実行時依存 gem として mini_portile を追加
|
19
|
+
* Ruby 1.9.2以上のみサポート
|
20
|
+
|
21
|
+
|
22
|
+
* 機能
|
23
|
+
|
24
|
+
* (MRI) libxml 2.8.0 と libxslt 1.2.26 を同梱。
|
25
|
+
環境変数 NOKOGIRI_USE_SYSTEM_LIBRARIES を設定しない限り、 gem のインストール時にコンパイルして使われる。
|
26
|
+
VERSION_INFO (および `nokogiri -v`) には、同梱の libxml またはシステムの libxml のいずれが使われているかの情報が含まれる。
|
27
|
+
* (Windows) libxml 2.8.0 に更新
|
28
|
+
|
29
|
+
|
30
|
+
* 廃止
|
31
|
+
|
32
|
+
* Ruby 1.8.7以下のサポートを終了
|
7
33
|
|
8
34
|
|
9
35
|
=== 1.5.10 / 2013年6月7日
|
10
36
|
|
11
37
|
* バグ修正
|
12
38
|
|
13
|
-
* (JRuby)
|
14
|
-
* (JRuby) XSD
|
15
|
-
* (MRI)
|
39
|
+
* (JRuby) Fix "null document" error when parsing an empty IO in jruby 1.7.3. #883
|
40
|
+
* (JRuby) Fix schema validation when XSD has DOCTYPE set to DTD. #861 (Thanks, Patrick Cheng!)
|
41
|
+
* (MRI) Fix segfault when there is no default subelement for an HTML node. #917
|
16
42
|
|
17
43
|
|
18
44
|
* 註
|
19
45
|
|
20
|
-
* RARRAY_PTR(
|
21
|
-
*
|
46
|
+
* Use rb_ary_entry instead of RARRAY_PTR (you know, for Rubinius). #877 (Thanks, Dirkjan Bussink!)
|
47
|
+
* Fix TypeError when running tests. #900 (Thanks, Cédric Boutillier!)
|
22
48
|
|
23
49
|
|
24
50
|
=== 1.5.9 / 2013年3月21日
|
@@ -83,7 +109,7 @@
|
|
83
109
|
* SAXパーザに不正なエンコーディングに渡された場合はArgumentErrorを投げるようにした。#756 (ありがとう、Bradley Schaefer!)
|
84
110
|
* (JRuby) XML宣言の前にスペースがあると、ドキュメントのパーズに失敗する。(#748の修正でこれもなおっている) #790
|
85
111
|
* (JRuby) Nokogiri::XML::Node#content のJRubyの振る舞いがCRubyと同じではない。#794, #797
|
86
|
-
* (JRuby) で '#' で始まる文字列を名前とする EntityReference を作ろうとすると INVALID_CHARACTER_ERR
|
112
|
+
* (JRuby) で '#' で始まる文字列を名前とする EntityReference を作ろうとすると INVALID_CHARACTER_ERR という例外がはっせいする。 #719
|
87
113
|
* (JRuby) では Nodeのサブクラスのnamespaceを正しく文字列に変換しない。 #715
|
88
114
|
* (JRuby) Node#contentがこのバージョンから改行コードを正しく表示するようになった。#737 (ありがとう、Piotr Szmielew!)
|
89
115
|
* (JRuby) recover optionが指定されている場合は宣言の無い名前空間を無視するようにした。#748
|
@@ -116,7 +142,7 @@
|
|
116
142
|
* JRuby で US-ASCII にエンコードされた文字列が正しくないエンコードを返してくる。 #583
|
117
143
|
* 512 文字以上が与えられたときに XmlSaxPushParser が IndexOutOfBoundsException を投げる。#567, #615
|
118
144
|
* Xpath を評価した結果、空の NodeSet が帰ってくる場合に、NodeSet が持っている Document の decorate に失敗して例外が投げられる。#514
|
119
|
-
* JRuby で xpath を namespace 付きで指定した場合に、エラーが発生する。pull request #681 (ありがとう, Piotr Szmielew)
|
145
|
+
* JRuby で xpath を namespace 付きで指定した場合に、エラーが発生する。pull request #681 (ありがとう, Piotr Szmielew)
|
120
146
|
* JRuby で Nokogiri::XML::Node を継承したクラスを定義すると、namespace が表示されない。 #695
|
121
147
|
* JRuby で RDF::RDFXML::Writer をインスタンス化しようとすると NAMESPACE_ERR (org.w3c.dom.DOMException) が発生する. #683
|
122
148
|
* JRuby で xpath に namespaces を指定すると例外が発生する. #493
|
@@ -143,7 +169,7 @@
|
|
143
169
|
パース時にネットワークに接続して外部のドキュメントを見にいかせたい場合には、以下のように `nonoet` オプションを設定する:
|
144
170
|
|
145
171
|
Nokogiri::XML::Document.parse(xml) { |config| config.nononet }
|
146
|
-
|
172
|
+
|
147
173
|
ここに、自分ならではの二重否定のジョークをうめこむとなおよし。
|
148
174
|
|
149
175
|
|
@@ -180,38 +206,45 @@
|
|
180
206
|
* 新機能
|
181
207
|
|
182
208
|
* XML::Builder#comment はコメントノードを作れるようになった.
|
183
|
-
* CSS
|
184
|
-
* Java integration 機能が追加された. このバージョンから,
|
209
|
+
* CSS searches now support namespaced attributes. #593
|
210
|
+
* Java integration 機能が追加された. このバージョンから,
|
185
211
|
XML::Document.wrap と XML::Document#to_java メソッドが利用可能。
|
186
|
-
* `nokogiri`
|
212
|
+
* RelaxNG validator support in the `nokogiri` cli utility. #591 (thanks, Dan Radez!)
|
187
213
|
|
188
214
|
* バグの修正
|
189
215
|
|
190
|
-
*
|
216
|
+
* エンコーディング自動認識において発生しうるメモリリークを修正.
|
191
217
|
Tim Elliottに感謝!
|
192
|
-
* homebrew
|
193
|
-
* Java
|
194
|
-
* JRuby (1.6.4/5)
|
195
|
-
* XML::Attr
|
196
|
-
|
197
|
-
*
|
198
|
-
|
199
|
-
*
|
200
|
-
|
201
|
-
* Document#
|
202
|
-
|
203
|
-
*
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
* 1.5.0
|
208
|
-
*
|
209
|
-
* Nokogiri 1.5.0
|
210
|
-
*
|
211
|
-
*
|
212
|
-
|
213
|
-
|
214
|
-
*
|
218
|
+
* homebrew はインストールしたら、extconf は homebrew のパスを読む。
|
219
|
+
* Inconsistent behavior of Nokogiri 1.5.0 Java #620
|
220
|
+
* Inheriting from Nokogiri::XML::Node on JRuby (1.6.4/5) fails #560
|
221
|
+
* XML::Attr nodes are not allowed to be added as node children, so an
|
222
|
+
exception is raised. #558
|
223
|
+
* No longer defensively "pickle" adjacent text nodes on
|
224
|
+
Node#add_next_sibling and Node#add_previous_sibling calls. #595.
|
225
|
+
* Java version inconsistency: it returns nil for empty attributes #589
|
226
|
+
* to_xhtml incorrectly generates <p /></p> when tag is empty #557
|
227
|
+
* Document#add_child now accepts a Node, NodeSet, DocumentFragment,
|
228
|
+
or String. #546.
|
229
|
+
* Document#create_element now recognizes namespaces containing
|
230
|
+
non-word characters (like "SOAP-ENV"). This is mostly relevant to
|
231
|
+
users of Builder, which calls Document#create_element for nearly
|
232
|
+
everything. #531.
|
233
|
+
* File encoding broken in 1.5.0 / jruby / windows #529
|
234
|
+
* Java version does not return namespace defs as attrs for ::HTML #542
|
235
|
+
* Bad file descriptor with Nokogiri 1.5.0 #495
|
236
|
+
* remove_namespace! doesn't work in pure java version #492
|
237
|
+
* The Nokogiri Java native build throws a null pointer exception when
|
238
|
+
ActiveSupport's .blank? method is called directly on a parsed object.
|
239
|
+
#489
|
240
|
+
* 1.5.0 Not using correct character encoding #488
|
241
|
+
* Raw XML string in XML Builder broken on JRuby #486
|
242
|
+
* Nokogiri 1.5.0 XML generation broken on JRuby #484
|
243
|
+
* Do not allow multiple root nodes. #550
|
244
|
+
* Fixes for custom XPath functions. #605, #606 (thanks, Juan Wajnerman!)
|
245
|
+
* Node#to_xml does not override :save_with if it is provided. #505
|
246
|
+
* Node#set is a private method (JRuby). #564 (thanks, Nick Sieger!)
|
247
|
+
* C14n cleanup and Node#canonicalize (thanks, Ivan Pirlik!) #563
|
215
248
|
|
216
249
|
|
217
250
|
=== 1.5.0 / 2011年7月1日
|
@@ -395,7 +428,7 @@
|
|
395
428
|
|
396
429
|
* ノート
|
397
430
|
|
398
|
-
*
|
431
|
+
* 今日4月18日現在、Windows gems は libxml 2.7.7 とlibxslt
|
399
432
|
1.1.26にDLLsを標準装備しています。このリリース以前にも既にDLLsはlibxml
|
400
433
|
2.7.3 と libxslt 1.1.24に標準装備済み。
|
401
434
|
|
@@ -687,26 +720,26 @@
|
|
687
720
|
|
688
721
|
* バグの修正
|
689
722
|
|
690
|
-
* HTML
|
723
|
+
* HTML のノードを \r のエンティティを含まない
|
691
724
|
* CSS::SelectorHandler と XML::XPathHandler を除去
|
692
|
-
* XML::Node#attributes が Attr node
|
693
|
-
* XML::NodeSet が to_xml
|
725
|
+
* XML::Node#attributes が Attr node を value値に返す
|
726
|
+
* XML::NodeSet が to_xml へ実行
|
694
727
|
|
695
728
|
|
696
729
|
=== 1.1.0
|
697
730
|
|
698
731
|
* 新しい機能
|
699
732
|
|
700
|
-
* カスタム XPath
|
701
|
-
* カスタム CSS
|
733
|
+
* カスタム XPath 機能はある。( Nokogiri::XML::Node#xpath 参照 )
|
734
|
+
* カスタム CSS 擬似クラスと機能はある。( Nokogiri::XML::Node#css 参照 )
|
702
735
|
* Nokogiri::XML::Node#<< が作成中に子ノードを自動追加
|
703
736
|
|
704
737
|
* バグの修正
|
705
738
|
|
706
739
|
* mutex が CSS のキャッシュのアクセスをロックする
|
707
740
|
* GCC 3.3.5 のビルドに関する問題を修正
|
708
|
-
* XML::Node#to_xml が引数indentationを取る
|
709
|
-
* XML::Node#dup が引数任意のdepthを取る
|
741
|
+
* XML::Node#to_xml が引数indentationを取る
|
742
|
+
* XML::Node#dup が引数任意のdepthを取る
|
710
743
|
* XML::Node#add_previous_sibling が新しい兄弟ノードで返す
|
711
744
|
|
712
745
|
|
@@ -715,10 +748,10 @@
|
|
715
748
|
* バグの修正
|
716
749
|
|
717
750
|
* Dike 使用時中のメモリーリークの修正
|
718
|
-
* SAX
|
751
|
+
* SAX パーサーが現在 IO Stream 同時解析
|
719
752
|
* コメント nodes が独自のクラスを継承する
|
720
753
|
* Nokogiri() は Nokogiri.parse() へデリゲートする
|
721
|
-
* ENV['PATH']
|
754
|
+
* ENV['PATH'] に付加せれる代わりに先頭へデータ挿入される
|
722
755
|
* 複雑な CSS 内のバグを修正完了 :not selector ではありません
|
723
756
|
|
724
757
|
|
@@ -737,7 +770,7 @@
|
|
737
770
|
|
738
771
|
* バグフィックス
|
739
772
|
|
740
|
-
*
|
773
|
+
* メーリンクリストを作成
|
741
774
|
* バグファイルを作成
|
742
775
|
* Windows 内で ENV['PATH'] が存在しない場合でも、存在出来るように設定完了
|
743
776
|
* Document 内の NodeSet#[] の結果をキャッシュする
|
@@ -757,7 +790,7 @@
|
|
757
790
|
|
758
791
|
* 5つのバグ修正
|
759
792
|
|
760
|
-
* NodeSet が to_ary
|
793
|
+
* NodeSet が to_ary へ実行
|
761
794
|
* XML::Document#parent を除去
|
762
795
|
* GCバグ修正済み (Mike は最高!)
|
763
796
|
* 1.8.5互換性の為の RARRAY_LEN 除去
|
@@ -768,7 +801,7 @@
|
|
768
801
|
|
769
802
|
* 1つのバグ修正
|
770
803
|
|
771
|
-
* extconf.rb は frex や racc
|
804
|
+
* extconf.rb は frex や racc を調べないはず
|
772
805
|
|
773
806
|
|
774
807
|
=== 1.0.1
|
data/CHANGELOG.rdoc
CHANGED
@@ -1,9 +1,38 @@
|
|
1
|
-
=== 1.
|
1
|
+
=== 1.6.0 / 2013-06-08
|
2
2
|
|
3
|
-
|
3
|
+
This release was based on v1.5.10 and 1.6.0.rc1, and contains changes
|
4
|
+
mentioned in both.
|
5
|
+
|
6
|
+
* Deprecations
|
7
|
+
|
8
|
+
* Remove pre 1.9 monitoring from Travis.
|
9
|
+
|
10
|
+
|
11
|
+
=== 1.6.0.rc1 / 2013-04-14
|
12
|
+
|
13
|
+
This release was based on v1.5.9, and so does not contain any fixes
|
14
|
+
mentioned in the notes for v1.5.10.
|
15
|
+
|
16
|
+
* Notes
|
17
|
+
|
18
|
+
* mini_portile is now a runtime dependency
|
19
|
+
* Ruby 1.9.2 and higher now required
|
20
|
+
|
21
|
+
|
22
|
+
* Features
|
23
|
+
|
24
|
+
* (MRI) Source code for libxml 2.8.0 and libxslt 1.2.26 is packaged
|
25
|
+
with the gem. These libraries are compiled at gem install time
|
26
|
+
unless the environment variable NOKOGIRI_USE_SYSTEM_LIBRARIES is
|
27
|
+
set. VERSION_INFO (also `nokogiri -v`) exposes whether libxml was
|
28
|
+
compiled from packaged source, or the system library was used.
|
29
|
+
* (Windows) libxml upgraded to 2.8.0
|
30
|
+
|
31
|
+
|
32
|
+
* Deprecations
|
33
|
+
|
34
|
+
* Support for Ruby 1.8.7 and prior has been dropped
|
4
35
|
|
5
|
-
* (JRuby) Fix out of memory bug when certain invalid documents are parsed.
|
6
|
-
* (JRuby) Fix regression of billion-laughs vulnerability. #586
|
7
36
|
|
8
37
|
=== 1.5.10 / 2013-06-07
|
9
38
|
|
data/Gemfile
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
# -*- ruby -*-
|
2
|
+
|
3
|
+
# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`.
|
4
|
+
|
5
|
+
source "https://rubygems.org/"
|
6
|
+
|
7
|
+
|
8
|
+
gem "hoe-bundler", ">=1.1", :group => [:development, :test]
|
9
|
+
gem "hoe-debugging", ">=1.0.3", :group => [:development, :test]
|
10
|
+
gem "hoe-gemspec", ">=1.0", :group => [:development, :test]
|
11
|
+
gem "hoe-git", ">=1.4", :group => [:development, :test]
|
12
|
+
gem "mini_portile", ">=0.2.2", :group => [:development, :test]
|
13
|
+
gem "minitest", "~>2.2.2", :group => [:development, :test]
|
14
|
+
gem "rake", ">=0.9", :group => [:development, :test]
|
15
|
+
gem "rake-compiler", "~>0.8.0", :group => [:development, :test]
|
16
|
+
gem "racc", ">=1.4.6", :group => [:development, :test], :platform => :ruby
|
17
|
+
gem "rexical", ">=1.0.5", :group => [:development, :test], :platform => :ruby
|
18
|
+
gem "rdoc", "~>3.10", :group => [:development, :test]
|
19
|
+
gem "hoe", "~>2.16", :group => [:development, :test]
|
20
|
+
|
21
|
+
# vim: syntax=ruby
|
data/Manifest.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1
1
|
.autotest
|
2
2
|
.gemtest
|
3
|
+
.travis.yml
|
3
4
|
CHANGELOG.ja.rdoc
|
4
5
|
CHANGELOG.rdoc
|
5
6
|
C_CODING_STYLE.rdoc
|
7
|
+
Gemfile
|
6
8
|
Manifest.txt
|
7
9
|
README.ja.rdoc
|
8
10
|
README.rdoc
|
@@ -12,6 +14,7 @@ STANDARD_RESPONSES.md
|
|
12
14
|
Y_U_NO_GEMSPEC.md
|
13
15
|
bin/nokogiri
|
14
16
|
build_all
|
17
|
+
dependencies.yml
|
15
18
|
ext/java/nokogiri/EncodingHandler.java
|
16
19
|
ext/java/nokogiri/HtmlDocument.java
|
17
20
|
ext/java/nokogiri/HtmlElementDescription.java
|
@@ -219,6 +222,7 @@ test/files/2ch.html
|
|
219
222
|
test/files/address_book.rlx
|
220
223
|
test/files/address_book.xml
|
221
224
|
test/files/bar/bar.xsd
|
225
|
+
test/files/bogus.xml
|
222
226
|
test/files/dont_hurt_em_why.xml
|
223
227
|
test/files/encoding.html
|
224
228
|
test/files/encoding.xhtml
|
@@ -229,6 +233,10 @@ test/files/metacharset.html
|
|
229
233
|
test/files/noencoding.html
|
230
234
|
test/files/po.xml
|
231
235
|
test/files/po.xsd
|
236
|
+
test/files/saml/saml20assertion_schema.xsd
|
237
|
+
test/files/saml/saml20protocol_schema.xsd
|
238
|
+
test/files/saml/xenc_schema.xsd
|
239
|
+
test/files/saml/xmldsig_schema.xsd
|
232
240
|
test/files/shift_jis.html
|
233
241
|
test/files/shift_jis.xml
|
234
242
|
test/files/snuggles.xml
|
@@ -253,6 +261,10 @@ test/html/test_element_description.rb
|
|
253
261
|
test/html/test_named_characters.rb
|
254
262
|
test/html/test_node.rb
|
255
263
|
test/html/test_node_encoding.rb
|
264
|
+
test/namespaces/test_additional_namespaces_in_builder_doc.rb
|
265
|
+
test/namespaces/test_namespaces_in_builder_doc.rb
|
266
|
+
test/namespaces/test_namespaces_in_created_doc.rb
|
267
|
+
test/namespaces/test_namespaces_in_parsed_doc.rb
|
256
268
|
test/test_convert_xpath.rb
|
257
269
|
test/test_css_cache.rb
|
258
270
|
test/test_encoding_handler.rb
|
data/ROADMAP.md
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
* https://github.com/sparklemotion/nokogiri/issues/451
|
33
33
|
chained :not pseudoselectors
|
34
34
|
|
35
|
-
* better jQuery selector support:
|
35
|
+
* better jQuery selector and CSS pseudo-selector support:
|
36
36
|
* https://github.com/sparklemotion/nokogiri/issues/621
|
37
37
|
* https://github.com/sparklemotion/nokogiri/issues/342
|
38
38
|
* https://github.com/sparklemotion/nokogiri/issues/628
|
data/Rakefile
CHANGED
@@ -32,22 +32,23 @@ HOE = Hoe.spec 'nokogiri' do
|
|
32
32
|
|
33
33
|
self.extra_rdoc_files = FileList['*.rdoc','ext/nokogiri/*.c']
|
34
34
|
|
35
|
-
self.licenses = ['MIT']
|
36
|
-
|
37
35
|
self.clean_globs += [
|
38
36
|
'nokogiri.gemspec',
|
39
37
|
'lib/nokogiri/nokogiri.{bundle,jar,rb,so}',
|
40
|
-
'lib/nokogiri/{1.
|
38
|
+
'lib/nokogiri/{1.9,2.0}',
|
41
39
|
# GENERATED_PARSER,
|
42
40
|
# GENERATED_TOKENIZER
|
43
41
|
]
|
44
42
|
|
43
|
+
self.extra_deps += [
|
44
|
+
["mini_portile", "~> 0.5.0"],
|
45
|
+
]
|
46
|
+
|
45
47
|
self.extra_dev_deps += [
|
46
48
|
["hoe-bundler", ">= 1.1"],
|
47
49
|
["hoe-debugging", ">= 1.0.3"],
|
48
50
|
["hoe-gemspec", ">= 1.0"],
|
49
51
|
["hoe-git", ">= 1.4"],
|
50
|
-
["mini_portile", ">= 0.2.2"],
|
51
52
|
["minitest", "~> 2.2.2"],
|
52
53
|
["rake", ">= 0.9"],
|
53
54
|
["rake-compiler", "~> 0.8.0"],
|
@@ -60,7 +61,7 @@ HOE = Hoe.spec 'nokogiri' do
|
|
60
61
|
else
|
61
62
|
self.spec_extras = {
|
62
63
|
:extensions => ["ext/nokogiri/extconf.rb"],
|
63
|
-
:required_ruby_version => '>= 1.
|
64
|
+
:required_ruby_version => '>= 1.9.2'
|
64
65
|
}
|
65
66
|
end
|
66
67
|
|
@@ -108,6 +109,21 @@ else
|
|
108
109
|
|
109
110
|
HOE.spec.files.reject! { |f| f =~ %r{\.(java|jar)$} }
|
110
111
|
|
112
|
+
windows_p = RbConfig::CONFIG['target_os'] == 'mingw32' || RbConfig::CONFIG['target_os'] =~ /mswin/
|
113
|
+
|
114
|
+
unless windows_p || java?
|
115
|
+
task gem_build_path do
|
116
|
+
add_file_to_gem "dependencies.yml"
|
117
|
+
|
118
|
+
dependencies = YAML.load_file("dependencies.yml")
|
119
|
+
%w[libxml2 libxslt].each do |lib|
|
120
|
+
version = dependencies[lib]
|
121
|
+
archive = File.join("ports", "archives", "#{lib}-#{version}.tar.gz")
|
122
|
+
add_file_to_gem archive
|
123
|
+
end
|
124
|
+
end
|
125
|
+
end
|
126
|
+
|
111
127
|
Rake::ExtensionTask.new("nokogiri", HOE.spec) do |ext|
|
112
128
|
ext.lib_dir = File.join(*['lib', 'nokogiri', ENV['FAT_DIR']].compact)
|
113
129
|
ext.config_options << ENV['EXTOPTS']
|
@@ -196,7 +212,7 @@ end
|
|
196
212
|
|
197
213
|
desc "build a windows gem without all the ceremony."
|
198
214
|
task "gem:windows" => "gem" do
|
199
|
-
cross_rubies = ["1.
|
215
|
+
cross_rubies = ["1.9.3-p194", "2.0.0-p0"]
|
200
216
|
ruby_cc_version = cross_rubies.collect { |_| _.split("-").first }.join(":") # e.g., "1.8.7:1.9.2"
|
201
217
|
rake_compiler_config_path = "#{ENV['HOME']}/.rake-compiler/config.yml"
|
202
218
|
|