== 0.23.1 2008-04-17 * Added explicit instruction to edit ~/.rubyforge/user-config.yml in PostInstall.txt == 0.23.0 2008-04-17 * generated website/index.txt has customised rubyforge/github/gitorious information for git * installing newgem now displays a post-install message (from PostInstall.txt) * uses github_username value from .rubyforge/user-config.yml * moved EXTRA_DEPENDENCIES to top of config/hoe.rb * websites/*.txt are processed as ERB templates == 0.22.2 2008-04-07 * Cleaned up the REV cmd [Sascha Teske] * Replaced hardcoded rspec values done in a hurry at RubyFools with parameterised values [Alsak Hellesoy] == 0.22.1 2008-04-05 * moved the 'by Daniel Cadenas' reference to the correct template.rhtml * renamed template.rhtml -> template.html.erb in gem + generators * fixed broken install_rspec_stories test == 0.22.0 2008-04-03 * script/console - irb/console for your gem under development [Orion] == 0.21.0 2008-04-03 * New Generator: install_rspec_stories for rubygems * module.rb - more advanced $:.unshift sequence/cmd == 0.20.1 2008-03-30 * extconf generator * creates test/test_#{name}_extn.rb test file * creates .autotest file for *.c -> test/test_*_extn.rb * failed compilation destroyes *.o/so/bundle/dll files so tests fail too * USAGE has docco on files to ignore in SCM + hoe * requirements.rb no longer loads main lib file; no idea why it did it before == 0.20.0 2008-03-30 * extconf generator - for C-extensions * Hoe instance stored in $hoe so can be accessed from tasks/*.rake == 0.19.1 2008-03-27 * rspec "rake spec" supports spec/**/*_spec.rb search now [Steven Parkes] == 0.19.0 2008-03-25 * Added newgem_theme long_box_theme [Daniel Cadenas] == 0.18.0 2008-03-14 * Upgraded generated/local README.txt for latest hoe == 0.17.1 2008-02-20 * remove options from 'env ruby' in newgem bin == 0.17.0 2008-02-03 * Updated generated config/hoe.rb for latest hoe 1.5 requirements * Added #!/usr/bin/env ruby line to bin/newgem * Fixed docco for -T option (was '-t' in docco) [uploaded on 2008-1-3] == 0.16.1 2007-11-13 * Oops, removed .git* from the hoe clean list as that blows away the .git folder... == 0.16.0 2006-11-11 * Added a newgem_simple_generator to support the creation of a skinny gem skeleton [thx wycats] * Added '.git*' to default list of ignored files by hoe * Cleaned the history join string to make proper \n instead of \\n * Checked in empty_log as empty.log was being ignored by svn == 0.15.0 2007-11-05 * Promoted 'application_generator' and 'component_generator' to Rubigen from NewGem project (they are available even if newgem not installed) == 0.14.2 2007-11-03 * Application generator inserts scopes passed in at cmd line, not app name * Generated gems have default testing scope: test_unit == 0.14.1 2007-10-18 * Added manifest:refresh rake task to recreate Manifest.txt with all files * Corrected the generated readme for application generators == 0.14.0 2007-10-14 * application_generator includes the install_rubigen_scripts generator * if website included, no "overwrite tasks/website.rake" questions * Update to docco for rubigen-based output [thx Noah Gibbs] * Fixed website dir location if gem name + project name differ [thx Noah Gibbs] == 0.13.5 2007-09-07 * rake tasks use rubyforge_username instead of RUBYFORGE_USERNAME constant == 0.13.4 2007-09-07 * Running "newgem ." in a trunk, branches, or tags folder will look in parent folder for gem_name * Added missing win_script.cmd for install_website generator [thx sutch] * Upgrade rubigen == 1.0.4 == 0.13.3 2007-09-02 * Clean up newgem_gen usage statement * website generated by default, -W to turn off, -w is no longer an option == 0.13.2 2007-08-22 * Upgrade rubigen dependency to 1.0.3 to pushout upgrade == 0.13.1 2007-08-22 * Re-release as there seemed to be an incorrect Rakefile in 0.13.0 * Added :newgem as a source for destroy script * application_generator * test.rb passes APP_ROOT as parameter instead of a name, as APP_ROOT is already .../myproject * add BASE_DIRs for a clean list of required folders * plain_theme_generator * Renamed from plain_generator == 0.13.0 2007-08-20 * HIGHLIGHT - RubiGen integration - using a Rails-like generator * Now, each RubyGem has script/generate to access Rails-like generators too!!! * newgem can be run ontop of existing RubyGems and all is not destroyed! * Various included generators (application_generator, component_generator) * Website creation is now a generator, and is optionally included via newgem -w * Rspec support is now a generator, and is optionally included via newgem -t rspec * JRuby support is now a generator, and is optionally included via newgem -j * The Rakefile is now <5 lines - all config is in config/hoe.rb * Generated gems: * Started to add jruby specific features (-j option) * Gems named xxx-1.2.3-jruby.gem * Includes: require 'java' * Add link to website for Using New Gem on Windows (without cygwin) [thx Jorge Cangas] * index.txt "email me" now refers to forum url as well * NewGem * An error message is shown if Hoe gem isn't available when running rake on the gem * Lots of tasks refactored into /tasks folder * How To UPGRADE * NOTE: We've never had a "How to Upgrade" before! :) * Copy your Rakefile to Rakefile.old (to retain your configuration) * Run: newgem . * Press 'a' to allow all changes. * Open config/hoe.rb * Replace this with the equivalent lines/details from Rakefile.old * Test all is well with "rake -T" and "rake check_manifest" (the manifest should have been rebuilt by 'newgem .') == 0.12.0 2007-06-24 * 2 major enhancement * Using Erb for templates [thx http://snippets.dzone.com/posts/show/1723] * RubyGem.tmbundle for TextMate - to install go to gem folder and run "rake bundles:tm" * 1 minor enhancement * -V option shows current newgem version [thx Gert Goet] * Hoe#extra_deps permanently changes @extra_deps [thx MIYAMUKO Katsuyuki] * Dev improvements * Imports svn_branch for svn rake tasks * Minor website changes * Added link to Topfunky's tutorial on Hoe == 0.11.0 * 1 major enhancement * Create trunk/branches/tags subfolders using -s/--svn option * 6 minor enhancements * Added dependency to activesupport gem * Modified spec.rb template for new rpec syntax (describe "..." { it "..." }) [thx Aslak Hellesøy] * Added 'email.txt' to the CLEAN list to be removed on 'rake clean' * Added --delete-excluded to the rsync command [thx Jeroen Janssen] * On template: "Version" is in
's
* Specified CLEAN is added/or'd with default Hoe clean_globs (via |=)
* 1 website enhancement
* Refreshed the example output as its a big old (CHANGELOG -> History.txt)
* Removed the "click anywhere" javascript in version box - it was playing up with the link to the book
== 0.10.4 2007-06-02
* 2 minor enhancement
* website_upload now ignores .svn files [Thx Jeroen Janssen]
* website/index.txt includes link to "8 steps to fix other ppls code" and a default svn URL
* 1 website enhancement
* Link to "Beginning Ruby" as it features this gem [Thx Peter Cooper for the plug] - its an affiliate amazon link so I can make $$$ and retire to Fiji
== 0.10.3 2007-05-25
* 1 major enhancement
* rspec test framework now works via 'spec' task [Jeroen Janssen]
* 3 minor improvement
* For rspec gems, default task => spec task
* Generated rakefile checks for existance of rspec gem else shows how to get it
* The require statement in the lib/