rdaux 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rdaux/version.rb +1 -1
- data/rdaux.gemspec +1 -1
- metadata +2 -2
data/lib/rdaux/version.rb
CHANGED
data/rdaux.gemspec
CHANGED
@@ -13,7 +13,7 @@ It is inspired by daux.io and uses redcarpet with pygments.rb to process
|
|
13
13
|
github-flavored markdown files into beautiful documentation websites and
|
14
14
|
supports ASCII art with help of ditaa}
|
15
15
|
spec.summary = %q{RDaux creates beautiful documentation websites from markdown files}
|
16
|
-
spec.homepage = ""
|
16
|
+
spec.homepage = "http://avalanche123.com/rdaux"
|
17
17
|
spec.license = "MIT"
|
18
18
|
|
19
19
|
spec.files = [
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rdaux
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -202,7 +202,7 @@ files:
|
|
202
202
|
- vendor/ditaa/COPYING
|
203
203
|
- vendor/ditaa/HISTORY
|
204
204
|
- vendor/ditaa/ditaa0_9.jar
|
205
|
-
homepage:
|
205
|
+
homepage: http://avalanche123.com/rdaux
|
206
206
|
licenses:
|
207
207
|
- MIT
|
208
208
|
post_install_message:
|