From 9c6cb3dc37ec4f1ece87a0da113436ebee96f15c Mon Sep 17 00:00:00 2001 From: snusnu Date: Mon, 15 Mar 2010 18:25:07 +0100 Subject: [PATCH] Bumped version to 2.2.9.2 --- dm-paperclip.gemspec | 2 +- lib/dm-paperclip.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dm-paperclip.gemspec b/dm-paperclip.gemspec index c6d05c2..1203f1e 100644 --- a/dm-paperclip.gemspec +++ b/dm-paperclip.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = %q{dm-paperclip} - s.version = "2.2.9.1" + s.version = "2.2.9.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Ken Robertson"] diff --git a/lib/dm-paperclip.rb b/lib/dm-paperclip.rb index 332d760..ee9645b 100644 --- a/lib/dm-paperclip.rb +++ b/lib/dm-paperclip.rb @@ -47,7 +47,7 @@ # documentation for Paperclip::ClassMethods for more useful information. module Paperclip - VERSION = "2.2.9.1" + VERSION = "2.2.9.2" class << self # Provides configurability to Paperclip. There are a number of options available, such as: