tkh_content 0.10.5 → 0.10.5.1

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: 97c3a5b5cb2c85e8bec67a660c0004afe9c79990
4
- data.tar.gz: 97f975a15f0b26e839bd5fa6ab63b6e019095422
3
+ metadata.gz: 6519e3a1c0bd65d5eef54b4806c6638f87000608
4
+ data.tar.gz: d3c32c2ad29cae100e53d0deaea4d398c9624e78
5
5
  SHA512:
6
- metadata.gz: 779f7602cb3662a090c7082bede7f4ff86b8848029269bb00c54d27e0fb6bc91c12b396c25b6b68c5163cd5a0e6f02b6cac66bdc185f06f90c46935e36ffa7c3
7
- data.tar.gz: 4260eefbe10a9875ea336c6c0a0093bd8334d73cb31f8deb6bb944bc76fb765ea9cac901d13cd292edb968bf7bd9373b0127715b5da773e5dafe34b2182d5137
6
+ metadata.gz: b22044535310234efabefa7af69d060c7d828837959d9df4cde840d6049c7e17a9595d70e3016f1762e046d800bdffcccac1c9bf4ed6c5211a54df9915089c46
7
+ data.tar.gz: eda3fc3eaf7c8f23f8a2c981a48267b3c3afcf522b3953e4ace0e28990f7d4f3356f38340722cbf3c94090d17dc9bdf017acd02b971d6c764ec90805910584f3
data/CHANGELOG.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- ## 0.10.5
5
+ ## 0.10.5.1
6
6
 
7
7
  * CKeditor won't create junk HTML entities anymore.
8
8
  * Debugged the blog#by_tag method.
@@ -10,7 +10,7 @@ class BlogController < ApplicationController
10
10
 
11
11
  def by_tag
12
12
  # this little hack is necessary because globalize won't let me access the tag directly by name
13
- tag_id = Tag::Translation.find_by( locale: I18n.locale.to_s, name: params[:id] ).ta g_id
13
+ tag_id = Tag::Translation.find_by( locale: I18n.locale.to_s, name: params[:id] ).tag_id
14
14
  @tag = Tag.find(tag_id)
15
15
  @posts = @tag.pages.published.order('published_at desc').paginate(:page => params[:page], :per_page => 20)
16
16
  render :layout => 'blog'
@@ -1,3 +1,3 @@
1
1
  module TkhContent
2
- VERSION = "0.10.5"
2
+ VERSION = "0.10.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_content
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.5
4
+ version: 0.10.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swami Atma