oai_talia 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,9 +25,9 @@ module OAI::Provider
25
25
  when /^s/
26
26
  options[:set] = part.sub(/^s\(/, '').sub(/\)$/, '')
27
27
  when /^f/
28
- options[:from] = Time.parse(part.sub(/^f\(/, '').sub(/\)$/, '')).localtime
28
+ options[:from] = Time.parse(part.sub(/^f\(/, '').sub(/\)$/, ''))
29
29
  when /^u/
30
- options[:until] = Time.parse(part.sub(/^u\(/, '').sub(/\)$/, '')).localtime
30
+ options[:until] = Time.parse(part.sub(/^u\(/, '').sub(/\)$/, ''))
31
31
  end
32
32
  end
33
33
  self.new(options)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oai_talia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ed Summers
@@ -10,7 +10,7 @@ autorequire: oai
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2010-01-26 00:00:00 +01:00
13
+ date: 2010-01-28 00:00:00 +01:00
14
14
  default_executable: oai
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency