nokogiri 1.5.5.rc3-x86-mswin32-60 → 1.5.5-x86-mswin32-60

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/CHANGELOG.ja.rdoc CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  * Features
4
4
 
5
+ * Much-improved support for JRuby in 1.9 mode! Yay!
6
+
5
7
  * Bugfixes
6
8
 
7
9
  * JRuby Nokogiri の add_previous_sibling が以前は動いていたのに今は動かない(1.5.0 -> 1.5.1)。 #691 (ありがとう, John Shahid!)
data/CHANGELOG.rdoc CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  * Features
4
4
 
5
+ * Much-improved support for JRuby in 1.9 mode! Yay!
6
+
5
7
  * Bugfixes
6
8
 
7
9
  * Regression in JRuby Nokogiri add_previous_sibling (1.5.0 -> 1.5.1) #691 (Thanks, John Shahid!)
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  module Nokogiri
2
2
  # The version of Nokogiri you are using
3
- VERSION = '1.5.5.rc3'
3
+ VERSION = '1.5.5'
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: -3529927108
5
- prerelease: 6
4
+ hash: 9
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
9
  - 5
10
- - rc
11
- - 3
12
- version: 1.5.5.rc3
10
+ version: 1.5.5
13
11
  platform: x86-mswin32-60
14
12
  authors:
15
13
  - Aaron Patterson
@@ -20,7 +18,7 @@ autorequire:
20
18
  bindir: bin
21
19
  cert_chain: []
22
20
 
23
- date: 2012-06-22 00:00:00 Z
21
+ date: 2012-06-23 00:00:00 Z
24
22
  dependencies:
25
23
  - !ruby/object:Gem::Dependency
26
24
  name: hoe-bundler
@@ -525,14 +523,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
525
523
  required_rubygems_version: !ruby/object:Gem::Requirement
526
524
  none: false
527
525
  requirements:
528
- - - ">"
526
+ - - ">="
529
527
  - !ruby/object:Gem::Version
530
- hash: 25
528
+ hash: 3
531
529
  segments:
532
- - 1
533
- - 3
534
- - 1
535
- version: 1.3.1
530
+ - 0
531
+ version: "0"
536
532
  requirements: []
537
533
 
538
534
  rubyforge_project: nokogiri