ilog 0.3.0 → 0.3.1

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: a59357fc2d646d76b131e85407422af3723483b49485ca796615b5f1cc09927f
4
- data.tar.gz: f62e7875dace03f9f9e29b8a28d0f0404f88279feb620845da45ace9d097a283
3
+ metadata.gz: 9388de47e16a585fc40ca07df8af23a37358cbf5e7c9d11c212c9f2dc5e162d8
4
+ data.tar.gz: 43f73eb3f665137b909dc4928dfe406ea908d699b4466dde6e4a1ce7ffaab223
5
5
  SHA512:
6
- metadata.gz: 4c812f5beae0e8745fe4e9c20551c88039ab7ee268af5fdc901fc047ec00fac37566db56e7900650eaf491280875425fd0609f9544815e46fd4e031fd98d0b41
7
- data.tar.gz: ec0f17d1b33b42908290b875a55b0d69f01a5e388bba9c29ff69838ec5cc1265aa0df36343cdefe61edec6da3da47878fd32c9c45140db604e00ebd14cf9c307
6
+ metadata.gz: b4928411dc8380646380a05ac510a1682427b71550e72dad5e670d887b00fd3b814576a3e1f47e83a01ee9193d8344cdc1f31233caae9b95c7d23108f30b3b13
7
+ data.tar.gz: 711ee480454a2421d9e93c45f8bebdc4d1dfa4d2a2ea3856e4283e2117eb5314dce72319493be69f21dcef6535e107b83c601dcd326bc64ab17fd3c6c80bb279
@@ -11,7 +11,7 @@ module Ilog
11
11
  post = ::Post.find(params[:id])
12
12
  Post.namespace = params[:domain]
13
13
  self.format = :json
14
- self.body = post.to_json(:include => ::Post.dimensions + ::Post.groupings, :methods => [:content])
14
+ self.body = post.to_json(:include => ::Post::DIMENSIONS + ::Post::GROUPINGS, :methods => [:content])
15
15
  else
16
16
  index = Index::Digital.new
17
17
  index.call params
@@ -19,7 +19,7 @@ module Ilog
19
19
  post = ::Post.find(params[:id])
20
20
  post.namespace = @namespace
21
21
  self.format = :json
22
- self.body = post.to_json(:include => ::Post.dimensions + ::Post.groupings, :methods => [:content])
22
+ self.body = post.to_json(:include => ::Post::DIMENSIONS + ::Post::GROUPINGS, :methods => [:content])
23
23
  end
24
24
  end
25
25
  end
data/lib/ilog/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ilog
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ilog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - captainhusaynpinguin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-01-25 00:00:00.000000000 Z
11
+ date: 2020-01-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Providing a digital log implementation of traditional paper baed logs.
14
14
  email: