git-fit 0.8.1 → 0.8.2

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: c6ad5416d409d27ab24691cdc497adbb3bb432117b8c061b427934005e5e54f4
4
- data.tar.gz: 6a27b0238b39cbbb941d60d777997d7f10679a67cbc5e7a9e01ba3fc6052897c
3
+ metadata.gz: f0660639b9ec1c1a04ff48d37fb87cb15f98b1e8a460d13ae0343df6084dbd1d
4
+ data.tar.gz: b1be3cababda718e433eed40ab89ca567dc0b298692fb34a6f46e6294f1d2ceb
5
5
  SHA512:
6
- metadata.gz: 7496ffd60ee5754b4836a516b1d0832b97915ae276f595aa3aeae566bc4ce4087b8fa3dbd71bab7a58319c43f98909c1a3b765f945cb1e15bc1836a325073f1f
7
- data.tar.gz: 8fc8b14c7c0d17ca8631fd3d9bdabc779621a40bc163725a13b0a70a0d728a5e13cdfb812aa61d0c7da1746b20b7e32cfbb960b68f037e3b35e28c1bde443869
6
+ metadata.gz: 0f2ea53effe062336f1edaf5246b30f45c22b07fd65c74bbbbd989a8db32e7167c4036f2aa92ea0a246ecc867e261712f46402643ce016dc4c523fff9d72b90a
7
+ data.tar.gz: 0d3112cb964eb76a24f99f813189c6d1f3c8a996aba06643bf97efbcc7a68905014c5eccdaad3cd6126837636f596ebe7def8b6c6ffc9360ef234be092ebc283
@@ -32,8 +32,8 @@ module GitFit
32
32
  # lorem: # env: GIT_FIT_LOREM_COUNT
33
33
  # count: 5
34
34
 
35
- # xoss: # env: GIT_FIT_XOSS_PHONE
36
- # phone: "" # env: GIT_FIT_XOSS_PASSWORD
35
+ # xoss: # env: GIT_FIT_XOSS_EMAIL
36
+ # email: "" # env: GIT_FIT_XOSS_PASSWORD
37
37
  # password: ""
38
38
 
39
39
  # xingzhe: # env: GIT_FIT_XINGZHE_EMAIL
@@ -26,7 +26,7 @@ module GitFit
26
26
  }.freeze
27
27
 
28
28
  register_adapter
29
- register_config :phone, :password, :token_path
29
+ register_config :email, :password, :token_path
30
30
 
31
31
  def initialize(...)
32
32
  super
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GitFit
4
- VERSION = '0.8.1'
4
+ VERSION = '0.8.2'
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.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lax