skinny_jeans 0.6.3 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/skinny_jeans/log_parser.rb +1 -1
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.3
1
+ 0.6.4
@@ -108,7 +108,7 @@ module SkinnyJeans
108
108
  # copies the log file, reads it, then removes it
109
109
  def file_reader
110
110
 
111
- temp_file_path = "#{@logfile_path}.copy"
111
+ temp_file_path = ("/tmp/"<<File.basename("#{@logfile_path}.copy"))
112
112
  temp_file = FileUtils.cp(@logfile_path, temp_file_path)
113
113
 
114
114
  if @is_gzipped
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 3
9
- version: 0.6.3
8
+ - 4
9
+ version: 0.6.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jonathan Otto