caren-api 0.5.20 → 0.6.0

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.5.20
1
+ 0.6.0
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.5.20"
8
+ s.version = "0.6.0"
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-05-10"
12
+ s.date = "2012-05-30"
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 = [
@@ -26,7 +26,10 @@ class Caren::Store::Billable < Caren::Base
26
26
  :plannable_max_duration, # Integer (in seconds)
27
27
  :plannable_comment_above, # Text
28
28
  :plannable_description_required, # Boolean
29
- :available # Boolean
29
+ :available, # Boolean
30
+ :valid_from, # Date
31
+ :valid_to, # Date
32
+ :timeline_id # Integer
30
33
  ] + super
31
34
  end
32
35
 
@@ -81,7 +84,10 @@ class Caren::Store::Billable < Caren::Base
81
84
  :plannable_max_duration => self.plannable_max_duration,
82
85
  :plannable_comment_above => self.plannable_comment_above,
83
86
  :plannable_description_required => self.plannable_description_required,
84
- :available => self.available
87
+ :available => self.available,
88
+ :valid_from => self.valid_from,
89
+ :valid_to => self.valid_to,
90
+ :timeline_id => self.timeline_id
85
91
  }
86
92
  end
87
93
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caren-api
3
3
  version: !ruby/object:Gem::Version
4
- hash: 35
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 5
9
- - 20
10
- version: 0.5.20
8
+ - 6
9
+ - 0
10
+ version: 0.6.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andre Foeken
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-05-10 00:00:00 Z
18
+ date: 2012-05-30 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  requirement: &id001 !ruby/object:Gem::Requirement