ss-attachment_fu 3.2.17 → 3.2.18
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/CHANGELOG +7 -0
- data/README.rdoc +8 -1
- metadata +2 -1
data/CHANGELOG
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
* Apr 8, 2015 *
|
|
2
|
+
* Parameter resize_to can receive a symbol which is can be an instance method of class
|
|
3
|
+
* Rebuild gem into ss-attachment_fu
|
|
4
|
+
|
|
5
|
+
* Apr 7, 2015 *
|
|
6
|
+
* Directly save to AWS S3 based on Zoo configuration
|
|
7
|
+
|
|
1
8
|
* Jan 27, 2015 *
|
|
2
9
|
* Pull in changes from bacrossland to fix test suite *
|
|
3
10
|
|
data/README.rdoc
CHANGED
|
@@ -1,12 +1,19 @@
|
|
|
1
1
|
= attachment-fu
|
|
2
2
|
|
|
3
|
-
{<img src="https://badge.fury.io/rb/
|
|
3
|
+
{<img src="https://badge.fury.io/rb/ss-attachment_fu.svg" alt="Gem Version" />}[http://badge.fury.io/rb/ss-attachment_fu]
|
|
4
4
|
|
|
5
5
|
attachment_fu is a plugin by Rick Olson (aka technoweenie
|
|
6
6
|
http://techno-weenie.net) and is the successor to acts_as_attachment. To get a
|
|
7
7
|
basic run-through of its capabilities, check out {Mike Clark's
|
|
8
8
|
tutorial}[https://github.com/pothoven/attachment_fu/blob/master/TUTORIAL.rdoc].
|
|
9
9
|
|
|
10
|
+
= rebuild
|
|
11
|
+
I've decided rebuilt this gem into ss-attachment_fu so patch can be automatically updated when bundling
|
|
12
|
+
|
|
13
|
+
How to install :
|
|
14
|
+
|
|
15
|
+
<code>gem 'ss-attachment_fu'</code> and then <code>bundle install</code>
|
|
16
|
+
|
|
10
17
|
= patch
|
|
11
18
|
* Directly save to AWS S3 based on Zoo configuration
|
|
12
19
|
* Parameter resize_to can receive a symbol which is can be an instance method of class
|
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ss-attachment_fu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.18
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Rick Olson
|
|
9
9
|
- Steven Pothoven
|
|
10
|
+
- M. Yunan Helmy
|
|
10
11
|
autorequire:
|
|
11
12
|
bindir: bin
|
|
12
13
|
cert_chain: []
|