locomotive_cms 0.0.4.beta1 → 0.0.4.beta2

Sign up to get free protection for your applications and to get access to all the features.
@@ -43,7 +43,7 @@ module Admin
43
43
 
44
44
  def store_zipfile!
45
45
  file = CarrierWave::SanitizedFile.new(params[:zipfile])
46
- file.move_to(File.join(Rails.root, 'tmp', 'files', current_site.id.to_s))
46
+ file.copy_to(File.join(Rails.root, 'tmp', 'files', current_site.id.to_s, file.filename))
47
47
  file.path
48
48
  end
49
49
 
@@ -1,3 +1,3 @@
1
1
  module Locomotive #:nodoc
2
- VERSION = "0.0.4.beta1"
2
+ VERSION = "0.0.4.beta2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: locomotive_cms
3
3
  version: !ruby/object:Gem::Version
4
- hash: -1848230051
4
+ hash: -1848230054
5
5
  prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 4
10
- - beta1
11
- version: 0.0.4.beta1
10
+ - beta2
11
+ version: 0.0.4.beta2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Didier Lafforgue
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-10-17 00:00:00 +02:00
19
+ date: 2010-10-18 00:00:00 +02:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency