simplificator-withings 0.6.0 → 0.6.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.
- data/README.rdoc +5 -0
- data/simplificator-withings.gemspec +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
|
@@ -83,6 +83,11 @@ Require the API implementation
|
|
|
83
83
|
|
|
84
84
|
All classes are name-spaced, if your other code allows you can include Withings
|
|
85
85
|
include Withings
|
|
86
|
+
|
|
87
|
+
Setup
|
|
88
|
+
Withings.consumer_secret = '1234'
|
|
89
|
+
Withings.consumer_key = 'abcd'
|
|
90
|
+
|
|
86
91
|
|
|
87
92
|
A user can be authenticated using user id and oauth token/secret
|
|
88
93
|
user = User.authenticate('<YOUR USER ID>', '<YOUR OAUTH TOKEN>', '<YOUR OAUTH TOKEN SECRET>')
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simplificator-withings
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 5
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 6
|
|
9
|
-
-
|
|
10
|
-
version: 0.6.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.6.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- pascalbetz
|