Skip to content

Commit

Permalink
Merge pull request #94 from curationexperts/deprecation_once
Browse files Browse the repository at this point in the history
Require deprecation before we use it
  • Loading branch information
cbeer authored Sep 7, 2017
2 parents 19fce9a + d025647 commit a4c9189
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions app/models/riiif/image_information.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'deprecation'

module Riiif
# This is the result of calling the Riiif.image_info service. It stores the height & width
class ImageInformation
Expand Down
1 change: 1 addition & 0 deletions lib/riiif.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'riiif/version'
require 'deprecation'
require 'riiif/engine'
module Riiif
extend ActiveSupport::Autoload
Expand Down
1 change: 0 additions & 1 deletion lib/riiif/abstract_file_system_resolver.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'deprecation'
module Riiif
class AbstractFileSystemResolver
extend Deprecation
Expand Down

0 comments on commit a4c9189

Please sign in to comment.