ruby-hl7 0.2.44 → 0.2.50

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.
Files changed (2) hide show
  1. data/lib/ruby-hl7.rb +4 -4
  2. metadata +4 -4
data/lib/ruby-hl7.rb CHANGED
@@ -9,7 +9,7 @@
9
9
  #
10
10
  # License: BSD
11
11
  #
12
- # $Id: ruby-hl7.rb 44 2007-08-05 21:51:28Z segfault $
12
+ # $Id: ruby-hl7.rb 50 2007-10-18 15:10:27Z segfault $
13
13
  #
14
14
  # == License
15
15
  # see the LICENSE file
@@ -18,11 +18,11 @@
18
18
  require 'rubygems'
19
19
  require "stringio"
20
20
  require "date"
21
- require 'facets/core/class/cattr'
22
- require 'facets/core/proc/bind'
21
+ require 'facets/module/cattr'
22
+ require 'facets/proc/bind'
23
23
 
24
24
  module HL7 # :nodoc:
25
- VERSION = "0.2.%s" % "$Rev: 44 $".gsub(/\$Rev:\s+/, '').gsub(/\s*\$$/, '')
25
+ VERSION = "0.2.%s" % "$Rev: 50 $".gsub(/\$Rev:\s+/, '').gsub(/\s*\$$/, '')
26
26
  end
27
27
 
28
28
  # Encapsulate HL7 specific exceptions
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: ruby-hl7
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.44
7
- date: 2007-08-05 00:00:00 -04:00
6
+ version: 0.2.50
7
+ date: 2007-10-18 00:00:00 -04:00
8
8
  summary: Ruby HL7 Library
9
9
  require_paths:
10
10
  - lib
@@ -82,7 +82,7 @@ dependencies:
82
82
  requirements:
83
83
  - - ">="
84
84
  - !ruby/object:Gem::Version
85
- version: 1.8.51
85
+ version: "2.0"
86
86
  version:
87
87
  - !ruby/object:Gem::Dependency
88
88
  name: rake
@@ -100,5 +100,5 @@ dependencies:
100
100
  requirements:
101
101
  - - ">="
102
102
  - !ruby/object:Gem::Version
103
- version: 0.4.3
103
+ version: 0.4.4
104
104
  version: