nokogiri 1.5.7.rc3 → 1.5.7

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.

@@ -1,7 +1,5 @@
1
1
 
2
- == 1.5.x
3
-
4
- === 1.5.7 / unreleased
2
+ === 1.5.7 / 2013年03月18日
5
3
 
6
4
  * Features
7
5
 
@@ -187,6 +185,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
187
185
  * Node#set is a private method (JRuby). #564 (thanks, Nick Sieger!)
188
186
  * C14n cleanup and Node#canonicalize (thanks, Ivan Pirlik!) #563
189
187
 
188
+
190
189
  === 1.5.0 / 2011年7月1日
191
190
 
192
191
  * 註
@@ -218,12 +217,14 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
218
217
 
219
218
  * Node#inner_textはnilを返さなくなった. (JRuby) #264
220
219
 
220
+
221
221
  === 1.5.0 beta2 2010年7月30日
222
222
 
223
223
  * 註
224
224
 
225
225
  * 1.4.3からの変更点を参照
226
226
 
227
+
227
228
  === 1.5.0 beta1 2010年5月22日
228
229
 
229
230
  * 註
@@ -237,14 +238,13 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
237
238
  * FFIサポートは削除された.
238
239
 
239
240
 
240
- == 1.4.x
241
-
242
241
  === 1.4.7 / 2011年7月1日
243
242
 
244
243
  * バグの修正
245
244
 
246
245
  * エンコーディング宣言のないHTMLファイルで部分的に重複したドキュメントが生成される問題を修正した. #478
247
246
 
247
+
248
248
  === 1.4.6 / 2011年6月19日
249
249
 
250
250
  * ノート
@@ -252,6 +252,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
252
252
  * このバージョンは、1.4.5と機能的に同じです
253
253
  * Rubyの1.8.6のサポートが復元されている
254
254
 
255
+
255
256
  === 1.4.5 / 未リリース
256
257
 
257
258
  * 新機能
@@ -268,6 +269,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
268
269
  * HTMLパーサーのエンコーディング判定をlibxml2の仕様を超えて拡張・改善した. (XML宣言のencodingを認識、非ASCII文字出現後のmetaタグも文字化けを生じずに反映)
269
270
  * Document#remove_namespaces! は名前空間付きの属性に対応した. #396
270
271
 
272
+
271
273
  === 1.4.4 2010年11月15日
272
274
 
273
275
  * 新機能
@@ -294,6 +296,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
294
296
  * libxml2 in-contextの解析バグの処置  #362
295
297
  * フレグメント内のノードの中にあるNodeSet#wrapの修正 #331
296
298
 
299
+
297
300
  === 1.4.3 2010年7月28日
298
301
 
299
302
  * 新しい機能
@@ -317,6 +320,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
317
320
  * CSS3の間接セレクタ"E ~ F G"がXPathの"//F//G[preceding-sibling::E]"へと
318
321
  誤変換されてしまうのを修正
319
322
 
323
+
320
324
  === 1.4.2 2010年5月22日
321
325
 
322
326
  * 新機能
@@ -367,6 +371,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
367
371
  1.1.26にDLLsを標準装備しています。このリリース以前にも既にDLLsはlibxml
368
372
  2.7.3 と libxslt 1.1.24に標準装備済み。
369
373
 
374
+
370
375
  === 1.4.1 2009年12月10日
371
376
 
372
377
  * 新しい機能
@@ -403,6 +408,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
403
408
  * 新しい文字列の先頭にくるテキストノードを含んだフレグメントが 正確に
404
409
  解析出来るようになった GH #178
405
410
 
411
+
406
412
  === 1.4.0 2009年10月30日
407
413
 
408
414
  * 今日はノコギリの満一歳のお誕生日です
@@ -449,8 +455,6 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
449
455
  * Hpricot用の互換性レイヤーを削除
450
456
 
451
457
 
452
- == 1.3.x
453
-
454
458
  === 1.3.3 / 2009年7月26日
455
459
 
456
460
  * 新しい機能
@@ -472,6 +476,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
472
476
 
473
477
  * Hpricotの互換性レイヤーがNokogiriの1.4.0で除去される予定
474
478
 
479
+
475
480
  === 1.3.2 / 2009年6月22日
476
481
 
477
482
  * 新しい機能
@@ -497,6 +502,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
497
502
  * Nokogiri::XML::SAX::Document#end_element_nsは廃棄予定なので
498
503
  Nokogiri::XML::SAX::Document#end_element_namespaceを代わりに使用して下さい
499
504
 
505
+
500
506
  === 1.3.1 / 2009年6月7日
501
507
 
502
508
  * バグの修正
