jeremyboles-graffic 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/graffic.rb +1 -1
  2. metadata +1 -1
data/lib/graffic.rb CHANGED
@@ -270,7 +270,7 @@ protected
270
270
  def run_processors
271
271
  logger.debug("***** Graffic[#{self.id}](#{self.name}): Running processor")
272
272
  unless self.processor.blank?
273
- @image = processor.call(image)
273
+ @image = processor.call(image, self)
274
274
  raise 'You need to return an image' unless @image.is_a?(Magick::Image)
275
275
  end
276
276
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jeremyboles-graffic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Boles