simplificator-withings 0.6.1 → 0.6.2

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 CHANGED
@@ -4,6 +4,11 @@ This is a ruby implementation for the Withings API. Description of the API can b
4
4
 
5
5
  == Versions ==
6
6
 
7
+ === 0.6.2 ===
8
+
9
+ Updated Readme and Gemspec
10
+
11
+
7
12
  === 0.6.0 ===
8
13
 
9
14
  OAuth implemented. This version is not compatible to previous releases.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{simplificator-withings}
5
- s.version = "0.6.1"
5
+ s.version = "0.6.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["pascalbetz"]
@@ -45,15 +45,19 @@ Gem::Specification.new do |s|
45
45
  s.add_development_dependency(%q<shoulda>, [">= 0"])
46
46
  s.add_development_dependency(%q<mocha>, [">= 0"])
47
47
  s.add_runtime_dependency(%q<httparty>, [">= 0"])
48
+ s.add_runtime_dependency(%q<ruby-hmac>, [">= 0"])
49
+
48
50
  else
49
51
  s.add_dependency(%q<shoulda>, [">= 0"])
50
52
  s.add_dependency(%q<mocha>, [">= 0"])
51
53
  s.add_dependency(%q<httparty>, [">= 0"])
54
+ s.add_dependency(%q<ruby-hmac>, [">= 0"])
52
55
  end
53
56
  else
54
57
  s.add_dependency(%q<shoulda>, [">= 0"])
55
58
  s.add_dependency(%q<mocha>, [">= 0"])
56
59
  s.add_dependency(%q<httparty>, [">= 0"])
60
+ s.add_dependency(%q<ruby-hmac>, [">= 0"])
57
61
  end
58
62
  end
59
63
 
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: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 1
10
- version: 0.6.1
9
+ - 2
10
+ version: 0.6.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - pascalbetz
@@ -59,6 +59,20 @@ dependencies:
59
59
  version: "0"
60
60
  type: :runtime
61
61
  version_requirements: *id003
62
+ - !ruby/object:Gem::Dependency
63
+ name: ruby-hmac
64
+ prerelease: false
65
+ requirement: &id004 !ruby/object:Gem::Requirement
66
+ none: false
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ hash: 3
71
+ segments:
72
+ - 0
73
+ version: "0"
74
+ type: :runtime
75
+ version_requirements: *id004
62
76
  description: A withings API implementation in ruby. Created for the evita project at evita.ch
63
77
  email: info@simplificator.com
64
78
  executables: []