oai 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -1,4 +1,4 @@
1
- RUBY_OAI_VERSION = '0.0.4'
1
+ RUBY_OAI_VERSION = '0.0.5'
2
2
 
3
3
  require 'rubygems'
4
4
  require 'rake'
@@ -14,7 +14,7 @@ module OAI::Provider::Response
14
14
  records.each do |rec|
15
15
  r.record do
16
16
  header_for rec
17
- data_for rec
17
+ data_for rec unless deleted?(rec)
18
18
  end
19
19
  end
20
20
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: oai
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.4
7
- date: 2007-02-05 00:00:00 -05:00
6
+ version: 0.0.5
7
+ date: 2007-02-16 00:00:00 -05:00
8
8
  summary: A ruby library for working with the Open Archive Initiative Protocol for Metadata Harvesting (OAI-PMH)
9
9
  require_paths:
10
10
  - lib