rpms/rubygem-hoe/F-11 .cvsignore, 1.14, 1.15 rubygem-hoe.spec, 1.19, 1.20 sources, 1.14, 1.15

Darryl L. Pierce mcpierce at fedoraproject.org
Wed Jun 3 13:22:11 UTC 2009


Author: mcpierce

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-hoe/F-11/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	17 Apr 2009 16:29:28 -0000	1.14
+++ .cvsignore	3 Jun 2009 13:21:40 -0000	1.15
@@ -1 +1 @@
-hoe-1.12.2.gem
+hoe-2.0.0.gem


Index: rubygem-hoe.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-hoe/F-11/rubygem-hoe.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- rubygem-hoe.spec	17 Apr 2009 17:05:11 -0000	1.19
+++ rubygem-hoe.spec	3 Jun 2009 13:21:41 -0000	1.20
@@ -5,8 +5,8 @@
 
 Summary:    	Hoe is a simple rake/rubygems helper for project Rakefiles
 Name:       	rubygem-%{gemname}
-Version:    	1.12.2
-Release:    	1%{?dist}.1
+Version:    	2.0.0
+Release:    	1%{?dist}
 Group:      	Development/Languages
 License:    	MIT
 URL:        	http://rubyforge.org/projects/seattlerb/
@@ -21,35 +21,22 @@ BuildArch:  	noarch
 Provides:   	rubygem(%{gemname}) = %{version}
 
 %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.  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.
-
+Hoe is a rake/rubygems helper for project Rakefiles. It helps generate
+rubygems and includes a dynamic plug-in system allowing for easy
+extensibility. Hoe ships with plug-ins for all your usual project
+tasks including rdoc generation, testing, packaging, and deployment.
+Plug-ins Provided:
+* Hoe::Clean
+* Hoe::Debug
+* Hoe::Deps
+* Hoe::Flay
+* Hoe::Flog
+* Hoe::Inline
+* Hoe::Package
+* Hoe::Publish
+* Hoe::RCov
+* Hoe::Signing
+* Hoe::Test
 See class rdoc for help. Hint: ri Hoe
 
 %prep
@@ -84,6 +71,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jun  3 2009 Darryl Pierce <dpierce at redhat.com> - 2.0.0-1
+- Release 2.0.0 of Hoe.
+
 * Fri Apr 17 2009 Darryl Pierce <dpierce at redhat.com> - 1.12.2-1
 -Release 1.12.1 of Hoe.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-hoe/F-11/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources	17 Apr 2009 16:29:28 -0000	1.14
+++ sources	3 Jun 2009 13:21:41 -0000	1.15
@@ -1 +1 @@
-1eaf332968a2cde8393f26792f3f758e  hoe-1.12.2.gem
+e0bd69294b74d478a80cb0b5637669c9  hoe-2.0.0.gem




More information about the fedora-extras-commits mailing list