innologix 0.0.16 → 0.0.17

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
  SHA1:
3
- metadata.gz: 5b1191ea351be30f2aed4f72da269bd7a1517bf8
4
- data.tar.gz: 9db9e100994f01fc5e93cc0da5430dd873b20728
3
+ metadata.gz: 5b74b3bf627e1515be7ae1386d1c686de389626f
4
+ data.tar.gz: 1398e694f50032e01ddea3bcad4e61b0c526f737
5
5
  SHA512:
6
- metadata.gz: 720ceb2debfd24d5c049b22249508344bedad51ba49f695247900afae0fff936a661562f01a93a6a49a948103612f7c828d4c00a80bcfcf8780301fa2a30132f
7
- data.tar.gz: 40722758c7973e37ab4313e5784f9a59717ff15d1e7cffbc0d10af699bda0a2583408f71a3f1bb547b7f23fb3d2a977e15e8d34588f6bd7ecd9cf1b5b249915a
6
+ metadata.gz: e3a0dcb404e301ef62283f02f7f30077c8ec1c06c50d53477a6f1a64477d402b1bdab6b07f1f7d52c59aa40089f9cc640a411a262bbaeedd90bc912b73a4de8b
7
+ data.tar.gz: d75aac6787f3f9fdd123753a0f82e405c03c9b660c76f88ede90a0028fb19a8c245a064a95ba3518b0bb738534d3839093c7ace834fb105eb97ebc4996211106
@@ -23,6 +23,7 @@ module Innologix
23
23
  result = OpenStruct.new
24
24
  result.messages = messages
25
25
  result.size = size
26
+ result.failures = failures
26
27
  result
27
28
  else
28
29
  result = OpenStruct.new
@@ -44,6 +45,7 @@ module Innologix
44
45
  _statistic.timestamp = statistic[:timestamp]
45
46
  _statistic.messages = statistic[:messages]
46
47
  _statistic.size = statistic[:size]
48
+ _statistic.failures = statistic[:failures]
47
49
  list.push(_statistic)
48
50
  end
49
51
  list
@@ -1,3 +1,3 @@
1
1
  module Innologix
2
- VERSION = "0.0.16"
2
+ VERSION = "0.0.17"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: innologix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - SkyLab Innogram