blog-gem 0.1.14 → 0.1.15

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: 94e984b6558f03d6649a89dbd93039f0e4bd2e20
4
- data.tar.gz: ba1cbf98a970289498cdbeb2338ad78b50906781
3
+ metadata.gz: 8a4dc75aeb0cc7fe0fbd42eedd60fe4c5b494cca
4
+ data.tar.gz: 97291716f7e5b442c8b93838f995e7231b6a6d90
5
5
  SHA512:
6
- metadata.gz: 64c412d5be4b3247bf506497432e9d3162699c3cdafbfd2ec2673952e023a9eef83fe3b13fad7079f9702bc326196f76356fcd355d35a837d47c4e37b3572260
7
- data.tar.gz: c2c2d898c1337a548fe1cf345d78189dba2438c0b0ef5750ea1b50953fa7f954ba21993f8f2b635e4548cc5c8dab54fa49bb49a344b4399a1644026e553be65d
6
+ metadata.gz: '08d79a4902ec142c032307dfd8cad8334dfd2d9798489ed4c2dfaed4cb2246a7582be95e1fa4e7cc03ba2b1331c22027c93b38b6f5668c5f63faa5d49300b188'
7
+ data.tar.gz: 060ceca1a4798e8509f4bc90e9c6c9f0db3822e728e99f954ef1da2624b9f3278509efa455534ac4cc3f6b7ffdf989a4d59fa6f290af934a3014da3282261182
@@ -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.to_path
12
+ entry.url post.to_url
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.14'
3
+ VERSION = '0.1.15'
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.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Thelang