Skip to content

Commit

Permalink
Require extlib. Fixes issue with datamapper 1.0. Its a safe dependenc…
Browse files Browse the repository at this point in the history
…y since dm-core depends on it.
  • Loading branch information
krobertson committed Jun 9, 2010
1 parent d9ea5b8 commit ac8ec34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dm-paperclip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{dm-paperclip}
s.version = "2.4.0"
s.version = "2.4.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ken Robertson"]
Expand Down
3 changes: 2 additions & 1 deletion lib/dm-paperclip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
require 'erb'
require 'tempfile'

require 'extlib'
require 'dm-core'

require 'dm-paperclip/upfile'
Expand All @@ -43,7 +44,7 @@
# documentation for Paperclip::ClassMethods for more useful information.
module Paperclip

VERSION = "2.4.0"
VERSION = "2.4.1"

# To configure Paperclip, put this code in an initializer, Rake task, or wherever:
#
Expand Down

0 comments on commit ac8ec34

Please sign in to comment.