We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e913e0 commit fdb37dcCopy full SHA for fdb37dc
2 files changed
Changes
@@ -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
+
7
v0.0.5 Fri Feb 16, 2007
8
- fixed problem with provider supplying metadata for deleted records
9
lib/oai/harvester/shell.rb
@@ -110,6 +110,8 @@ def info(args)
110
print_site(site)
111
end
112
puts
113
+ rescue
114
+ puts args + " doesn't appear to be configured, use list to see configured repositories."
115
116
117
def new
0 commit comments