git-fit 0.24.2 → 0.24.3

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: 03ca873b9ed2085415130819f206c4a374c481be9c4d4437fce418447e2bbe75
4
- data.tar.gz: 891b392511c8d64435d62568b47ff51d9420e39503a7c05055892a9e83f40771
3
+ metadata.gz: c834f3b0e5e85120e6e29fe14cf32ebdfe6893f9a6e247baf574b69ffe5ecf79
4
+ data.tar.gz: 7cd64d82a9fa70fe3e614c7566b2262dbcde8d7c70ee0e65f9e6435ee0d1c234
5
5
  SHA512:
6
- metadata.gz: 2b063e4faa22be8c5d25b511caa38d5bf39b7b7f1dad21f6299ed66799ea9b09d8a68709ee758c47ac6c85f8ccd57d70cd58ad80118a51d6ab81784f28e6f012
7
- data.tar.gz: a25c1d3a2fb1d9f25a5bc24c280c02a8e9217ba81d27b876faaefb4576c3576bfa1a33ee56384b82252b3a74cd42360b3e041627253995b69f2511fbc9e8adcd
6
+ metadata.gz: 714b7fdaf63da4e029372996514590b53b1866d561ca45a22b41ed2bd3bc7d0eda524f96156b44b2794a460946c5e6ae20eb78ba01b9e143d60aaf6fbd8fb14e
7
+ data.tar.gz: 48a886f80f97ccd1c7d93c00490f061480f67d32e3254d9d15b4800ca18bdb0454cd998b7cb1891aabe796185ad2d950b6cfb22e3ba43338158de21559db1ae9
@@ -27,8 +27,8 @@ module GitFit
27
27
 
28
28
  def initialize(config:, db:, activity_filter: nil, privacy: nil, time_budget: nil)
29
29
  super
30
- @phone = @config['phone']
31
- @password = @config['password']
30
+ @phone = @config['phone'].to_s
31
+ @password = @config['password'].to_s
32
32
  @access_token = nil
33
33
  @user_id = nil
34
34
  @last_http_code = nil
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GitFit
4
- VERSION = '0.24.2'
4
+ VERSION = '0.24.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-fit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.2
4
+ version: 0.24.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lax