forest_admin_agent 1.0.0.pre.beta.36 → 1.0.0.pre.beta.37

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
  SHA256:
3
- metadata.gz: b4a7361872feb1354f4406c789f6bcd8bbbd8b11da7c940c2c0264269633caed
4
- data.tar.gz: '055097ad120da7e9806e5e7cba0c40b0e23222a5d0aba43d7bdcd4db3dd852d2'
3
+ metadata.gz: ba92731c3ebfbb0dddc689741b4bac9097485d63d9350ebe1afb6132a3b58103
4
+ data.tar.gz: a35b8e32869fc91b386e4b3b9e0bbeb5ab1e116594f741086abfd1e0d250186a
5
5
  SHA512:
6
- metadata.gz: 3c491380adad81faf2d42fc1f202682111b7861fb0c80010b78f176be34c9d2277499b237f0205a3eb91f0507956f08829b0922a9937cd19f95a2aaaac34566e
7
- data.tar.gz: 4ea97765b795159fd5e425d7e4cbe03914e500565b0b4eb512d16fa675171e85be86c38aaa23902903690e05f829bf74adae58bbd396337f3a769bd8bb791dea
6
+ metadata.gz: 86cea3d78d82037364940b2ac2ab8c4ec519a491bc5e9cfc2f81c88916249ba1887c554a6231614526e4867509ed656685b4ef47dc442248cfa36bb90ce74a53
7
+ data.tar.gz: ed9679c8157403ef7a7cfbe3d6a6379ec69295cbda2c106821e64f72ce09792be36056e44ef2a9c5609c513efa54f4edc55ddb53cf4808d6a40025646c3ef5a6
@@ -26,7 +26,7 @@ module ForestAdminAgent
26
26
  return {
27
27
  name: args[:params]['collection_name'],
28
28
  content: {
29
- count: result.empty? ? 0 : result[0][:value]
29
+ count: result.empty? ? 0 : result[0]['value']
30
30
  }
31
31
  }
32
32
  end
@@ -7,7 +7,7 @@ module ForestAdminAgent
7
7
  class SchemaEmitter
8
8
  LIANA_NAME = "forest-rails"
9
9
 
10
- LIANA_VERSION = "1.0.0-beta.36"
10
+ LIANA_VERSION = "1.0.0-beta.37"
11
11
 
12
12
  def self.get_serialized_schema(datasource)
13
13
  schema_path = Facades::Container.cache(:schema_path)
@@ -1,3 +1,3 @@
1
1
  module ForestAdminAgent
2
- VERSION = "1.0.0-beta.36"
2
+ VERSION = "1.0.0-beta.37"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest_admin_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.beta.36
4
+ version: 1.0.0.pre.beta.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthieu