[rubygem-paranoia] Update to paranoia 2.0.2

slinabery slinabery at fedoraproject.org
Mon Feb 3 19:18:50 UTC 2014


commit 633635f22e12fc6f6a170a31f860c56becf2a5c5
Author: Steve Linabery <slinaber at redhat.com>
Date:   Mon Feb 3 13:19:21 2014 -0600

    Update to paranoia 2.0.2

 .gitignore            |    1 +
 rubygem-paranoia.spec |    6 +++++-
 sources               |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7445735..c897e58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /paranoia-1.1.0.gem
 /paranoia-2.0.0.gem
+/paranoia-2.0.2.gem
diff --git a/rubygem-paranoia.spec b/rubygem-paranoia.spec
index 3224b0b..634727d 100644
--- a/rubygem-paranoia.spec
+++ b/rubygem-paranoia.spec
@@ -3,7 +3,7 @@
 
 Summary: Cleaner re-implementation of acts_as_paranoid (ActiveRecord soft-delete plugin)
 Name: rubygem-%{gem_name}
-Version: 2.0.0
+Version: 2.0.2
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -67,6 +67,7 @@ popd
 %dir %{gem_instdir}
 %{gem_libdir}
 %exclude %{gem_cache}
+%exclude %{gem_instdir}/.*
 %{gem_spec}
 %{gem_instdir}/README.md
 %{gem_instdir}/LICENSE
@@ -78,6 +79,9 @@ popd
 %{gem_instdir}/Gemfile
 
 %changelog
+* Mon Feb 03 2014 Steve Linabery <slinaber at redhat.com> - 2.0.2-1
+- Update to paranoia 2.0.2
+
 * Mon Aug 19 2013 Josef Stribny <jstribny at redhat.com> - 2.0.0-1
 - Update to paranoia 2.0.0
 
diff --git a/sources b/sources
index a52980b..7df486f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4a7017f920d561d7cc5cbaef3e89b43  paranoia-2.0.0.gem
+a82ccbe761882a1653a8b4dcbcab7f2a  paranoia-2.0.2.gem


More information about the scm-commits mailing list