ruby-hl7 1.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +1 -0
  2. data/lib/ruby-hl7.rb +1 -1
  3. 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
@@ -21,7 +21,7 @@ require "stringio"
21
21
  require "date"
22
22
 
23
23
  module HL7 # :nodoc:
24
- VERSION = "1.0"
24
+ VERSION = "1.0.1"
25
25
  def self.ParserConfig
26
26
  @parser_cfg ||= { :empty_segment_is_error => true }
27
27
  end
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: 15
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- version: "1.0"
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-05 00:00:00 -06:00
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: segfault@hasno.info
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: http://rubyforge.org/ruby-hl7
116
+ homepage: https://github.com/ruby-hl7/ruby-hl7
116
117
  licenses: []
117
118
 
118
119
  post_install_message: