blog-gem 0.1.13 → 0.1.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 38449679ae0d6501c190aefdb57c78969b70a1f3
4
- data.tar.gz: a8c86cafae81561a4fa007b1e0574277bdc6544c
3
+ metadata.gz: 94e984b6558f03d6649a89dbd93039f0e4bd2e20
4
+ data.tar.gz: ba1cbf98a970289498cdbeb2338ad78b50906781
5
5
  SHA512:
6
- metadata.gz: 94fdfefc523cd8296febc9dc7aa3266f4d6ce1a72cb2560f0ebcf2cce86e3b3dc9e982e70b0d71d12ccbc0a485329adca1676eaeab89ed58fcb3a6690ef47e88
7
- data.tar.gz: e303cb09ca8ccee6276197cac05ae4b3f16d025629daf97712179dd01f3b23a9aac13cef3434d4abec444d4bd376cd3d68843e9c6db62bc959f6c56605afd846
6
+ metadata.gz: 64c412d5be4b3247bf506497432e9d3162699c3cdafbfd2ec2673952e023a9eef83fe3b13fad7079f9702bc326196f76356fcd355d35a837d47c4e37b3572260
7
+ data.tar.gz: c2c2d898c1337a548fe1cf345d78189dba2438c0b0ef5750ea1b50953fa7f954ba21993f8f2b635e4548cc5c8dab54fa49bb49a344b4399a1644026e553be65d
@@ -9,7 +9,7 @@ atom_feed(language: 'de', url: Blog::Gem.url) do |feed|
9
9
  entry.author do |author|
10
10
  author.name post.author.name
11
11
  end
12
- entry.url post_url(post)
12
+ entry.url post.to_path
13
13
  entry.summary post.teaser, type: 'html'
14
14
  end
15
15
  end
@@ -1,5 +1,5 @@
1
1
  module Blog
2
2
  module Gem
3
- VERSION = '0.1.13'
3
+ VERSION = '0.1.14'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blog-gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Thelang
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-11-07 00:00:00.000000000 Z
12
+ date: 2017-12-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails