leofs_manager_client 0.2.14 → 0.2.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -103,7 +103,8 @@ module LeoFSManager
103
103
  @size = h[:size]
104
104
  @clock = h[:clock]
105
105
  @checksum = h[:checksum]
106
- @timestamp = Time.parse(h[:timestamp])
106
+ timestamp = h[:timestamp]
107
+ @timestamp = timestamp.empty? ? timestamp : Time.parse(timestamp)
107
108
  @delete = h[:delete]
108
109
  @num_of_chunks = h[:num_of_chunks]
109
110
  end
@@ -26,7 +26,7 @@ require "time"
26
26
  require_relative "leofs_manager_client/leofs_manager_models"
27
27
 
28
28
  module LeoFSManager
29
- VERSION = "0.2.14"
29
+ VERSION = "0.2.15"
30
30
 
31
31
  class Client
32
32
  CMD_VERSION = "version"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leofs_manager_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.14
4
+ version: 0.2.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-12-26 00:00:00.000000000 Z
13
+ date: 2013-01-30 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: Client for LeoFS Manager
16
16
  email:
@@ -49,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  version: '0'
50
50
  requirements: []
51
51
  rubyforge_project:
52
- rubygems_version: 1.8.23
52
+ rubygems_version: 1.8.24
53
53
  signing_key:
54
54
  specification_version: 3
55
55
  summary: Client for LeoFS Manager