rpack 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/unpacker.rb +1 -1
  2. metadata +2 -2
@@ -49,7 +49,7 @@ module Rpack
49
49
  end
50
50
 
51
51
  if update
52
- mtime = (Time.now+count).strftime("%Y%m%d%H%M%S")
52
+ mtime = (Time.now+count).getutc.strftime("%Y%m%d%H%M%S")
53
53
  file = file.sub(/[0-9]{14}/,mtime.to_s)
54
54
  count += 1
55
55
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 4
9
- version: 0.0.4
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Eustaquio 'TaQ' Rangel