rpms/rubygem-hoe/F-9 .cvsignore, 1.7, 1.8 rubygem-hoe.spec, 1.7, 1.8 sources, 1.7, 1.8

Darryl L. Pierce mcpierce at fedoraproject.org
Mon Oct 27 14:39:07 UTC 2008


Author: mcpierce

Update of /cvs/pkgs/rpms/rubygem-hoe/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31059

Modified Files:
	.cvsignore rubygem-hoe.spec sources 
Log Message:
Release 1.8.2 of Hoe.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-hoe/F-9/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	23 Oct 2008 13:47:30 -0000	1.7
+++ .cvsignore	27 Oct 2008 14:38:36 -0000	1.8
@@ -1 +1 @@
-hoe-1.8.1.gem
+hoe-1.8.2.gem


Index: rubygem-hoe.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-hoe/F-9/rubygem-hoe.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rubygem-hoe.spec	23 Oct 2008 13:47:30 -0000	1.7
+++ rubygem-hoe.spec	27 Oct 2008 14:38:36 -0000	1.8
@@ -5,7 +5,7 @@
 
 Summary:    Hoe is a simple rake/rubygems helper for project Rakefiles
 Name:       rubygem-%{gemname}
-Version:    1.8.1
+Version:    1.8.2
 Release:    1%{?dist}
 Group:      Development/Languages
 License:    MIT
@@ -23,7 +23,34 @@
 %description
 Hoe is a simple rake/rubygems helper for project Rakefiles. It generates all
 the usual tasks for projects including rdoc generation, testing, packaging,
-and deployment.
+and deployment.  Tasks Provided:  
+ * announce         - Create news email file and post to rubyforge.
+ * audit            - Run ZenTest against the package.
+ * check_manifest   - Verify the manifest.
+ * clean            - Clean up all the extras.
+ * config_hoe       - Create a fresh ~/.hoerc file.
+ * debug_gem        - Show information about the gem.
+ * default          - Run the default tasks.
+ * deps:email       - Print a contact list for gems dependent on this gem
+ * deps:fetch       - Fetch all the dependent gems of this gem into tarballs
+ * deps:list        - List all the dependent gems of this gem
+ * docs             - Build the docs HTML Files
+ * email            - Generate email announcement file.
+ * gem              - Build the gem file hoe-1.8.0.gem
+ * generate_key     - Generate a key for signing your gems.
+ * install_gem      - Install the package as a gem.
+ * multi            - Run the test suite using multiruby.
+ * package          - Build all the packages 
+ * post_blog        - Post announcement to blog. 
+ * post_news        - Post announcement to rubyforge. 
+ * publish_docs     - Publish RDoc to RubyForge. 
+ * release          - Package and upload the release to rubyforge. 
+ * ridocs           - Generate ri locally for testing. 
+ * tasks            - Generate a list of tasks for doco. 
+ * test             - Run the test suite. 
+ * test_deps        - Show which test files fail when run alone.  
+
+See class rdoc for help. Hint: ri Hoe
 
 %prep
 
@@ -37,7 +64,7 @@
 mkdir -p %{buildroot}/%{_bindir}
 mv %{buildroot}%{gemdir}/bin/* %{buildroot}/%{_bindir}
 rmdir %{buildroot}%{gemdir}/bin
-find %{buildroot}%{geminstdir}/bin -type f | xargs chmod +x
+find %{buildroot}%{geminstdir}/bin -type f | xargs chmod 0755
 
 %clean
 rm -rf %{buildroot}
@@ -55,6 +82,9 @@
 
 
 %changelog
+* Mon Oct 27 2008 Darryl Pierce <dpierce at redhat.com> - 1.8.2-1
+- Release 1.8.2 of Hoe.
+
 * Thu Oct 23 2008 Darryl Pierce <dpierce at redhat.com> - 1.8.1-1
 - Release 1.8.1 of Hoe.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-hoe/F-9/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	23 Oct 2008 13:47:30 -0000	1.7
+++ sources	27 Oct 2008 14:38:36 -0000	1.8
@@ -1 +1 @@
-36d994fed140d846f2492b2ae6db64f3  hoe-1.8.1.gem
+86559db603b4e2891a01e7cb01b6f663  hoe-1.8.2.gem




More information about the scm-commits mailing list