moxify 0.1.7 → 0.1.7.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,8 @@
1
1
  # This is a hook into Dragonfly's ImageMagick processor class
2
2
  # It makes sure quality is 100 for thumbnail generation
3
+
4
+ require 'dragonfly'
5
+
3
6
  module Dragonfly
4
7
  module Processing
5
8
  class ImageMagickProcessor
@@ -1,3 +1,3 @@
1
1
  module Moxify
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.7.1"
3
3
  end
data/lib/moxify.rb CHANGED
@@ -1,4 +1,5 @@
1
1
  require 'refinerycms-base'
2
+ require 'moxify/version'
2
3
 
3
4
  module Moxify
4
5
 
data/moxify.gemspec CHANGED
@@ -1,4 +1,3 @@
1
- # DO NOT EDIT THIS FILE DIRECTLY! Instead, use lib/gemspec.rb to generate it.
2
1
  $:.push File.expand_path("../lib", __FILE__)
3
2
  require "moxify/version"
4
3
 
@@ -18,4 +17,4 @@ Gem::Specification.new do |s|
18
17
  s.require_paths = ["lib", "config", "app", "public"]
19
18
 
20
19
  s.add_dependency 'refinerycms', '~> 0.9.9.18'
21
- end
20
+ end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: moxify
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.7
5
+ version: 0.1.7.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Marian Andre
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-28 00:00:00 +02:00
13
+ date: 2011-04-29 00:00:00 +02:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency