action_tracker_client 0.1.6 → 0.1.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: a547b2c68123c0c7d4c04d5b1c3fadc52efaf31b0f00a71e8ee4e96ca0fb93af
4
- data.tar.gz: 1f2773baf527349b2abcd46c8b082c595aa09cad576e7a2edbd224bd75e3c3a4
3
+ metadata.gz: 4a3acbe7a02f6ff3fbceee6c38df52c7d96937839ed71e93ba3ae121f7e06d16
4
+ data.tar.gz: f5d232efd27f372ff37ad9add03e63f422d8d8063569c3f2556e3a4efe3d2ec7
5
5
  SHA512:
6
- metadata.gz: 1ab6f4aa47df79c3a9309f3780477968877d788ab8e5abe4f3bb4834a28e1d85fd54d62ca70d197cfaec22c359f119e0a9df69933048f3b58ffc0f01904a3d00
7
- data.tar.gz: df14c93b8abba9c5a350033d21beef3582dc6aea66f00813bed754fc20f53a313822898ac9b93c322a8f4969838e6d0f80bad7840a5801e722003e185ec009c6
6
+ metadata.gz: 0ea17c5a474692f2d03c15c601c5af6e5ae0d983931dc0e843ea91743341638c881fc206f5fc079f58f57bbba26840507b6486b9ec9948f4a6b53913d628965e
7
+ data.tar.gz: b212cefcdf7ddd931bfbc3107c1c99fbf10f761fcc1e9abf22019f7fa8c9fffaa46494b7fcc6aac90261f67448519e9f6adcefaae74183a537ed6fe3ac5a8442
@@ -9,7 +9,7 @@ module ActionTracker
9
9
  include Virtus.model
10
10
  include ActiveModel::Validations
11
11
 
12
- attribute :id, Integer
12
+ attribute :id, String
13
13
 
14
14
  def self.mimic(model_name)
15
15
  @model_name = model_name.to_s.underscore.to_sym
@@ -5,7 +5,7 @@ module ActionTracker
5
5
  class StatisticRecord < ActionTracker::Models::ApplicationRecord
6
6
  include ActionTracker::HttpGateway
7
7
 
8
- attribute :user_id, Integer
8
+ attribute :user_id, String
9
9
  attribute :report_date, String
10
10
  attribute :total_count, Integer
11
11
  attribute :targets, Hash
@@ -3,7 +3,7 @@
3
3
  module ActionTracker
4
4
  module Models
5
5
  class User < ActionTracker::Models::ApplicationRecord
6
- attribute :id, Integer
6
+ attribute :id, String
7
7
  attribute :name, String
8
8
  attribute :type, String
9
9
 
@@ -1,3 +1,3 @@
1
1
  module ActionTracker
2
- VERSION = '0.1.6'.freeze
2
+ VERSION = '0.1.7'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_tracker_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Malinovskiy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-05 00:00:00.000000000 Z
11
+ date: 2020-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler