git-fit 0.18.5 → 0.19.0

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: cc5bc7744aeb2f8b5dd603bebf1572a0ad75edfee9dba2abc985f67bf1540b0f
4
- data.tar.gz: 95901dac526595c54db9f03cfa9b9310f52716846ac8b82bccc7cba2763e8c9d
3
+ metadata.gz: 977f82c280b5d5f2c0787f5b455d8b181036cddb8010fd7fd6d2c8947ad98c07
4
+ data.tar.gz: 74367d8b3b9d783fecc92e9c98ec0ba32d9d8383cc2fa0cb06aca4fc3397e0bd
5
5
  SHA512:
6
- metadata.gz: 1a1097501856ef00950ce4379069080ee6b4d5ba70ea2cddd869261d5ea2b51d921dfcc2ea2bb736107f0014792541ee1dea5ab83faa1f6b8af537e8a398a0e8
7
- data.tar.gz: 54fb1fbdf3fcbc38f8b06841bc0356e7a64a4f135a7d8751665fcbe104799c7776411118d76cc833496bb94246f2edb18aea8874092c3766897bdeb4c5a6ebf2
6
+ metadata.gz: e65db09935d0182ddadce280b108a241ef272d37617f01544f8062c1f3e1c2c7ff8fcb0b956b37889da7c38d7fe0d291b1d01f73eb50eddddb0950767faa9238
7
+ data.tar.gz: e1480e0a9920618456681c4f0421b9520054d8943e1fc6aa0e81d41b19eadf712351581da86252837d6fb29d94ac3c02d40f022beba88f970e1eae104eb07a6b
@@ -44,10 +44,10 @@ module GitFit
44
44
  scope = @db[:activities].where(source: source)
45
45
  unless @force
46
46
  scope = scope.where(Sequel.|(
47
- elevation_gain: nil,
48
- elevation_loss: nil,
49
- elevation_min: nil,
50
- elevation_max: nil,
47
+ { elevation_gain: nil },
48
+ { elevation_loss: nil },
49
+ { elevation_min: nil },
50
+ { elevation_max: nil },
51
51
  ))
52
52
  end
53
53
  scope.order(:id).limit(BATCH_SIZE, offset).all
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GitFit
4
- VERSION = '0.18.5'
4
+ VERSION = '0.19.0'
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.18.5
4
+ version: 0.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lax