caren-api 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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.0
1
+ 0.6.1
data/caren-api.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "caren-api"
8
- s.version = "0.6.0"
8
+ s.version = "0.6.1"
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"]
@@ -26,7 +26,6 @@ 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
30
29
  :valid_from, # Date
31
30
  :valid_to, # Date
32
31
  :timeline_id # Integer
@@ -84,7 +83,6 @@ class Caren::Store::Billable < Caren::Base
84
83
  :plannable_max_duration => self.plannable_max_duration,
85
84
  :plannable_comment_above => self.plannable_comment_above,
86
85
  :plannable_description_required => self.plannable_description_required,
87
- :available => self.available,
88
86
  :valid_from => self.valid_from,
89
87
  :valid_to => self.valid_to,
90
88
  :timeline_id => self.timeline_id
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: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 0
10
- version: 0.6.0
9
+ - 1
10
+ version: 0.6.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andre Foeken