Skip to content

Commit

Permalink
Upped to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krobertson committed Apr 1, 2010
1 parent 195e523 commit 42a1bd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dm-paperclip.gemspec
Expand Up @@ -2,15 +2,15 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ken Robertson"]
s.date = %q{2010-03-17}
s.date = %q{2010-03-31}
s.email = %q{ken@invalidlogic.com}
s.extra_rdoc_files = ["README.rdoc"]
s.files = ["README.rdoc", "LICENSE", "Rakefile", "init.rb", "lib/dm-paperclip", "lib/dm-paperclip/attachment.rb", "lib/dm-paperclip/callback_compatability.rb", "lib/dm-paperclip/geometry.rb", "lib/dm-paperclip/interpolations.rb", "lib/dm-paperclip/iostream.rb", "lib/dm-paperclip/processor.rb", "lib/dm-paperclip/storage.rb", "lib/dm-paperclip/thumbnail.rb", "lib/dm-paperclip/upfile.rb", "lib/dm-paperclip/validations.rb", "lib/dm-paperclip.rb", "tasks/paperclip_tasks.rake", "test/attachment_test.rb", "test/fixtures", "test/fixtures/12k.png", "test/fixtures/50x50.png", "test/fixtures/5k.png", "test/fixtures/bad.png", "test/fixtures/text.txt", "test/geometry_test.rb", "test/helper.rb", "test/integration_test.rb", "test/iostream_test.rb", "test/paperclip_test.rb", "test/storage_test.rb", "test/thumbnail_test.rb"]
s.homepage = %q{http://invalidlogic.com/dm-paperclip/}
s.homepage = %q{http://github.com/krobertson/dm-paperclip}
s.rdoc_options = ["--line-numbers", "--inline-source"]
s.require_paths = ["lib"]
s.requirements = ["ImageMagick", "data_mapper"]
Expand Down
2 changes: 1 addition & 1 deletion lib/dm-paperclip.rb
Expand Up @@ -42,7 +42,7 @@
# documentation for Paperclip::ClassMethods for more useful information.
module Paperclip

VERSION = "2.2.10"
VERSION = "2.3.0"

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

0 comments on commit 42a1bd4

Please sign in to comment.