area17-paperclip 2.2.9.2.2 → 2.2.9.2.3
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/lib/paperclip.rb +1 -1
- data/{tasks/paperclip_tasks.rake → lib/paperclip/tasks.rb} +0 -0
- data/tasks/rails.rake +1 -0
- metadata +6 -4
data/lib/paperclip.rb
CHANGED
|
@@ -44,7 +44,7 @@ end
|
|
|
44
44
|
# documentation for Paperclip::ClassMethods for more useful information.
|
|
45
45
|
module Paperclip
|
|
46
46
|
|
|
47
|
-
VERSION = "2.2.9.2.
|
|
47
|
+
VERSION = "2.2.9.2.3"
|
|
48
48
|
|
|
49
49
|
class << self
|
|
50
50
|
# Provides configurability to Paperclip. There are a number of options available, such as:
|
|
File without changes
|
data/tasks/rails.rake
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
require File.join(File.dirname(__FILE__), '/../lib/paperclip/tasks')
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: area17-paperclip
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.9.2.
|
|
4
|
+
version: 2.2.9.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jon Yurek
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-07
|
|
12
|
+
date: 2009-08-07 00:00:00 -07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -64,10 +64,11 @@ files:
|
|
|
64
64
|
- lib/paperclip/matchers.rb
|
|
65
65
|
- lib/paperclip/processor.rb
|
|
66
66
|
- lib/paperclip/storage.rb
|
|
67
|
+
- lib/paperclip/tasks.rb
|
|
67
68
|
- lib/paperclip/thumbnail.rb
|
|
68
69
|
- lib/paperclip/upfile.rb
|
|
69
70
|
- lib/paperclip.rb
|
|
70
|
-
- tasks/
|
|
71
|
+
- tasks/rails.rake
|
|
71
72
|
- test/attachment_test.rb
|
|
72
73
|
- test/database.yml
|
|
73
74
|
- test/fixtures
|
|
@@ -95,6 +96,7 @@ files:
|
|
|
95
96
|
- shoulda_macros/paperclip.rb
|
|
96
97
|
has_rdoc: false
|
|
97
98
|
homepage: http://www.thoughtbot.com/projects/paperclip
|
|
99
|
+
licenses:
|
|
98
100
|
post_install_message:
|
|
99
101
|
rdoc_options:
|
|
100
102
|
- --line-numbers
|
|
@@ -116,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
116
118
|
requirements:
|
|
117
119
|
- ImageMagick
|
|
118
120
|
rubyforge_project: paperclip
|
|
119
|
-
rubygems_version: 1.
|
|
121
|
+
rubygems_version: 1.3.5
|
|
120
122
|
signing_key:
|
|
121
123
|
specification_version: 3
|
|
122
124
|
summary: File attachments as attributes for ActiveRecord
|