nokogiri 1.5.3.rc6 → 1.5.3

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
@@ -1,4 +1,4 @@
1
- == 1.5.3 / unreleased
1
+ == 1.5.3 / 2012-06-01
2
2
 
3
3
  * Features
4
4
 
data/CHANGELOG.rdoc CHANGED
@@ -1,4 +1,4 @@
1
- == 1.5.3 / unreleased
1
+ == 1.5.3 / 2012-06-01
2
2
 
3
3
  * Features
4
4
 
@@ -1,6 +1,6 @@
1
1
  module Nokogiri
2
2
  # The version of Nokogiri you are using
3
- VERSION = '1.5.3.rc6'
3
+ VERSION = '1.5.3'
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: 3310987299
5
- prerelease: 6
4
+ hash: 5
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
9
  - 3
10
- - rc
11
- - 6
12
- version: 1.5.3.rc6
10
+ version: 1.5.3
13
11
  platform: ruby
14
12
  authors:
15
13
  - Aaron Patterson
@@ -19,7 +17,7 @@ autorequire:
19
17
  bindir: bin
20
18
  cert_chain: []
21
19
 
22
- date: 2012-05-30 00:00:00 Z
20
+ date: 2012-06-01 00:00:00 Z
23
21
  dependencies:
24
22
  - !ruby/object:Gem::Dependency
25
23
  version_requirements: &id001 !ruby/object:Gem::Requirement
@@ -505,14 +503,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
505
503
  required_rubygems_version: !ruby/object:Gem::Requirement
506
504
  none: false
507
505
  requirements:
508
- - - ">"
506
+ - - ">="
509
507
  - !ruby/object:Gem::Version
510
- hash: 25
508
+ hash: 3
511
509
  segments:
512
- - 1
513
- - 3
514
- - 1
515
- version: 1.3.1
510
+ - 0
511
+ version: "0"
516
512
  requirements: []
517
513
 
518
514
  rubyforge_project: nokogiri