google-apis-fitness_v1 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98020ba2a1fe9cd61ce5620fbb197ecd3e2bc23c1504ed5641e9a44808e43db2
4
- data.tar.gz: 6d04125329acfc6d06d9c99287e0bba47256c501425a43a14612f2b2a60d0ee1
3
+ metadata.gz: 9dc026cf9db87bb6c1c0acb256b8101653873b6372762f0fcd76e2381afad5b4
4
+ data.tar.gz: b6fb33e1a48a3d881d1450b5737f2f4bb18770e54725e98c2b7b2b2034237bb2
5
5
  SHA512:
6
- metadata.gz: 331b45154d497c077b76c168ae4f1d9cf45e31bc1d1a3717dbc29553e91b49eba41c922cfa1eca7bebaf3d01df8a1e9d4acefe8da64b7aad9c22b87669a9e35a
7
- data.tar.gz: 6203309d221c9924eedd298c2cedd9d652fe0ebf782c12615f7fe1aa380950032bf8e128f78ae682bcbf3713bd7983287e46ed64f48353059de753e02f1c10c1
6
+ metadata.gz: e0ad057f9551dd75320481c70a28b7477eaa184347f3f188a594679e427b9e738ee5ddfdce1f32241a9e9f6c18839d4069d24b68db31a8c36174b2cc6e89d814
7
+ data.tar.gz: b158293944d3f5c6fbca6d7f5f4c39f3c1a94fde00c947116da3b6fea5c291244a6c2a43abe0122f21834527d54acc583e1dcb52eb705965cfc8fcdb7431184f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-fitness_v1
2
2
 
3
+ ### v0.6.0 (2021-06-11)
4
+
5
+ * Regenerated from discovery document revision 20210608
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.5.0 (2021-05-19)
4
9
 
5
10
  * Unspecified changes
@@ -32,67 +32,67 @@ module Google
32
32
  # Use Google Fit to see and store your physical activity data
33
33
  AUTH_FITNESS_ACTIVITY_READ = 'https://www.googleapis.com/auth/fitness.activity.read'
34
34
 
35
- # See and add to your Google Fit physical activity data
35
+ # Add to your Google Fit physical activity data
36
36
  AUTH_FITNESS_ACTIVITY_WRITE = 'https://www.googleapis.com/auth/fitness.activity.write'
37
37
 
38
38
  # See info about your blood glucose in Google Fit. I consent to Google sharing my blood glucose information with this app.
39
39
  AUTH_FITNESS_BLOOD_GLUCOSE_READ = 'https://www.googleapis.com/auth/fitness.blood_glucose.read'
40
40
 
41
- # See and add info about your blood glucose to Google Fit. I consent to Google sharing my blood glucose information with this app.
41
+ # Add info about your blood glucose to Google Fit. I consent to Google using my blood glucose information with this app.
42
42
  AUTH_FITNESS_BLOOD_GLUCOSE_WRITE = 'https://www.googleapis.com/auth/fitness.blood_glucose.write'
43
43
 
44
44
  # See info about your blood pressure in Google Fit. I consent to Google sharing my blood pressure information with this app.
45
45
  AUTH_FITNESS_BLOOD_PRESSURE_READ = 'https://www.googleapis.com/auth/fitness.blood_pressure.read'
46
46
 
47
- # See and add info about your blood pressure in Google Fit. I consent to Google sharing my blood pressure information with this app.
47
+ # Add info about your blood pressure in Google Fit. I consent to Google using my blood pressure information with this app.
48
48
  AUTH_FITNESS_BLOOD_PRESSURE_WRITE = 'https://www.googleapis.com/auth/fitness.blood_pressure.write'
49
49
 
50
50
  # See info about your body measurements and heart rate in Google Fit
51
51
  AUTH_FITNESS_BODY_READ = 'https://www.googleapis.com/auth/fitness.body.read'
52
52
 
53
- # See and add info about your body measurements and heart rate to Google Fit
53
+ # Add info about your body measurements and heart rate to Google Fit
54
54
  AUTH_FITNESS_BODY_WRITE = 'https://www.googleapis.com/auth/fitness.body.write'
55
55
 
56
56
  # See info about your body temperature in Google Fit. I consent to Google sharing my body temperature information with this app.
57
57
  AUTH_FITNESS_BODY_TEMPERATURE_READ = 'https://www.googleapis.com/auth/fitness.body_temperature.read'
