Skip to content

Commit fdb37dc

Browse files
committed
Updated Changes for release of 0.0.6, plus small bug fix in shell.rb
1 parent 8e913e0 commit fdb37dc

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.0.6 Tue Jun 5, 2007
2+
- change to resumption token location in the response, to better conform to the specification.
3+
- oai shell date parsing should now be working correctly.
4+
- ability to list metadata formats for an individual record.
5+
- AR returning Time object bug fixed.
6+
17
v0.0.5 Fri Feb 16, 2007
28
- fixed problem with provider supplying metadata for deleted records
39

lib/oai/harvester/shell.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ def info(args)
110110
print_site(site)
111111
end
112112
puts
113+
rescue
114+
puts args + " doesn't appear to be configured, use list to see configured repositories."
113115
end
114116

115117
def new

0 commit comments

Comments
 (0)