radiant-assets-extension 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/assets_extension.rb CHANGED
@@ -17,6 +17,9 @@ class AssetsExtension < Radiant::Extension
17
17
  dragonfly.url_path_prefix = path
18
18
  if RadiantAssetsExtension::S3Store.enabled?
19
19
  dragonfly.datastore = RadiantAssetsExtension::S3Store.new
20
+ dragonfly.datastore.configure do |c|
21
+ c.use_filesystem = false
22
+ end
20
23
  end
21
24
 
22
25
  config.middleware.insert_after 'Rack::Lock', 'Dragonfly::Middleware', :assets, path
@@ -1,3 +1,3 @@
1
1
  module RadiantAssetsExtension
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-assets-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Gerrit Kaiser
@@ -101,7 +101,7 @@ has_rdoc: true
101
101
  homepage: http://ext.radiantcms.org/extensions/269-assets
102
102
  licenses: []
103
103
 
104
- post_install_message: "\n Add this to your radiant project with:\n config.gem 'radiant-assets-extension', :version => '0.0.5'\n "
104
+ post_install_message: "\n Add this to your radiant project with:\n config.gem 'radiant-assets-extension', :version => '0.0.6'\n "
105
105
  rdoc_options: []
106
106
 
107
107
  require_paths: