nokogiri 1.6.0.rc1 → 1.6.0

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.

@@ -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
@@ -1,41 +1,78 @@
1
- === 1.6.0.rc1 / 2013-04-14
1
+ === 1.6.0 / 2013年6月8日
2
2
 
3
- * Features
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.
9
+
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 に更新
4
28
 
5
- * (MRI) Source code for libxml 2.8.0 and libxslt 1.2.26 is packaged
6
- with the gem. These libraries are compiled at gem install time
7
- unless the environment variable NOKOGIRI_USE_SYSTEM_LIBRARIES is
8
- set. VERSION_INFO (also `nokogiri -v`) exposes whether libxml was
9
- compiled from packaged source, or the system library was used.
10
- * (Windows) libxml upgraded to 2.8.0
11
29
 
30
+ * 廃止
31
+
32
+ * Ruby 1.8.7以下のサポートを終了
33
+
34
+
35
+ === 1.5.10 / 2013年6月7日
36
+
37
+ * バグ修正
38
+
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
12
42
 
13
- === 1.5.9 / 2013年03月21日
14
43
 
15
- * Bugfixes
44
+ *
45
+
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!)
48
+
16
49
 
17
- * prefixed attributes を持つ要素が親を付け替えられたときネームスペースを適切に扱う #869
18
- * ネストされた HTML のなかの SVG 要素が持つネームスペースつき属性を参照したときの返り値が一致しないバグを修正 #861
50
+ === 1.5.9 / 2013年3月21日
51
+
52
+ * バグ修正
53
+
54
+ * prefixed attributes を持つ要素が親を付け替えられたとき名前空間を適切に扱う #869
55
+ * ネストされた HTML のなかの SVG 要素が持つ名前空間つき属性を参照したときの返り値が一致しないバグを修正 #861
19
56
  * (MRI) 部分ノードをパースしたときメモリリークするバグを修正 #856
20
57
 
21
58
 
22
- === 1.5.8 / 2013年03月19日
59
+ === 1.5.8 / 2013年3月19日
23
60
 
24
- * Bugfixes
61
+ * バグ修正
25
62
 
26
63
  * (JRuby) xlink:href 属性があり base_uri が無いとき、 EmptyStackException 例外が発生するのを修正 #534, #805. (ありがとう, Patrick Quinn と Brian Hoffman!)
27
64
  * 1.5.7 から xmlns 属性が重複するバグを修正 #865
28
- * Nokogiri::XML::Builder を使って prefixed ネームスペースをルートノードに対しても使えるようにした。 #868
65
+ * Nokogiri::XML::Builder を使って prefixed 名前空間をルートノードに対しても使えるようにした。 #868
29
66
 
30
67
 
31
- === 1.5.7 / 2013年03月18日
68
+ === 1.5.7 / 2013年3月18日
32
69
 
33
- * Features
70
+ * 機能
34
71
 
35
72
  * Ruby 2.0 で Windows 環境をサポート
36
73
 
37
74
 
38
- * Bugfixes
75
+ * バグ修正
39
76
 
40
77
  * エンコーディング名が小文字のとき SAX::Parser.parse_io が例外を投げるようになった。 #828
41
78
  * (JRuby) Java の Nokogiri はついに 1.8 と 1.9 両方のモードで全てのテストがグリーンになった!イェーイ! #798, #705
@@ -47,13 +84,13 @@
47
84
  * (JRuby) テキストノードの後ろに続くエンティティが壊れてしまう (`&` や `;` が消える) #835
48
85
  * (JRuby) 空の attributes を参照すると nil が返る #818
49
86
  * ".foo" のような CSS クラス名の問い合わせ時に連続した空白を単一とみなす #854
50
- * ネームスペースの扱いが MRI と JRuby の間で統一された #846, #801 (ありがとう, Michael Klein!)
87
+ * 名前空間の扱いが MRI と JRuby の間で統一された #846, #801 (ありがとう, Michael Klein!)
51
88
  * (MRI) SAX パーサーが空の xml 命令をパースできるようにする #845
52
89
 
53
90
 
54
91
  === 1.5.6 / 2012年12月19日
55
92
 
56
- * Features
93
+ * 新機能
57
94
 