58
58
 
59
- # See and add to info about your body temperature in Google Fit. I consent to Google sharing my body temperature information with this app.
59
+ # Add to info about your body temperature in Google Fit. I consent to Google using my body temperature information with this app.
60
60
  AUTH_FITNESS_BODY_TEMPERATURE_WRITE = 'https://www.googleapis.com/auth/fitness.body_temperature.write'
61
61
 
62
62
  # See your heart rate data in Google Fit. I consent to Google sharing my heart rate information with this app.
63
63
  AUTH_FITNESS_HEART_RATE_READ = 'https://www.googleapis.com/auth/fitness.heart_rate.read'
64
64
 
65
- # See and add to your heart rate data in Google Fit. I consent to Google sharing my heart rate information with this app.
65
+ # Add to your heart rate data in Google Fit. I consent to Google using my heart rate information with this app.
66
66
  AUTH_FITNESS_HEART_RATE_WRITE = 'https://www.googleapis.com/auth/fitness.heart_rate.write'
67
67
 
68
68
  # See your Google Fit speed and distance data
69
69
  AUTH_FITNESS_LOCATION_READ = 'https://www.googleapis.com/auth/fitness.location.read'
70
70
 
71
- # See and add to your Google Fit location data
71
+ # Add to your Google Fit location data
72
72
  AUTH_FITNESS_LOCATION_WRITE = 'https://www.googleapis.com/auth/fitness.location.write'
73
73
 
74
74
  # See info about your nutrition in Google Fit
75
75
  AUTH_FITNESS_NUTRITION_READ = 'https://www.googleapis.com/auth/fitness.nutrition.read'
76
76
 
77
- # See and add to info about your nutrition in Google Fit
77
+ # Add to info about your nutrition in Google Fit
78
78
  AUTH_FITNESS_NUTRITION_WRITE = 'https://www.googleapis.com/auth/fitness.nutrition.write'
79
79
 
80
80
  # See info about your oxygen saturation in Google Fit. I consent to Google sharing my oxygen saturation information with this app.
81
81
  AUTH_FITNESS_OXYGEN_SATURATION_READ = 'https://www.googleapis.com/auth/fitness.oxygen_saturation.read'
82
82
 
83
- # See and add info about your oxygen saturation in Google Fit. I consent to Google sharing my oxygen saturation information with this app.
83
+ # Add info about your oxygen saturation in Google Fit. I consent to Google using my oxygen saturation information with this app.
84
84
  AUTH_FITNESS_OXYGEN_SATURATION_WRITE = 'https://www.googleapis.com/auth/fitness.oxygen_saturation.write'
85
85
 
86
86
  # See info about your reproductive health in Google Fit. I consent to Google sharing my reproductive health information with this app.
87
87
  AUTH_FITNESS_REPRODUCTIVE_HEALTH_READ = 'https://www.googleapis.com/auth/fitness.reproductive_health.read'
88
88
 
89
- # See and add info about your reproductive health in Google Fit. I consent to Google sharing my reproductive health information with this app.
89
+ # Add info about your reproductive health in Google Fit. I consent to Google using my reproductive health information with this app.
90
90
  AUTH_FITNESS_REPRODUCTIVE_HEALTH_WRITE = 'https://www.googleapis.com/auth/fitness.reproductive_health.write'
91
91
 
92
92
  # See your sleep data in Google Fit. I consent to Google sharing my sleep information with this app.
93
93
  AUTH_FITNESS_SLEEP_READ = 'https://www.googleapis.com/auth/fitness.sleep.read'
94
94
 
95
- # See and add to your sleep data in Google Fit. I consent to Google sharing my sleep information with this app.
95
+ # Add to your sleep data in Google Fit. I consent to Google using my sleep information with this app.
96
96
  AUTH_FITNESS_SLEEP_WRITE = 'https://www.googleapis.com/auth/fitness.sleep.write'
97
97
  end
98
98
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FitnessV1
18
18
  # Version of the google-apis-fitness_v1 gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210310"
25
+ REVISION = "20210608"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-fitness_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-24 00:00:00.000000000 Z
11
+ date: 2021-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-fitness_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-fitness_v1/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-fitness_v1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-fitness_v1
57
57
  post_install_message:
58
58
  rdoc_options: []