fitbit_api 0.15.0 → 0.15.1

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: 93e2385860274eeb331a3b3baa26e8f5e713396cb755ae1ab55620167a021886
4
- data.tar.gz: 5449605cab7c87dcafdfda8e8092703d506c4cd5dd0ab3e5162aaa8fa3d08f3f
3
+ metadata.gz: d911585848ded1bbf5c5abfd9090b96971592ce119e6525e7b82808468717880
4
+ data.tar.gz: 1d4984610d1bba6468662b5f22d986a324642685811c9eede3bf35127b6e9bfe
5
5
  SHA512:
6
- metadata.gz: e8dc8f57e6c386db931b42d0d9d39115d54aeb2bb4781a5c06ec12bc003def6da310f5779d8600ecc44e63f14b52f88ca658019e473702ca288d13a56f39c38d
7
- data.tar.gz: 848c4a324cfcd9d26ea8907d332716c80781bb564606b58d4ea15bddb04ac6c37b06ea4637fb6b052bbfc50865e447e297c54f5ec835473ab1cf4852a8d43b63
6
+ metadata.gz: fbfd618baee4f3c58b957d7f4997befa6bf25ee9778cf45d340ed13ed64188eb663781aa6a6f326d63263e0d1de21328fbbdb5e2e04c399b18aa9f617c29b852
7
+ data.tar.gz: e4acd060d4d06f1a39ca1c951140db0413b1e6967f252c7abe0dc471d32295c401e67a34e20ea86531b629afcbc319d70265e0c4cbea7cd6afa646b23fe6e1ae
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ 0.15.1
2
+ ------
3
+ - Improve gemspec metadata
4
+
1
5
  0.15.0
2
6
  ------
3
7
  - The following methods now take a subscription_id as the first argument:
data/fitbit_api.gemspec CHANGED
@@ -15,8 +15,9 @@ Gem::Specification.new do |spec|
15
15
  spec.license = 'MIT'
16
16
 
17
17
  spec.metadata = {
18
- 'homepage_uri' => spec.homepage,
19
18
  'source_code_uri' => spec.homepage,
19
+ 'changelog_uri' => "#{spec.homepage}/blob/v#{FitbitAPI::VERSION}/CHANGELOG.md",
20
+ 'documentation_uri' => "https://www.rubydoc.info/gems/fitbit_api/#{FitbitAPI::VERSION}",
20
21
  'rubygems_mfa_required' => 'true'
21
22
  }
22
23
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FitbitAPI
4
- VERSION = '0.15.0'
4
+ VERSION = '0.15.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fitbit_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zoran
@@ -153,8 +153,9 @@ homepage: https://github.com/zokioki/fitbit_api
153
153
  licenses:
154
154
  - MIT
155
155
  metadata:
156
- homepage_uri: https://github.com/zokioki/fitbit_api
157
156
  source_code_uri: https://github.com/zokioki/fitbit_api
157
+ changelog_uri: https://github.com/zokioki/fitbit_api/blob/v0.15.1/CHANGELOG.md
158
+ documentation_uri: https://www.rubydoc.info/gems/fitbit_api/0.15.1
158
159
  rubygems_mfa_required: 'true'
159
160
  post_install_message:
160
161
  rdoc_options: []