openehr 1.2.3 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b5e25ff7378f70ff99f0822889b6ecc829c0002
4
- data.tar.gz: 16a3f4d0617ce6b0ee836edc1b8fb6681af39aa6
3
+ metadata.gz: 62bd04780c1cc6e2aa0754554f6b53c8878f0000
4
+ data.tar.gz: 37716a093625c4e4a2ebfd50469932879e46f945
5
5
  SHA512:
6
- metadata.gz: 7b40e282db028ad08d20ab560a2160d9f60ea81ed29fba6eb75bcbfa921e45e5dcbfcb3aa3d2c1763807ad4b1edbc8a6bba6cbc7ffefe9180ecb054e1b91ab77
7
- data.tar.gz: 9add97eacc23d3fb88e255aca555cd821675014a03e08133a6b442d745f41eee393a8f752dca825baa973eba489c3a6a1cf010e7710de7aa89589a15cc058bef
6
+ metadata.gz: d9e41762ce811781c8f78e528d414fd9d1fb5d0ea71690dbb5d29fa8c5e7209387d4a090b7f4484e4954b79fbf8b332cadb27856581d66da926f5635017ec681
7
+ data.tar.gz: 9a1de874df39fec7a6e8ec03399bbce810b0e81d239ca181f84df40ec863a9a21c8845c6728c0efae1ed88170f001f0eddc969b7b4837fef26cc950bfeafb09e
@@ -1,6 +1,7 @@
1
1
  = Synopsis
2
2
 
3
- Ruby openEHR implementation project.
3
+ A Ruby implementation of the openEHR specifications
4
+
4
5
  * http://github.com/skoba/openehr-ruby
5
6
 
6
7
  = Requirements
@@ -152,13 +152,13 @@ module OpenEHR
152
152
  end
153
153
  @timing = timing
154
154
  end
155
- end
156
155
 
157
- def action_archetype_id=(action_archetype_id)
158
- if action_archetype_id.nil? || action_archetype_id.empty?
159
- raise ArgumentError, 'action_archetype_id is mandatory'
156
+ def action_archetype_id=(action_archetype_id)
157
+ if action_archetype_id.nil? || action_archetype_id.empty?
158
+ raise ArgumentError, 'action_archetype_id is mandatory'
159
+ end
160
+ @action_archetype_id = action_archetype_id
160
161
  end
161
- @action_archetype_id = action_archetype_id
162
162
  end
163
163
 
164
164
  class Action < CareEntry
@@ -1,3 +1,3 @@
1
1
  module OpenEHR
2
- VERSION = "1.2.3"
2
+ VERSION = "1.2.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openehr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shinji KOBAYASHI
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2013-03-14 00:00:00.000000000 Z
15
+ date: 2013-03-21 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rake