58
95
  * XML::Document#collect_namespaces メソッドのパフォーマンスを改善した。 #761 (ありがとう、Juergen Mangler!)
59
96
  * SAX::Document#processing_instructionに新しいcallbackが追加 (ありがとう、Kitaiti Makoto!)
@@ -62,41 +99,41 @@
62
99
  * XML::Node#[]= メソッド内で受け取った引数を文字列に変換するようにした。#729 (ありがとう、Ben Langfeld.)
63
100
  * bin/nokogiri コマンドが $stdin からドキュメントを読んで処理できるようにした。
64
101
  * bin/nokogiri -e を指定することでコマンドラインプログラムを実行できるようにした。
65
- * bin/nokogiri --version will print the Xerces and NekoHTML versions when ran with JRuby.
102
+ * (JRuby) bin/nokogiri --version Xerces および NekoHTML のバージョンを表示。
66
103
 
67
104
 
68
- * Bugfixes
105
+ * バグ修正
69
106
 
70
107
  * Nokogiri はこのバージョンからXSLT変換のエラーを検出するようになった。#731 (ありがとう、Justin Fitzsimmons!)
71
- * Don't throw an Error when trying to replace top-level text node in DocumentFragment. #775
108
+ * DocumentFragment のトップレベルノードを置き換えようとした際に Error を出さない。 #775
72
109
  * SAXパーザに不正なエンコーディングに渡された場合はArgumentErrorを投げるようにした。#756 (ありがとう、Bradley Schaefer!)
