rapi_doc 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +3 -3
data/Rakefile
CHANGED
@@ -15,7 +15,7 @@ require 'jeweler'
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
16
16
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
17
17
|
gem.name = "rapi_doc"
|
18
|
-
gem.homepage = "http://github.com/
|
18
|
+
gem.homepage = "http://github.com/elc/rapi_doc"
|
19
19
|
gem.license = "MIT"
|
20
20
|
gem.summary = %Q{Rails API Doc Generator}
|
21
21
|
gem.description = %Q{Rails API Doc Generator}
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.2
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: rapi_doc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.2.
|
5
|
+
version: 0.2.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Husein Choroomi
|
@@ -103,7 +103,7 @@ files:
|
|
103
103
|
- templates/config.yml
|
104
104
|
- templates/layout.html.erb
|
105
105
|
- uninstall.rb
|
106
|
-
homepage: http://github.com/
|
106
|
+
homepage: http://github.com/elc/rapi_doc
|
107
107
|
licenses:
|
108
108
|
- MIT
|
109
109
|
post_install_message:
|
@@ -116,7 +116,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
116
116
|
requirements:
|
117
117
|
- - ">="
|
118
118
|
- !ruby/object:Gem::Version
|
119
|
-
hash: -
|
119
|
+
hash: -1093643544274794326
|
120
120
|
segments:
|
121
121
|
- 0
|
122
122
|
version: "0"
|