Release Name: 1.0.0
Notes:
Quickly+bundle+any+Ruby+libraries+into+a+RubyGem+and+share+it+with+the+world%2C+your+colleagues%2C+or+perhaps+just+with+yourself+amongst+your+projects.%0D%0A%0D%0ARubyGems+are+centrally+stored%2C+versioned%2C+and+support+dependencies+between+other+gems%2C+so+they+are+the+ultimate+way+to+bundle+libraries%2C+executables%2C+associated+tests%2C+examples%2C+and+more.%0D%0A%0D%0AWithin+this+gem%2C+you+get+one+thing+-+%3Ccode%3Enewgem%3C%2Fcode%3E+-+an+executable+to+create+your+own+gems.+Your+new+gems+will+include+designated+folders+for+Ruby+code%2C+test+files%2C+executables%2C+and+even+a+default+website+page+for+you+to+explain+your+project%2C+and+which+instantly+uploads+to+RubyForge+website+(which+looks+just+like+this+one+by+default)
Changes:
%3D%3D+1.0.0+2008-10-21%0A%0A*+Yay+for+1.0.0+of+New+Gem+Generator!%0A*+massive+overhaul+of+Hoe+definition+and+rake+tasks%0A++*+config%2Fhoe.rb+is+gone%2C+a+more+condensed+version+is+back+in+Rakefile%0A++*+config%2Fdependencies.rb+is+gone%2C+this+functionality+is+now+supported+by+RubyGems+1.2's+dev+dependency+mechanism%0A++*+generated+gems+no+longer+have+generated+tasks%3B+rather+they+reuse+those+in+newgem+itself%0A++*+to+override+a+task%2C+use+the+help+method+%2Bremove_task%2B%0A++*+Hoe+declaration+is+more+concise+and+reuses+the+available+defaults+by+Hoe%0A++*+No+more+wacky+CONSTANTS+in+hoe+declaration%3B+reusing+%24hoe+to+access+these+values%0A++*+no+more+version.rb%3B+the+VERSION+constant+is+in+lib%2F%2Bgemname%2B.rb%0A*+install_website%3A+uses+a+config%2Fwebsite.yml+for+username%2Fhost%2Fremote_dir+(defaults+to+rubyforge)%0A*+Removed+install_rspec_stories+which+was+superseded+by+install_cucumber
|