@@ -504,6 +510,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
504
510
  * extconf.rb は任意のRelaxNGとSchemaの機能を探すようになった
505
511
  * ドキュメントのノードキャッシュに名前空間のノードが入るようになった
506
512
 
513
+
507
514
  === 1.3.0 / 2009年5月30日
508
515
 
509
516
  * 新しい機能
@@ -558,8 +565,6 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
558
565
  修正 (GH#35)
559
566
 
560
567
 
561
- == 1.2.x
562
-
563
568
  === 1.2.3 / 2009年3月22日
564
569
 
565
570
  * バグの修正
@@ -571,6 +576,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
571
576
  * 子ノードを付加する事で、重複した名前空間の宣言を取り除く LH#67
572
577
  * ビルダ方法はハッシュを第二引数とする
573
578
 
579
+
574
580
  === 1.2.2 / 2009年3月14日
575
581
 
576
582
  * 新しい機能
@@ -606,6 +612,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
606
612
  * CSS のセレクターのスペースを修正
607
613
  * Ruby 1.9 のStringのエンコードを修正 (角谷さんに感謝!)
608
614
 
615
+
609
616
  === 1.2.0 / 2009年2月22日
610
617
 
611
618
  * 新しい機能
@@ -641,8 +648,6 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
641
648
  * Nokogiri::HTML.fragment は XML::DocumentFragment (LH #32)で返す
642
649
 
643
650
 
644
- == 1.1.x
645
-
646
651
  === 1.1.1
647
652
 
648
653
  * 新しい機能
@@ -659,6 +664,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
659
664
  * XML::Node#attributes が Attr node を value値に返す
660
665
  * XML::NodeSet が to_xml へ実行
661
666
 
667
+
662
668
  === 1.1.0
663
669
 
664
670
  * 新しい機能
@@ -676,8 +682,6 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
676
682
  * XML::Node#add_previous_sibling が新しい兄弟ノードで返す
677
683
 
678
684
 
679
- == 1.0.x
680
-
681
685
  === 1.0.7
682
686
 
683
687
  * バグの修正
@@ -689,6 +693,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
689
693
  * ENV['PATH'] に付加せれる代わりに先頭へデータ挿入される
690
694
  * 複雑な CSS 内のバグを修正完了 :not selector ではありません
691
695
 
696
+
692
697
  === 1.0.6
693
698
 
694
699
  * 5つの修正
@@ -699,6 +704,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
699
704
  * CSS が Node#search 経由で検索し、常時対応する事が出来るようになった
700
705
  * CSS より XPath 変換がキャッシュに入れられるようになった
701
706
 
707
+
702
708
  === 1.0.5
703
709
 
704
710
  * バグフィックス
@@ -708,6 +714,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
708
714
  * Windows 内で ENV['PATH'] が存在しない場合でも、存在出来るように設定完了
709
715
  * Document 内の NodeSet#[] の結果をキャッシュする
710
716
 
717
+
711
718
  === 1.0.4
712
719
 
713
720
  * バグフィックス
@@ -717,6 +724,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
717
724
  * Builderブロックが取り囲んでいるコンテキストから
718
725
  メソッドの呼び出しをする事が出来る
719
726
 
727
+
720
728
  === 1.0.3
721
729
 
722
730
  * 5つのバグ修正
@@ -727,12 +735,14 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
727
735
  * 1.8.5互換性の為の RARRAY_LEN 除去
728
736
  * inner_html 修正済み (Yahuda に感謝)
729
737
 
738
+
730
739
  === 1.0.2
731
740
 
732
741
  * 1つのバグ修正
733
742
 
734
743
  * extconf.rb は frex や racc を調べないはず
735
744
 
745
+
736
746
  === 1.0.1
737
747
 
738
748
  * 1つのバグ修正
@@ -740,6 +750,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
740
750
  * extconf.rb が libdir や prefix を検索しない事を確認済み
741
751
  それによって、ports libxml/ruby が正しくリンクする (lucsky に感謝!)
742
752
 
753
+
743
754
  === 1.0.0 / 2008-07-13
744
755
 
745
756
  * 1つの偉大な増進
@@ -1,6 +1,5 @@
1
- == 1.5.x
2
1
 
3
- === 1.5.7 / unreleased
2
+ === 1.5.7 / 2013-03-18
4
3
 
5
4
  * Features
6
5
 
@@ -210,6 +209,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
210
209
  encoding.
211
210
  * Add support for <meta charset="...">.
212
211
 
212
+
213
213
  === 1.5.0 beta3 / 2010/12/02
214
214
 
215
215
  * Notes
@@ -221,12 +221,14 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
221
221
 
222
222
  * Node#inner_text no longer returns nil. (JRuby) #264
223
223
 
224
+
224
225
  === 1.5.0 beta2 / 2010/07/30
225
226
 
226
227
  * Notes
227
228
 
228
229
  * See changelog from 1.4.3
229
230
 
231
+
230
232
  === 1.5.0 beta1 / 2010/05/22
231
233
 
232
234
  * Notes
@@ -240,8 +242,6 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
240
242
  * FFI support is removed.
241
243
 
242
244
 
243
- == 1.4.x
244
-
245
245
  === 1.4.7 / 2011-07-01
246
246
 
247
247
  * Bugfixes
@@ -250,6 +250,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
250
250
  duplicated document when parsing an HTML file with unknown
251
251
  encoding. Thanks, Timothy Elliott (@ender672)! #478
252
252
 
253
+
253
254
  === 1.4.6 / 2011-06-19
254
255
 
255
256
  * Notes
@@ -257,6 +258,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
257
258
  * This version is functionally identical to 1.4.5.
258
259
  * Ruby 1.8.6 support has been restored.
259
260
 
261
+
260
262
  === 1.4.5 / 2011-05-19
261
263
 
262
264
  * New Features
@@ -279,6 +281,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
279
281
  * XSLT::Stylesheet#transform no longer segfaults when handed a non-XML::Document. #452
280
282
  * XML::Reader no longer segfaults when under GC pressure. #439
281
283
 
284
+
282
285
  === 1.4.4 / 2010-11-15
283
286
 
284
287
  * New Features
@@ -305,6 +308,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
305
308
  * Workaround for libxml2 in-context parsing bug. #362
306
309
  * Fixed NodeSet#wrap on nodes within a fragment. #331
307
310
 
311
+
308
312
  === 1.4.3 / 2010/07/28
309
313
 
310
314
  * New Features
@@ -328,6 +332,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
328
332
  (a.k.a. preceding selector) that incorrectly converted "E ~ F G" to
329
333
  "//F//G[preceding-sibling::E]".
330
334
 
335
+
331
336
  === 1.4.2 / 2010/05/22
332
337
 
333
338
  * New Features
@@ -380,6 +385,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
380
385
  1.1.26. Prior to this release, libxml 2.7.3 and libxslt 1.1.24
381
386
  were bundled.
382
387
 
388
+
383
389
  === 1.4.1 / 2009/12/10
384
390
 
385
391
  * New Features
@@ -411,6 +417,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
411
417
  * XSLT#apply_to will honor the "output method". Thanks richardlehane!
412
418
  * Fragments containing leading text nodes with newlines now parse properly. GH #178.
413
419
 
420
+
414
421
  === 1.4.0 / 2009/10/30
415
422
 
416
423
  * Happy Birthday!
@@ -454,8 +461,6 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
454
461
  * Hpricot compatibility layer removed
455
462
 
456
463
 
457
- == 1.3.x
458
-
459
464
  === 1.3.3 / 2009/07/26
460
465
 
461
466
  * New Features
@@ -476,6 +481,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
476
481
 
477
482
  * Hpricot compatibility layer will be removed in 1.4.0
478
483
 
484
+
479
485
  === 1.3.2 / 2009-06-22
480
486
 
481
487
  * New Features
@@ -499,6 +505,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
499
505
  * Nokogiri::XML::SAX::Document#end_element_ns is deprecated, please switch
500
506
  to Nokogiri::XML::SAX::Document#end_element_namespace
501
507
 
508
+
502
509
  === 1.3.1 / 2009-06-07
503
510
 
504
511
  * Bugfixes
@@ -506,6 +513,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
506
513
  * extconf.rb checks for optional RelaxNG and Schema functions
507
514
  * Namespace nodes are added to the Document node cache
508
515
 
516
+
509
517
  === 1.3.0 / 2009-05-30
510
518
 
511
519
  * New Features
@@ -550,8 +558,6 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
550
558
  * Fixed intolerance of HTML attributes without values in Node#before/after/inner_html=. (GH#35)
551
559
 
552
560
 
553
- == 1.2.x
554
-
555
561
  === 1.2.3 / 2009-03-22
556
562
 
557
563
  * Bugfixes
@@ -563,6 +569,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
563
569
  * Adding a child will remove duplicate namespace declarations LH #67
564
570
  * Builder methods take a hash as a second argument
565
571
 
572
+
566
573
  === 1.2.2 / 2009-03-14
567
574
 
568
575
  * New features
@@ -589,6 +596,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
589
596
  * Document#dup should create a new document of the same type (LH #59)
590
597
  * Document should not have a parent method (LH #64)
591
598
 
599
+
592
600
  === 1.2.1 / 2009-02-23
593
601
 
594
602
  * Bugfixes
@@ -596,6 +604,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
596
604
  * Fixed a CSS selector space bug
597
605
  * Fixed Ruby 1.9 String Encoding (Thanks 角谷さん!)
598
606
 
607
+
599
608
  === 1.2.0 / 2009-02-22
600
609
 
601
610
  * New features
@@ -633,8 +642,6 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
633
642
  * Nokogiri::HTML.fragment now returns an XML::DocumentFragment (LH #32)
634
643
 
635
644
 
636
- == 1.1.x
637
-
638
645
  === 1.1.1
639
646
 
640
647
  * New features
@@ -652,6 +659,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
652
659
  * XML::Node#attributes returns an Attr node for the value.
653
660
  * XML::NodeSet implements to_xml
654
661
 
662
+
655
663
  === 1.1.0
656
664
 
657
665
  * New Features
@@ -669,8 +677,6 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
669
677
  * XML::Node#add_previous_sibling returns new sibling node.
670
678
 
671
679
 
672
- == 1.0.x
673
-
674
680
  === 1.0.7
675
681
 
676
682
  * Bugfixes
@@ -682,6 +688,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
682
688
  * Prepending rather than appending to ENV['PATH'] on windows
683
689
  * Fixed a bug in complex CSS negation selectors
684
690
 
691
+
685
692
  === 1.0.6
686
693
 
687
694
  * 5 Bugfixes
@@ -692,6 +699,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
692
699
  * CSS searches via Node#search are now always relative
693
700
  * CSS to XPath conversion is now cached
694
701
 
702
+
695
703
  === 1.0.5
696
704
 
697
705
  * Bugfixes
@@ -700,6 +708,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
700
708
  * Sets ENV['PATH'] on windows if it doesn't exist
701
709
  * Caching results of NodeSet#[] on Document
702
710
 
711
+
703
712
  === 1.0.4
704
713
 
705
714
  * Bugfixes
@@ -708,6 +717,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
708
717
  * Plugged some memory leaks
709
718
  * Builder blocks can call methods from surrounding contexts
710
719
 
720
+
711
721
  === 1.0.3
712
722
 
713
723
  * 5 Bugfixes
@@ -718,12 +728,14 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
718
728
  * Removed RARRAY_LEN for 1.8.5 compatibility. Thanks Shane Hanna.
719
729
  * inner_html fixed. (Thanks Yehuda!)
720
730
 
731
+
721
732
  === 1.0.2
722
733
 
723
734
  * 1 Bugfix
724
735
 
725
736
  * extconf.rb should not check for frex and racc
726
737
 
738
+
727
739
  === 1.0.1
728
740
 
729
741
  * 1 Bugfix
@@ -731,6 +743,7 @@ Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631,
731
743
  * Made sure extconf.rb searched libdir and prefix so that ports libxml/ruby
732
744
  will link properly. Thanks lucsky!
733
745
 
746
+
734
747
  === 1.0.0 / 2008-07-13
735
748
 
736
749
  * 1 major enhancement
@@ -1,6 +1,6 @@
1
1
  module Nokogiri
2
2
  # The version of Nokogiri you are using
3
- VERSION = '1.5.7.rc3'
3
+ VERSION = '1.5.7'
4
4
 
5
5
  class VersionInfo # :nodoc:
6
6
  def jruby?
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nokogiri
3
3
  version: !ruby/object:Gem::Version
4
- hash: -704395179
5
- prerelease: 6
4
+ hash: 13
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
9
  - 7
10
- - rc
11
- - 3
12
- version: 1.5.7.rc3
10
+ version: 1.5.7
13
11
  platform: ruby
14
12
  authors:
15
13
  - Aaron Patterson
@@ -20,7 +18,7 @@ autorequire:
20
18
  bindir: bin
21
19
  cert_chain: []
22
20
 
23
- date: 2013-03-14 00:00:00 Z
21
+ date: 2013-03-18 00:00:00 Z
24
22
  dependencies:
25
23
  - !ruby/object:Gem::Dependency
26
24
  prerelease: false
@@ -528,14 +526,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
528
526
  required_rubygems_version: !ruby/object:Gem::Requirement
529
527
  none: false
530
528
  requirements:
531
- - - ">"
529
+ - - ">="
532
530
  - !ruby/object:Gem::Version
533
- hash: 25
531
+ hash: 3
534
532
  segments:
535
- - 1
536
- - 3
537
- - 1
538
- version: 1.3.1
533
+ - 0
534
+ version: "0"
539
535
  requirements: []
540
536
 
541
537
  rubyforge_project: nokogiri