rpack 0.0.1 → 0.0.2

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 +3 -3
@@ -49,7 +49,7 @@ module Rpack
49
49
  end
50
50
 
51
51
  if update
52
- mtime = Time.now.strftime("%Y%m%d%H%M%S").to_i+count
52
+ mtime = (Time.now+count).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
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Eustaquio 'TaQ' Rangel
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-11-12 00:00:00 -02:00
17
+ date: 2010-11-15 00:00:00 -02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency