rpms/rubygem-hoe/devel .cvsignore, 1.7, 1.8 rubygem-hoe.spec, 1.10, 1.11 sources, 1.7, 1.8

Darryl L. Pierce mcpierce at fedoraproject.org
Mon Oct 27 13:47:16 UTC 2008


Author: mcpierce

Update of /cvs/pkgs/rpms/rubygem-hoe/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11893

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-hoe/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	23 Oct 2008 13:30:22 -0000	1.7
+++ .cvsignore	27 Oct 2008 13:46:46 -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/devel/rubygem-hoe.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- rubygem-hoe.spec	23 Oct 2008 13:34:44 -0000	1.10
+++ rubygem-hoe.spec	27 Oct 2008 13:46:46 -0000	1.11
@@ -5,8 +5,8 @@
 
 Summary:    	Hoe is a simple rake/rubygems helper for project Rakefiles
 Name:       	rubygem-%{gemname}
-Version:    	1.8.1
-Release:    	2%{?dist}
+Version:    	1.8.2
+Release:    	1%{?dist}
 Group:      	Development/Languages
 License:    	MIT
 URL:        	http://rubyforge.org/projects/seattlerb/
@@ -14,7 +14,7 @@
 BuildRoot:  	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:   	ruby(abi) = 1.8
 Requires:   	rubygems
-Requires:   	rubygem(rubyforge) >= 1.0.0
+Requires:   	rubygem(rubyforge) >= 1.0.1
 Requires:   	rubygem(rake) >= 0.8.3
 BuildRequires:  rubygems
 BuildArch:  	noarch
@@ -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
 
@@ -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-2
 - Last build failed.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-hoe/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	23 Oct 2008 13:30:22 -0000	1.7
+++ sources	27 Oct 2008 13:46:46 -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