git-fit 0.7.2 → 0.7.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: a5d6722be96ccba39d45fd0484e446158b826fe858eb33223ab31c15a8020db8
4
- data.tar.gz: d0947ed101afc498ef96d1826c5560b93288b36719d88cab324c52205197405c
3
+ metadata.gz: 2665f0cb116a56e2339e49c813dca902c7d3cbb99a43c78cdab4f8c7e567998d
4
+ data.tar.gz: 4d9f6d2836371d9e932c6dfdfd93293271be921c6656ae5e8a6ef887d39b8bd0
5
5
  SHA512:
6
- metadata.gz: aaf3ba7f83299545ec1958713baa75a4af80a4945a30d4d13480b47a09a670b137519e6cb275f2a423407e0f849483092d3b6aec04bf4f7af52783e202e1be28
7
- data.tar.gz: 6591ac01cfc11b881c9b2d9c8168564c511a3da8a32e52523da6ab8c0d050482172d85b2435e89a3ed010db09f443a27e3b1cf69a3d94b272cde10e11de51e85
6
+ metadata.gz: e1ac839603e678841e02b4c0091d12ab78784b026bf1edcaa960c8287133ccaae12f5270a11f077e381d4b313300853aef4f079f78f3a0e711fa77fb8b2ff3e6
7
+ data.tar.gz: 257601a655c5acc7ec0b67498784e8f34e1041c0d50c82c02e7fb33a0d3b3453488371f6e78af24e7d4990b1607c6c9e18bf77b9e48050ab97645a2cf1c26413
@@ -35,10 +35,9 @@ module GitFit
35
35
  @total = activities.size
36
36
 
37
37
  if @total > 0 && @amap_key.nil?
38
- $stdout.puts "ERROR: AMAP_API_KEY not configured."
38
+ $stdout.puts "WARNING: AMAP_API_KEY not configured. China coordinates will fail."
39
39
  $stdout.puts "Set via: ENV[\"AMAP_API_KEY\"] or config.yml sync.amap.api_key"
40
- $stdout.puts "Run again after configuring the key to process #{@total} pending activities."
41
- return
40
+ $stdout.puts ""
42
41
  end
43
42
 
44
43
  $stdout.puts "Geo detection: #{@total} activities to process"
@@ -1,3 +1,3 @@
1
1
  module GitFit
2
- VERSION = "0.7.2"
2
+ VERSION = "0.7.3"
3
3
  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.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lax