radiant-clipped-extension 1.0.15 → 1.0.16
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/radiant-clipped-extension.rb +1 -1
- data/spec/models/asset_type_spec.rb +1 -1
- metadata +5 -7
@@ -49,7 +49,7 @@ describe AssetType do
|
|
49
49
|
its(:paperclip_styles) { should == {
|
50
50
|
:special => {:geometry => "800x800>", :format => 'jpg'},
|
51
51
|
:tiny => {:geometry => "10x10#", :format => 'png'},
|
52
|
-
:custom => {:geometry => "1x1", :convert_options
|
52
|
+
:custom => {:geometry => "1x1", :convert_options => '-quality 33 -interlace Plane'}
|
53
53
|
}}
|
54
54
|
end
|
55
55
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-clipped-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 55
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 16
|
10
|
+
version: 1.0.16
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Keith Bingman
|
@@ -19,8 +19,7 @@ autorequire:
|
|
19
19
|
bindir: bin
|
20
20
|
cert_chain: []
|
21
21
|
|
22
|
-
date: 2012-01-
|
23
|
-
default_executable:
|
22
|
+
date: 2012-01-06 00:00:00 Z
|
24
23
|
dependencies:
|
25
24
|
- !ruby/object:Gem::Dependency
|
26
25
|
name: acts_as_list
|
@@ -206,7 +205,6 @@ files:
|
|
206
205
|
- wireframes/edit-page-assets.png
|
207
206
|
- wireframes/edit-page.bmml
|
208
207
|
- wireframes/edit-page.png
|
209
|
-
has_rdoc: true
|
210
208
|
homepage: http://radiantcms.org
|
211
209
|
licenses: []
|
212
210
|
|
@@ -236,7 +234,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
236
234
|
requirements: []
|
237
235
|
|
238
236
|
rubyforge_project:
|
239
|
-
rubygems_version: 1.
|
237
|
+
rubygems_version: 1.8.10
|
240
238
|
signing_key:
|
241
239
|
specification_version: 3
|
242
240
|
summary: Assets for Radiant CMS
|