nokogiri 1.5.3.rc6-x86-mswin32-60 → 1.5.3-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.

@@ -1,4 +1,4 @@
1
- == 1.5.3 / unreleased
1
+ == 1.5.3 / 2012-06-01
2
2
 
3
3
  * Features
4
4
 
@@ -1,4 +1,4 @@
1
- == 1.5.3 / unreleased
1
+ == 1.5.3 / 2012-06-01
2
2
 
3
3
  * Features
4
4
 
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.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: -1697014844
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: x86-mswin32-60
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
  name: hoe-bundler
@@ -508,14 +506,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
508
506
  required_rubygems_version: !ruby/object:Gem::Requirement
509
507
  none: false
510
508
  requirements:
511
- - - ">"
509
+ - - ">="
512
510
  - !ruby/object:Gem::Version
513
- hash: 25
511
+ hash: 3
514
512
  segments:
515
- - 1
516
- - 3
517
- - 1
518
- version: 1.3.1
513
+ - 0
514
+ version: "0"
519
515
  requirements: []
520
516
 
521
517
  rubyforge_project: nokogiri