wrongdoc 1.1.1 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  #!/bin/sh
2
2
 
3
3
  GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.1.1.GIT
4
+ DEF_VER=v1.3.0.GIT
5
5
 
6
6
  LF='
7
7
  '
@@ -6,9 +6,6 @@ require 'nokogiri'
6
6
 
7
7
  module Wrongdoc
8
8
 
9
- # the version of wrongdoc, currently 1.1.1
10
- VERSION = '1.1.1'
11
-
12
9
  autoload :Readme, 'wrongdoc/readme'
13
10
  autoload :History, 'wrongdoc/history'
14
11
  autoload :Release, 'wrongdoc/release'
@@ -5,7 +5,7 @@ if (!defined?(RUBY_ENGINE) || RUBY_ENGINE == "ruby") && \
5
5
  end
6
6
 
7
7
  # we never want the rdoc 2.5.x from Ruby 1.9.2
8
- gem 'rdoc', '~> 3.1'
8
+ gem 'rdoc', '~> 3.3'
9
9
  require 'rdoc/rdoc'
10
10
 
11
11
  class Wrongdoc::Rdoc
@@ -23,5 +23,5 @@ Gem::Specification.new do |s|
23
23
  s.rubyforge_project = %q{rainbows}
24
24
  s.add_dependency(%q<nokogiri>, ['~> 1.4.4'])
25
25
  s.add_dependency(%q<tidy_ffi>, ['~> 0.1.3'])
26
- s.add_dependency(%q<rdoc>, ['~> 3.1'])
26
+ s.add_dependency(%q<rdoc>, ['~> 3.3'])
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wrongdoc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
- - 1
9
- - 1
10
- version: 1.1.1
8
+ - 3
9
+ - 0
10
+ version: 1.3.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - wrongdoc hackers
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-29 00:00:00 +00:00
18
+ date: 2011-01-05 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -58,11 +58,11 @@ dependencies:
58
58
  requirements:
59
59
  - - ~>
60
60
  - !ruby/object:Gem::Version
61
- hash: 5
61
+ hash: 1
62
62
  segments:
63
63
  - 3
64
- - 1
65
- version: "3.1"
64
+ - 3
65
+ version: "3.3"
66
66
  type: :runtime
67
67
  version_requirements: *id003
68
68
  description: |-