attached 0.4.5 → 0.4.6
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/README.rdoc +1 -1
- data/lib/attached/job.rb +3 -0
- data/lib/attached/version.rb +1 -1
- metadata +6 -6
data/README.rdoc
CHANGED
|
@@ -4,7 +4,7 @@ Attached is a Ruby on Rails file attachment tool that lets users upload to the c
|
|
|
4
4
|
|
|
5
5
|
== Requirements
|
|
6
6
|
|
|
7
|
-
The gem is tested with Ruby 1.9.2 and Rails 3.0
|
|
7
|
+
The gem is tested with Ruby 1.9.2 and Rails 3.1.0 but may well work with other versions of Ruby and Rails.
|
|
8
8
|
|
|
9
9
|
== Installation
|
|
10
10
|
|
data/lib/attached/job.rb
CHANGED
data/lib/attached/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: attached
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-09-
|
|
12
|
+
date: 2011-09-26 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: fog
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70292584300980 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70292584300980
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: identifier
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70292584254080 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70292584254080
|
|
36
36
|
description: Attached is a Ruby on Rails cloud attachment and processor library inspired
|
|
37
37
|
by Paperclip. Attached lets users push files to the cloud, then perform remote processing
|
|
38
38
|
on the files.
|