73
110
  * (JRuby) XML宣言の前にスペースがあると、ドキュメントのパーズに失敗する。(#748の修正でこれもなおっている) #790
74
111
  * (JRuby) Nokogiri::XML::Node#content のJRubyの振る舞いがCRubyと同じではない。#794, #797
75
112
  * (JRuby) で '#' で始まる文字列を名前とする EntityReference を作ろうとすると INVALID_CHARACTER_ERR という例外がはっせいする。 #719
76
113
  * (JRuby) では Nodeのサブクラスのnamespaceを正しく文字列に変換しない。 #715
77
114
  * (JRuby) Node#contentがこのバージョンから改行コードを正しく表示するようになった。#737 (ありがとう、Piotr Szmielew!)
78
- * (JRuby) recover optionが指定されている場合は宣言の無いネームスペースを無視するようにした。#748
79
- * (JRuby) ネームスペースを検出するXPathが続けて実行されても例外を投げてはいけない。#764
115
+ * (JRuby) recover optionが指定されている場合は宣言の無い名前空間を無視するようにした。#748
116
+ * (JRuby) 名前空間を検出するXPathが続けて実行されても例外を投げてはいけない。#764
80
117
  * (JRuby) XMLを表示(出力)する際のホワイトスペースの扱いをlibxml2バージョンとさらに同様になるようにした。#771
81
- * (JRuby) ネームスペース付きの属性を含むXMLドキュメントを文字列でbuilderに追加しようとすると失敗する。#770
118
+ * (JRuby) 名前空間付きの属性を含むXMLドキュメントを文字列でbuilderに追加しようとすると失敗する。#770
82
119
  * (JRuby) Nokogiri::XML::Document#wrapを使って生成したドキュメントに << でノードを追加しようとすると
83
120
  undefined method `length' for nil:NilClassのエラーが発生する #781
84
121
  * (JRuby) 開いているファイルのデスクリプタを閉じようとすると、"bad file descriptor" が発生する。#495
85
- * (JRuby) JRuby/CRuby incompatibility for attribute decorators. #785
86
- * (JRuby) Issues parsing valid XML with no internal subset in the DTD. #547, #811
87
- * (JRuby) Issues parsing valid node content when it contains colons. #728
88
- * (JRuby) Correctly parse the doc type of html documents. #733
89
- * (JRuby) Include dtd in the xml output when a builder is used with create_internal_subset. #751
90
- * (JRuby) builder requires textwrappers for valid utf8 in jruby, not in mri. #784
122
+ * (JRuby) 属性デコレータに関するJRubyCRubyの非互換性 #785
123
+ * (JRuby) DOCTYPE宣言内に内部サブセットを持たない(正しい)XMLをパースする際の問題 #547, #811
124
+ * (JRuby) テキストにコロンを含むノードをパースする際の問題 #728
125
+ * (JRuby) HTML文書のDOCTYPEを正しくパース #733
126
+ * (JRuby) Builder create_internal_subset を使った場合のXML出力にDOCTYPE宣言を含める #751
127
+ * (JRuby) JRubyでのみ、 Builder でUTF-8テキストを #text で括る必要があった #784
91
128
 
92
129
 
93
- === 1.5.5 / 2012年6月24日
130
+ === 1.5.5 / 2012年6月24日
94
131
 
95
- * Features
132
+ * 機能
96
133
 
97
- * Much-improved support for JRuby in 1.9 mode! Yay!
134
+ * JRuby 1.9モードのサポートを大幅改善!イェイ!
98
135
 
99
- * Bugfixes
136
+ * バグ修正
100
137
 
101
138
  * JRuby Nokogiri の add_previous_sibling が以前は動いていたのに今は動かない(1.5.0 -> 1.5.1)。 #691 (ありがとう, John Shahid!)
102
139
  * JRuby バーションは URL が引数にあたえられると HTML ドキュメントを作れない。 #674 (ありがとう, John Shahid!)
@@ -112,16 +149,16 @@
112
149
  * JRuby の Entity 解決は C version の Nokogiri と同じ結果にならないといけない。#704, #647, #703
113
150
 
114
151
 
115
- === 1.5.4 / 2012年6月12日
152
+ === 1.5.4 / 2012年6月12日
116
153
 
117
- * Features
154
+ * 機能
118
155
 
119
156
  * "nokogiri" コマンドに `--rng` オプションが与えられと、より詳しい説明を表示するようになった。 #675 (ありがとう, Dan Radez!)
120
157
  * `-Werror=format-security` CFLAGを使っている hardened な Debian 系 Linux でのビルドをサポート #680.
121
158
  * pkg-config ありのシステム上でのよりよいビルドをサポート。 #584
122
159
  * 複数の iconv がイストールされているシステムでのよりよいビルドをサポート。
123
160
 
124
- * Bugfixes
161
+ * バグ修正
125
162
 
126
163
  * DocumentFragment をベースにしてコメントノードを作ったときに Segmentation fault する。 #677, #678.
127
164
  * at() と search() メソッドで '.' をxpathとして扱う。 #690
@@ -136,37 +173,32 @@
136
173
  ここに、自分ならではの二重否定のジョークをうめこむとなおよし。
137
174
 
138
175
 
139
- === 1.5.3 / 2012年6月1日
176
+ === 1.5.3 / 2012年6月1日
140
177
 
141
- * Features
178
+ * 機能
142
179
 
143
180
  * jQuery のような "prefixless" CSS セレクタ, ~ や >, + をサポート。#621, #623. (ありがとう, David Lee!)
144
- * Attempting to improve installation on homebrew 0.9 (with regards
145
- to iconv). Isn't package management convenient?
181
+ * homebrew 0.9でのインストールを改善してみる。(iconv周り)
182
+ パッケージ管理って便利じゃない?
146
183
 
147
- * Bugfixes
184
+ * バグ修正
148
185
 
149
186
  * カスタム xpath 関数が空の nodeset を引数に含む場合、segfault を起こす。 #634.
150
- * Nokogiri::XML::Node#css now works for XML documents with default
151
- namespaces when the rule contains attribute selector without
152
- namespace.
153
- * Fixed marshalling bugs around how arguments are passed to (and
154
- returned from) XSLT custom xpath functions. #640.
187
+ * Nokogiri::XML::Node#css は、デフォルトの名前空間を持つXML文書に対して名前空間なしの属性セレクタをルールに含めても動作するようになった。
188
+ * Marshalにおいて、XSLTのカスタムXPath関数への引数の渡し方(および戻し方)に関するバグを修正 #640.
155
189
  * Nokogiri::XML::Reader#outer_xml がJRubyで正しく動作しない #617
156
190
  * Nokogiri::XML::Attribute が JRuby 上で nil namespace を返す #647
157
191
  * Nokogiri::XML::Node#namespace= メソッドが JRuby 上で prefix
158
192
   が無い namespace を設定できない #648
159
193
  * (JRuby) 1.9 モードで rake を実行するとデッドロックを引き起こす #571
160
- * HTML::Document#meta_encoding does not raise exception on docs with
161
- malformed content-type. #655
162
- * Fixing segfault related to unsupported encodings in in-context
163
- parsing on 1.8.7. #643
164
- * (JRuby) Concurrency issue in XPath parsing. #682
194
+ * HTML::Document#meta_encoding は誤った Content-Type (charset部)を含む文書で例外を起こさなくなった #655
195
+ * コンテキスト付きフラグメントのパースで非サポートのエンコーディングが原因でRuby 1.8.7がSEGVを起こすのを修正 #643
196
+ * (JRuby) XPathパースにおける並行実行時の問題 #682
165
197
 
166
198
 
167
- === 1.5.2 / 2012-03-09
199
+ === 1.5.2 / 2012年3月9日
168
200
 
169
- Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631, #632.
201
+ 古いRuby用にgemspecを修正しての再パッケージ. #631, #632.
170
202
 
171
203
 
172
204
  === 1.5.1 / 2012年3月9日
@@ -235,7 +267,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
235
267
  * <meta charset="..."> を認識するようになった.
236
268
 
237
269
 
238
- === 1.5.0 beta3 2010年12月2日
270
+ === 1.5.0 beta3 2010年12月2日
239
271
 
240
272
  * 註
241
273
 
@@ -247,14 +279,14 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
247
279
  * Node#inner_textはnilを返さなくなった. (JRuby) #264
248
280
 
249
281
 
250
- === 1.5.0 beta2 2010年7月30日
282
+ === 1.5.0 beta2 2010年7月30日
251
283
 
252
284
  * 註
253
285
 
254
286
  * 1.4.3からの変更点を参照
255
287
 
256
288
 
257
- === 1.5.0 beta1 2010年5月22日
289
+ === 1.5.0 beta1 2010年5月22日
258
290
 
259
291
  * 註
260
292
 
@@ -282,7 +314,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
282
314
  * Rubyの1.8.6のサポートが復元されている
283
315
 
284
316
 
285
- === 1.4.5 / 未リリース
317
+ === 1.4.5 / 2011年5月19日
286
318
 
287
319
  * 新機能
288
320
 
@@ -299,7 +331,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
299
331
  * Document#remove_namespaces! は名前空間付きの属性に対応した. #396
300
332
 
301
333
 
302
- === 1.4.4 2010年11月15日
334
+ === 1.4.4 2010年11月15日
303
335
 
304
336
  * 新機能
305
337
 
@@ -326,7 +358,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
326
358
  * フレグメント内のノードの中にあるNodeSet#wrapの修正 #331
327
359
 
328
360
 
329
- === 1.4.3 2010年7月28日
361
+ === 1.4.3 2010年7月28日
330
362
 
331
363
  * 新しい機能
332
364
 
@@ -350,7 +382,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
350
382
  誤変換されてしまうのを修正
351
383
 
352
384
 
353
- === 1.4.2 2010年5月22日
385
+ === 1.4.2 2010年5月22日
354
386
 
355
387
  * 新機能
356
388
 
@@ -401,7 +433,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
401
433
  2.7.3 と libxslt 1.1.24に標準装備済み。
402
434
 
403
435
 
404
- === 1.4.1 2009年12月10日
436
+ === 1.4.1 2009年12月10日
405
437
 
406
438
  * 新しい機能
407
439
  * Nokogiri::LIBXML_ICONV_ENABLED を追加
@@ -438,7 +470,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
438
470
  解析出来るようになった GH #178
439
471
 
440
472
 
441
- === 1.4.0 2009年10月30日
473
+ === 1.4.0 2009年10月30日
442
474
 
443
475
  * 今日はノコギリの満一歳のお誕生日です
444
476
 
@@ -484,7 +516,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
484
516
  * Hpricot用の互換性レイヤーを削除
485
517
 
486
518
 
487
- === 1.3.3 / 2009年7月26日
519
+ === 1.3.3 / 2009年7月26日
488
520
 
489
521
  * 新しい機能
490
522
 
@@ -506,7 +538,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
506
538
  * Hpricotの互換性レイヤーがNokogiriの1.4.0で除去される予定
507
539
 
508
540
 
509
- === 1.3.2 / 2009年6月22日
541
+ === 1.3.2 / 2009年6月22日
510
542
 
511
543
  * 新しい機能
512
544
 
@@ -532,7 +564,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
532
564
  Nokogiri::XML::SAX::Document#end_element_namespaceを代わりに使用して下さい
533
565
 
534
566
 
535
- === 1.3.1 / 2009年6月7日
567
+ === 1.3.1 / 2009年6月7日
536
568
 
537
569
  * バグの修正
538
570
 
@@ -540,7 +572,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
540
572
  * ドキュメントのノードキャッシュに名前空間のノードが入るようになった
541
573
 
542
574
 
543
- === 1.3.0 / 2009年5月30日
575
+ === 1.3.0 / 2009年5月30日
544
576
 
545
577
  * 新しい機能
546
578
 
@@ -594,7 +626,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
594
626
  修正 (GH#35)
595
627
 
596
628
 
597
- === 1.2.3 / 2009年3月22日
629
+ === 1.2.3 / 2009年3月22日
598
630
 
599
631
  * バグの修正
600
632
 
@@ -606,7 +638,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
606
638
  * ビルダ方法はハッシュを第二引数とする
607
639
 
608
640
 
609
- === 1.2.2 / 2009年3月14日
641
+ === 1.2.2 / 2009年3月14日
610
642
 
611
643
  * 新しい機能
612
644
 
@@ -634,7 +666,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
634
666
  * Document#parent は存在しない (LH #64)
635
667
 
636
668
 
637
- === 1.2.1 / 2009年2月23日
669
+ === 1.2.1 / 2009年2月23日
638
670
 
639
671
  * 修正
640
672
 
@@ -642,7 +674,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
642
674
  * Ruby 1.9 のStringのエンコードを修正 (角谷さんに感謝!)
643
675
 
644
676
 
645
- === 1.2.0 / 2009年2月22日
677
+ === 1.2.0 / 2009年2月22日
646
678
 
647
679
  * 新しい機能
648
680
  * CSSサーチが CSS3 名前空間クエリをサポートするようになった
@@ -780,7 +812,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
780
812
  それによって、ports libxml/ruby が正しくリンクする (lucsky に感謝!)
781
813
 
782
814
 
783
- === 1.0.0 / 2008-07-13
815
+ === 1.0.0 / 20080713
784
816
 
785
817
  * 1つの偉大な増進
786
818
 
@@ -1,5 +1,24 @@
1
+ === 1.6.0 / 2013-06-08
2
+
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
+
1
11
  === 1.6.0.rc1 / 2013-04-14
2
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
+
3
22
  * Features
4
23
 
5
24
  * (MRI) Source code for libxml 2.8.0 and libxslt 1.2.26 is packaged
@@ -10,6 +29,26 @@
10
29
  * (Windows) libxml upgraded to 2.8.0
11
30
 
12
31
 
32
+ * Deprecations
33
+
34
+ * Support for Ruby 1.8.7 and prior has been dropped
35
+
36
+
37
+ === 1.5.10 / 2013-06-07
38
+
39
+ * Bugfixes
40
+
41
+ * (JRuby) Fix "null document" error when parsing an empty IO in jruby 1.7.3. #883
42
+ * (JRuby) Fix schema validation when XSD has DOCTYPE set to DTD. #861 (Thanks, Patrick Cheng!)
43
+ * (MRI) Fix segfault when there is no default subelement for an HTML node. #917
44
+
45
+
46
+ * Notes
47
+
48
+ * Use rb_ary_entry instead of RARRAY_PTR (you know, for Rubinius). #877 (Thanks, Dirkjan Bussink!)
49
+ * Fix TypeError when running tests. #900 (Thanks, Cédric Boutillier!)
50
+
51
+
13
52
  === 1.5.9 / 2013-03-21
14
53
 
15
54
  * Bugfixes
@@ -62,7 +101,7 @@
62
101
  * XML::Node#[]= stringifies values. #729 (Thanks, Ben Langfeld.)
63
102
  * bin/nokogiri will process a document from $stdin
64
103
  * bin/nokogiri -e will execute a program from the command line
65
- * bin/nokogiri --version will print the Xerces and NekoHTML versions when ran with JRuby.
104
+ * (JRuby) bin/nokogiri --version will print the Xerces and NekoHTML versions.
66
105
 
67
106
 
68
107
  * Bugfixes