caren-api 0.9.7 → 0.9.8

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.7
1
+ 0.9.8
data/caren-api.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "caren-api"
8
- s.version = "0.9.7"
8
+ s.version = "0.9.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andre Foeken"]
12
- s.date = "2012-11-15"
12
+ s.date = "2013-01-07"
13
13
  s.description = "You can use this gem as inspiration of the base of your connections with Caren."
14
14
  s.email = "andre.foeken@nedap.com"
15
15
  s.extra_rdoc_files = [
@@ -13,6 +13,7 @@ class Caren::CareProvider < Caren::Base
13
13
  :address_line, # String (Kerkstraat 1, 7522AH, Enschede)
14
14
  :logo, # String
15
15
  :url_shortcut, # String
16
+ :account_number, # String
16
17
  :time_zone, # String (Amsterdam)
17
18
  :resolution, # String (exact,daypart,range)
18
19
  :bandwidth, # Integer (60 -> 60 minutes)
@@ -64,6 +65,7 @@ class Caren::CareProvider < Caren::Base
64
65
  :time_zone => self.time_zone,
65
66
  :resolution => self.resolution,
66
67
  :bandwidth => self.bandwidth,
68
+ :account_number => self.account_number,
67
69
  :min_start => self.min_start,
68
70
  :max_start => self.max_start,
69
71
  :hidden => self.hidden,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caren-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.7
4
+ version: 0.9.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-15 00:00:00.000000000 Z
12
+ date: 2013-01-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n
@@ -269,7 +269,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
269
269
  version: '0'
270
270
  segments:
271
271
  - 0
272
- hash: 1971290989820295353
272
+ hash: 1698079609391487229
273
273
  required_rubygems_version: !ruby/object:Gem::Requirement
274
274
  none: false
275
275
  requirements: