sdoc_all 1.3.1 → 1.3.2
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.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/sdoc_all.gemspec +2 -2
- metadata +6 -4
data/Rakefile
CHANGED
@@ -8,7 +8,7 @@ name = 'sdoc_all'
|
|
8
8
|
Jeweler::Tasks.new do |gem|
|
9
9
|
gem.name = name
|
10
10
|
gem.summary = %Q{Documentation for everything}
|
11
|
-
gem.description = %Q{
|
11
|
+
gem.description = %Q{WARNING: sdoc_all is no longer maintained, try doc gem\nCommand line tool to get documentation for ruby, rails, gems and plugins in one place}
|
12
12
|
gem.homepage = "http://github.com/toy/#{name}"
|
13
13
|
gem.license = 'MIT'
|
14
14
|
gem.authors = ['Ivan Kuchin']
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.
|
1
|
+
1.3.2
|
data/sdoc_all.gemspec
CHANGED
@@ -5,12 +5,12 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "sdoc_all"
|
8
|
-
s.version = "1.3.
|
8
|
+
s.version = "1.3.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Ivan Kuchin"]
|
12
12
|
s.date = "2011-10-23"
|
13
|
-
s.description = "
|
13
|
+
s.description = "WARNING: sdoc_all is no longer maintained, try doc gem\nCommand line tool to get documentation for ruby, rails, gems and plugins in one place"
|
14
14
|
s.executables = ["sdoc-all"]
|
15
15
|
s.extra_rdoc_files = [
|
16
16
|
"LICENSE.txt",
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sdoc_all
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 1.3.
|
9
|
+
- 2
|
10
|
+
version: 1.3.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ivan Kuchin
|
@@ -149,7 +149,9 @@ dependencies:
|
|
149
149
|
version: "0"
|
150
150
|
type: :development
|
151
151
|
version_requirements: *id009
|
152
|
-
description:
|
152
|
+
description: |-
|
153
|
+
WARNING: sdoc_all is no longer maintained, try doc gem
|
154
|
+
Command line tool to get documentation for ruby, rails, gems and plugins in one place
|
153
155
|
email:
|
154
156
|
executables:
|
155
157
|
- sdoc-all
|