carrierwave-ftp 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.gitignore CHANGED
@@ -2,6 +2,7 @@
2
2
  *.rbc
3
3
  .bundle
4
4
  .config
5
- tmp
5
+ tmp/
6
6
  Gemfile.lock
7
7
  .ftp
8
+ pkg/
@@ -10,6 +10,10 @@ module CarrierWave
10
10
  f
11
11
  end
12
12
 
13
+ def retrieve!(identifier)
14
+ CarrierWave::Storage::FTP::File.new(uploader, self, uploader.store_path(identifier))
15
+ end
16
+
13
17
  class File
14
18
  attr_reader :path
15
19
 
@@ -1,7 +1,7 @@
1
1
  module Carrierwave
2
2
  module Storage
3
3
  class FTP
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carrierwave-ftp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-17 00:00:00.000000000 Z
12
+ date: 2012-08-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: carrierwave
@@ -91,7 +91,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
91
91
  version: '0'
92
92
  segments:
93
93
  - 0
94
- hash: 3697623012549711169
94
+ hash: -1948286286856995991
95
95
  required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  none: false
97
97
  requirements:
@@ -100,10 +100,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  version: '0'
101
101
  segments:
102
102
  - 0
103
- hash: 3697623012549711169
103
+ hash: -1948286286856995991
104
104
  requirements: []
105
105
  rubyforge_project: carrierwave-mongoid
106
- rubygems_version: 1.8.24
106
+ rubygems_version: 1.8.23
107
107
  signing_key:
108
108
  specification_version: 3
109
109
  summary: FTP support for CarrierWave