wpdoc 0.2.20 → 0.2.21

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.
Files changed (4) hide show
  1. data/README.rdoc +2 -2
  2. data/Rakefile +2 -2
  3. data/VERSION.yml +2 -2
  4. metadata +4 -19
data/README.rdoc CHANGED
@@ -1,4 +1,4 @@
1
- = SDoc
1
+ = WPDoc
2
2
  == What's in?
3
3
  - shtml - RDoc's generator to build searchable documentation
4
4
  - <tt>sdoc-merge</tt> - comand line tool to build merge multiple sdoc documentations
@@ -34,4 +34,4 @@ Example:
34
34
  -t, --title [TITLE] Set the title of merged file
35
35
 
36
36
  Example:
37
- <tt>sdoc-merge --title "Ruby v1.9, Rails v2.3.2.1" --op merged --names "Ruby,Rails" ruby-v1.9 rails-v2.3.2.1</tt>
37
+ <tt>sdoc-merge --title "Ruby v1.9, Rails v2.3.2.1" --op merged --names "Ruby,Rails" ruby-v1.9 rails-v2.3.2.1</tt>
data/Rakefile CHANGED
@@ -28,8 +28,8 @@ begin
28
28
  gem.email = "voloko@gmail.com"
29
29
  gem.homepage = "http://github.com/dxw/wpdoc"
30
30
  gem.authors = ["Volodya Kolesnikov"]
31
- gem.add_dependency("rdoc", "= 2.4.3")
32
-
31
+ # rdoc may also be required if it didn't come with Ruby for you
32
+
33
33
  if defined?(JRUBY_VERSION)
34
34
  gem.platform = Gem::Platform.new(['universal', 'java', nil])
35
35
  gem.add_dependency("json_pure", ">= 1.1.3")
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- :patch: 20
3
2
  :major: 0
4
- :build:
5
3
  :minor: 2
4
+ :patch: 21
5
+ :build:
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 20
9
- version: 0.2.20
8
+ - 21
9
+ version: 0.2.21
10
10
  platform: ruby
11
11
  authors:
12
12
  - Volodya Kolesnikov
@@ -17,25 +17,10 @@ cert_chain: []
17
17
  date: 2011-03-25 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
- - !ruby/object:Gem::Dependency
21
- name: rdoc
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
- none: false
25
- requirements:
26
- - - "="
27
- - !ruby/object:Gem::Version
28
- segments:
29
- - 2
30
- - 4
31
- - 3
32
- version: 2.4.3
33
- type: :runtime
34
- version_requirements: *id001
35
20
  - !ruby/object:Gem::Dependency
36
21
  name: json
37
22
  prerelease: false
38
- requirement: &id002 !ruby/object:Gem::Requirement
23
+ requirement: &id001 !ruby/object:Gem::Requirement
39
24
  none: false
40
25
  requirements:
41
26
  - - ">="
@@ -46,7 +31,7 @@ dependencies:
46
31
  - 3
47
32
  version: 1.1.3
48
33
  type: :runtime
49
- version_requirements: *id002
34
+ version_requirements: *id001
50
35
  description:
51
36
  email: voloko@gmail.com
52
37
  executables: