caren-api 0.4.28 → 0.4.29

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.28
1
+ 0.4.29
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.4.28"
8
+ s.version = "0.4.29"
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-02-09"
12
+ s.date = "2012-02-10"
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 = [
@@ -19,8 +19,6 @@ class Caren::Billable < Caren::Base
19
19
  :vat_promillage, # Integer
20
20
  :type, # String (Store::Product,Store::Service,Store::ChatSession)
21
21
  :status, # String (pending, active)
22
- :send_reminder_subject, # Boolean
23
- :send_reminder_person, # Boolean
24
22
  :send_reminder_in_advance, # Integer (in seconds)
25
23
  :plannable_by_subject, # Boolean
26
24
  :plannable_margin_before, # Integer (in seconds)
@@ -72,8 +70,6 @@ class Caren::Billable < Caren::Base
72
70
  :piece_duration => self.piece_duration,
73
71
  :min_amount => self.min_amount,
74
72
  :default_amount => self.default_amount,
75
- :send_reminder_subject => self.send_reminder_subject,
76
- :send_reminder_person => self.send_reminder_person,
77
73
  :send_reminder_in_advance => self.send_reminder_in_advance,
78
74
  :plannable_by_subject => self.plannable_by_subject,
79
75
  :plannable_margin_before => self.plannable_margin_before,
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: 55
4
+ hash: 53
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 28
10
- version: 0.4.28
9
+ - 29
10
+ version: 0.4.29
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-02-09 00:00:00 Z
18
+ date: 2012-02-10 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  requirement: &id001 !ruby/object:Gem::Requirement