bcms_thumbnail 1.0.0 → 1.0.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/README +7 -1
- metadata +3 -3
data/README
CHANGED
|
@@ -34,7 +34,7 @@ The above, but only for images with a certain tag? Oh, hell yes:
|
|
|
34
34
|
|
|
35
35
|
Note: The code above is yucky. But cool.
|
|
36
36
|
|
|
37
|
-
==
|
|
37
|
+
== Geometries
|
|
38
38
|
|
|
39
39
|
ImageMagick will preserve aspect ratio with all the geometries below:
|
|
40
40
|
|
|
@@ -52,6 +52,12 @@ More info on ImageMagick geometry here: http://www.imagemagick.org/www/command-l
|
|
|
52
52
|
* Beef up the thumbnail helper to expose more mini_magick features.
|
|
53
53
|
* Better error reporting and sanity checking.
|
|
54
54
|
|
|
55
|
+
== Installation
|
|
56
|
+
|
|
57
|
+
gem install bcms_thumbnail
|
|
58
|
+
|
|
59
|
+
and then follow the standard module installation instructions here: http://guides.browsercms.org/installing_modules.html
|
|
60
|
+
|
|
55
61
|
== Requires
|
|
56
62
|
|
|
57
63
|
* The mini_magick gem, version >= 1.2.5
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 1.0.
|
|
8
|
+
- 1
|
|
9
|
+
version: 1.0.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Dan Collis-Puro
|
|
@@ -50,7 +50,7 @@ files:
|
|
|
50
50
|
- public/bcms/thumbnail/README
|
|
51
51
|
- README
|
|
52
52
|
has_rdoc: true
|
|
53
|
-
homepage: http://
|
|
53
|
+
homepage: http://github.com/djcp/bcms_thumbnail
|
|
54
54
|
licenses: []
|
|
55
55
|
|
|
56
56
|
post_install_message:
|