jabe 0.5.4 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,6 @@ Jabe is a bare bones blogging engine that is installed as a gem. It will grow as
7
7
  h2. Basic TODOs
8
8
 
9
9
  * Comment notifications
10
- * News feed
11
10
 
12
11
  h2. Installing
13
12
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.4
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: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 4
10
- version: 0.5.4
9
+ - 5
10
+ version: 0.5.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Moen a.k.a. UnderpantsGnome