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.
@@ -1,5 +1,5 @@
1
1
  module RadiantClippedExtension
2
- VERSION = "1.0.15"
2
+ VERSION = "1.0.16"
3
3
  SUMMARY = %q{Assets for Radiant CMS}
4
4
  DESCRIPTION = %q{Asset-management derived from Keith Bingman's Paperclipped extension.}
5
5
  URL = "http://radiantcms.org"
@@ -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='-quality 33 -interlace Plane'}
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: 9
4
+ hash: 55
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 15
10
- version: 1.0.15
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-05 00:00:00 -06:00
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.3.9.3
237
+ rubygems_version: 1.8.10
240
238
  signing_key:
241
239
  specification_version: 3
242
240
  summary: Assets for Radiant CMS