lib/unbreakable/processors/transform.rb in unbreakable-0.0.4 vs lib/unbreakable/processors/transform.rb in unbreakable-0.0.5

- old
+ new

@@ -27,10 +27,10 @@ # Public methods must return an object with which a +TempObject+ may be # initialized (+String+, +File+, +Tempfile+, +Pathname+ or +TempObject+). # # You can raise +Dragonfly::Configurable::NotConfigured+ if a configurable # variable is required but missing. If a variable is invalid, you can raise - # +Dragonfly::Configurable::BadConfigAttribute+. + # +Dragonfly::Configurable::InvalidConfiguration+. # # If a process has dependencies or conditions, then you can test for these # conditions and throw +:unable_to_handle+ to skip processing. # # If multiple processors define a public method by the same name, the methods