[rubygem-hipchat] Update to hipchat 1.1.0 (RHBZ #1074980)

Ken Dreyer ktdreyer at fedoraproject.org
Tue Mar 11 15:18:03 UTC 2014


commit 3d3bfeb06db47e3f57f0ad8b903244339454052f
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date:   Tue Mar 11 09:17:38 2014 -0600

    Update to hipchat 1.1.0 (RHBZ #1074980)

 rubygem-hipchat.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-hipchat.spec b/rubygem-hipchat.spec
index b31358f..d208957 100644
--- a/rubygem-hipchat.spec
+++ b/rubygem-hipchat.spec
@@ -1,7 +1,7 @@
 %global gem_name hipchat
 
 Name: rubygem-%{gem_name}
-Version: 1.0.1
+Version: 1.1.0
 Release: 1%{?dist}
 Summary: Ruby library to interact with HipChat
 Group: Development/Languages
@@ -42,7 +42,8 @@ gem unpack %{SOURCE0}
 gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
 
 # Remove developer-only files.
-for f in .document .gitignore .travis.yml Gemfile Rakefile; do
+for f in .document .gitignore .ruby-gemset .ruby-version .travis.yml \
+Gemfile Rakefile; do
   rm $f
   sed -i "s|\"$f\",||g" %{gem_name}.gemspec
 done
@@ -88,6 +89,9 @@ popd
 
 
 %changelog
+* Tue Mar 11 2014 Ken Dreyer <ktdreyer at ktdreyer.com> - 1.1.0-1
+- Update to hipchat 1.1.0 (RHBZ #1074980)
+
 * Sat Dec 28 2013 Ken Dreyer <ktdreyer at ktdreyer.com> - 1.0.1-1
 - Update to hipchat 1.0.1 (RHBZ #1044454)
 


More information about the scm-commits mailing list