From 5187b80e371ab3dba013d3b263301e3ceca33fa7 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Sat, 15 Feb 2014 13:03:42 -0700 Subject: Update to 4.1.0 --- .gitignore | 2 +- rubygem-paperclip.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4010d6b..67939f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/paperclip-4.0.0.gem +/paperclip-4.1.0.gem diff --git a/rubygem-paperclip.spec b/rubygem-paperclip.spec index c9c0882..7c73c14 100644 --- a/rubygem-paperclip.spec +++ b/rubygem-paperclip.spec @@ -1,7 +1,7 @@ %global gem_name paperclip Name: rubygem-%{gem_name} -Version: 4.0.0 +Version: 4.1.0 Release: 1%{?dist} Summary: File attachments as attributes for ActiveRecord Group: Development/Languages @@ -114,6 +114,9 @@ popd %changelog +* Sat Feb 15 2014 Ken Dreyer - 4.1.0-1 +- Update to 4.1.0 + * Thu Feb 06 2014 Ken Dreyer - 4.0.0-1 - Update to 4.0.0 - Move README to main package diff --git a/sources b/sources index 6f69cb9..a29d412 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e02b10db03ef454b191d9787feedbb37 paperclip-4.0.0.gem +ccb3e04bc288109e644435cc9aa99dff paperclip-4.1.0.gem -- cgit