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 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.9 but may well work with other versions of Ruby and Rails.
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
@@ -1,5 +1,7 @@
1
1
  module Attached
2
+
2
3
  class Job
4
+
3
5
  @queue = :attached
4
6
 
5
7
  def self.perform(klass, id, method)
@@ -17,4 +19,5 @@ module Attached
17
19
  end
18
20
 
19
21
  end
22
+
20
23
  end
@@ -1,3 +1,3 @@
1
1
  module Attached
2
- VERSION = "0.4.5"
2
+ VERSION = "0.4.6"
3
3
  end
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.5
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-06 00:00:00.000000000Z
12
+ date: 2011-09-26 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fog
16
- requirement: &70249468180300 !ruby/object:Gem::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: *70249468180300
24
+ version_requirements: *70292584300980
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: identifier
27
- requirement: &70249468179880 !ruby/object:Gem::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: *70249468179880
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.