ruby-hl7 1.0 → 1.0.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/README.rdoc +1 -0
- data/lib/ruby-hl7.rb +1 -1
- metadata +6 -5
data/README.rdoc
CHANGED
|
@@ -8,6 +8,7 @@ The version id can be found in the HL7::VERSION constant.
|
|
|
8
8
|
|
|
9
9
|
* Git: http://github.com/ruby-hl7/ruby-hl7.git
|
|
10
10
|
* Docs: http://ruby-hl7.rubyforge.org
|
|
11
|
+
* Rubygems: https://rubygems.org/gems/ruby-hl7
|
|
11
12
|
* Rubyforge: http://rubyforge.org/projects/ruby-hl7
|
|
12
13
|
|
|
13
14
|
Lists
|
data/lib/ruby-hl7.rb
CHANGED
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-hl7
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.0.1
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- Mark Guzman
|
|
@@ -14,7 +15,7 @@ autorequire:
|
|
|
14
15
|
bindir: bin
|
|
15
16
|
cert_chain: []
|
|
16
17
|
|
|
17
|
-
date: 2010-12-
|
|
18
|
+
date: 2010-12-06 00:00:00 -06:00
|
|
18
19
|
default_executable:
|
|
19
20
|
dependencies:
|
|
20
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -50,7 +51,7 @@ dependencies:
|
|
|
50
51
|
type: :runtime
|
|
51
52
|
version_requirements: *id002
|
|
52
53
|
description: A simple library to parse and generate HL7 2.x messages
|
|
53
|
-
email:
|
|
54
|
+
email: ruby-hl7@googlegroups.com
|
|
54
55
|
executables: []
|
|
55
56
|
|
|
56
57
|
extensions: []
|
|
@@ -112,7 +113,7 @@ files:
|
|
|
112
113
|
- README.rdoc
|
|
113
114
|
- LICENSE
|
|
114
115
|
has_rdoc: true
|
|
115
|
-
homepage:
|
|
116
|
+
homepage: https://github.com/ruby-hl7/ruby-hl7
|
|
116
117
|
licenses: []
|
|
117
118
|
|
|
118
119
|
post_install_message:
|