voloko-sdoc 0.0.4 → 0.0.5

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 (3) hide show
  1. data/README +7 -0
  2. data/bin/sdoc +1 -1
  3. metadata +1 -1
data/README CHANGED
@@ -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
@@ -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
@@ -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