jabe 0.5.4 → 0.5.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.textile +0 -1
- data/VERSION +1 -1
- data/app/views/layouts/application.html.haml +1 -0
- metadata +3 -3
data/README.textile
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.5
|
@@ -15,6 +15,7 @@
|
|
15
15
|
%meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}/
|
16
16
|
%link{:href => "/favicon.ico", :rel => "shortcut icon"}/
|
17
17
|
%link{:href => "/apple-touch-icon.png", :rel => "apple-touch-icon"}/
|
18
|
+
= auto_discovery_link_tag :atom, feed_path
|
18
19
|
= stylesheet_link_tag 'grid', 'boilerplate', 'jabe', 'application'
|
19
20
|
= javascript_include_tag 'libs/modernizr-1.6.min.js'
|
20
21
|
%body
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jabe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 1
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 0.5.
|
9
|
+
- 5
|
10
|
+
version: 0.5.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Michael Moen a.k.a. UnderpantsGnome
|