ilog 0.4.6 → 0.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e9fe14379267b196e56269096d25ed1334d62951b66c258b838fbf906ffa015
4
- data.tar.gz: '088b8561536355b1da14e2f37ac9a2018782a3e03021f751682c9222e134b352'
3
+ metadata.gz: f7d78a5e0f176279ebafe3ad97ea5e7d8f78f8eb46c05b7887732ca371f6d6b5
4
+ data.tar.gz: 7b6168bf959b47d229d0117aad0bc5671c38f42aa19177adaeb0d13029177023
5
5
  SHA512:
6
- metadata.gz: 4131d960e7744100089d2d58a58ce311066edcd820fc757f6df604120127069a52900131418a6bdb8970ae077ee6f862c07343067eab3ef1e5ff4a059e00641a
7
- data.tar.gz: 1fc2c0bc10dca064ae37e3ed1b8ddff5e602ed897974acf4397bf82317ae1a0dcc73a838f836742bc6d821420d016ed30fa4af76b3237019db06ee6bb480c0cf
6
+ metadata.gz: c119ed8005226be1b3522764ffe250cea6bf317321a074d0e7d5d7dd7a47dcd78f362005fe3dc94c9fe2eb01bd4848c32dc94df1e2f1dabd21a7f7f0622b95fd
7
+ data.tar.gz: 73593aab0de7ee92c571df5bc4b9c1f2fb3e1e652621413aa3d9f96060ba21cded3d868d07254e5a82a2eb1edcf437d915c032e214a8e7a84452e32d714c2709
@@ -21,7 +21,7 @@ module Ilog
21
21
  post = ::Post.find(params[:id])
22
22
  post.namespace = get_database params[:domain]
23
23
  self.format = :json
24
- self.body = post.to_json(:include => ::Post::DIMENSIONS + ::Post::GROUPINGS, :methods => [:content])
24
+ self.body = post.to_json(:include => ::Post::DIMENSIONS.force_encoding(Encoding::UTF_8) + ::Post::GROUPINGS.force_encoding(Encoding::UTF_8), :methods => [:content].force_encoding(Encoding::UTF_8))
25
25
  end
26
26
  end
27
27
  end
@@ -1,3 +1,3 @@
1
1
  module Ilog
2
- VERSION = "0.4.6"
2
+ VERSION = "0.4.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ilog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - captainhusaynpinguin