RubyGems
npm
Organizations
Log in
Sign up
RubyGems
voloko-sdoc
Versions diffs
0.0.4 → 0.0.5
voloko-sdoc 0.0.4 → 0.0.5
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
data/README
+7
-0
data/bin/sdoc
+1
-1
metadata
+1
-1
data/README
CHANGED
Viewed
@@ -0,0 +1,7 @@
1
+
== Searchable rdoc
2
+
rdoc html with javascript search index.
3
+
See online on railsapi.com
4
+
5
+
== Usage
6
+
sudo gem install voloko-sdoc --source http://gems.github.com
7
+
sdoc --github_url http://github.com/yourname/yourproject -S projectdir
data/bin/sdoc
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
#!/usr/bin/env ruby
1
+
#!/usr/bin/env ruby
-KU
2
2
3
3
require 'rdoc/rdoc'
4
4
require File.dirname(__FILE__) + '/../lib/sdoc' # add extensions
metadata
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
--- !ruby/object:Gem::Specification
2
2
name: voloko-sdoc
3
3
version: !ruby/object:Gem::Version
4
-
version: 0.0.
4
4
+
version: 0.0.
5
5
5
platform: ruby
6
6
authors:
7
7
- Vladimir Kolesnikov