annyong 0.2 → 0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/assets/rack/config.ru +1 -1
- data/bin/annyong +2 -1
- data/lib/annyong.rb +1 -1
- data/lib/annyong/directory.rb +1 -1
- metadata +4 -4
data/assets/rack/config.ru
CHANGED
data/bin/annyong
CHANGED
data/lib/annyong.rb
CHANGED
data/lib/annyong/directory.rb
CHANGED
@@ -20,7 +20,7 @@ module Annyong
|
|
20
20
|
</tr>
|
21
21
|
%s
|
22
22
|
</table>
|
23
|
-
<footer><code>#{
|
23
|
+
<footer><code>#{FileUtils.pwd.chomp}</code>, <a target='_blank' title='Powered by annyong' href='https://github.com/remiprev/annyong'>annyong</a>!</footer></body
|
24
24
|
</body></html>
|
25
25
|
PAGE
|
26
26
|
|
metadata
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: annyong
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 13
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: "0.
|
8
|
+
- 3
|
9
|
+
version: "0.3"
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- "R\xC3\xA9mi Pr\xC3\xA9vost"
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2011-04-
|
17
|
+
date: 2011-04-11 00:00:00 -04:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|