nokogiri 1.5.5.rc3 → 1.5.5

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.

@@ -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!)
@@ -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!)
@@ -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: -1042698746
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: 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: 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
  version_requirements: &id001 !ruby/object:Gem::Requirement
@@ -522,14 +520,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
522
520
  required_rubygems_version: !ruby/object:Gem::Requirement
523
521
  none: false
524
522
  requirements:
525
- - - ">"
523
+ - - ">="
526
524
  - !ruby/object:Gem::Version
527
- hash: 25
525
+ hash: 3
528
526
  segments:
529
- - 1
530
- - 3
531
- - 1
532
- version: 1.3.1
527
+ - 0
528
+ version: "0"
533
529
  requirements: []
534
530
 
535
531
  rubyforge_project: nokogiri