caren-api 0.9.10 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/.rvmrc +1 -0
  2. data/VERSION +1 -1
  3. data/caren-api.gemspec +4 -3
  4. data/lib/caren/event.rb +1 -0
  5. metadata +5 -4
data/.rvmrc ADDED
@@ -0,0 +1 @@
1
+ rvm use 1.9.3@caren-api
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.10
1
+ 0.10.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.9.10"
8
+ s.version = "0.10.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 = "2013-01-16"
12
+ s.date = "2013-02-15"
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 = [
@@ -17,6 +17,7 @@ Gem::Specification.new do |s|
17
17
  "README.rdoc"
18
18
  ]
19
19
  s.files = [
20
+ ".rvmrc",
20
21
  ".travis.yml",
21
22
  "Gemfile",
22
23
  "LICENSE.txt",
@@ -112,7 +113,7 @@ Gem::Specification.new do |s|
112
113
  s.homepage = "http://github.com/foeken/caren-api"
113
114
  s.licenses = ["MIT"]
114
115
  s.require_paths = ["lib"]
115
- s.rubygems_version = "1.8.24"
116
+ s.rubygems_version = "1.8.25"
116
117
  s.summary = "Reference implementation of Caren CareProvider API"
117
118
 
118
119
  if s.respond_to? :specification_version then
data/lib/caren/event.rb CHANGED
@@ -13,6 +13,7 @@ class Caren::Event < Caren::Base
13
13
  :valid_from, # Date
14
14
  :valid_to, # Date
15
15
  :person_first_name, # String
16
+ :charged, # Boolean
16
17
  :person_last_name, # String
17
18
  :person_male, # Boolean
18
19
  :billable_id, # Integer (Caren billable id)
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.10
4
+ version: 0.10.0
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: 2013-01-16 00:00:00.000000000 Z
12
+ date: 2013-02-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n
@@ -164,6 +164,7 @@ extra_rdoc_files:
164
164
  - LICENSE.txt
165
165
  - README.rdoc
166
166
  files:
167
+ - .rvmrc
167
168
  - .travis.yml
168
169
  - Gemfile
169
170
  - LICENSE.txt
@@ -270,7 +271,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
270
271
  version: '0'
271
272
  segments:
272
273
  - 0
273
- hash: 507209464321922472
274
+ hash: -301957483671483139
274
275
  required_rubygems_version: !ruby/object:Gem::Requirement
275
276
  none: false
276
277
  requirements:
@@ -279,7 +280,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
279
280
  version: '0'
280
281
  requirements: []
281
282
  rubyforge_project:
282
- rubygems_version: 1.8.24
283
+ rubygems_version: 1.8.25
283
284
  signing_key:
284
285
  specification_version: 3
285
286
  summary: Reference implementation of Caren CareProvider API