summaryrefslogtreecommitdiff
path: root/lib/hoe/package.rb
Commit message (Expand)AuthorAgeFilesLines
* + need_tar now defaults to false.Ryan Davis2011-08-141-1/+1
* + Bypass sudo on install_gem if GEM_HOME is writable (ala rvm).Ryan Davis2011-08-031-1/+3
* + Added NOSUDO option to `rake gem_install`. (nihildeb)Ryan Davis2011-02-071-2/+2
* - Fixed sanity check for prereleasesRyan Davis2011-02-051-0/+4
* - Fixed dependency order bug with prereleases [erikh]Ryan Davis2011-02-051-4/+2
* + Added Hoe::Package#pkg_path to make package hook writing easier.Ryan Davis2011-01-051-0/+8
* + Added PRE=a.1 variable to package and release tasks. (ged)Ryan Davis2010-12-071-3/+17
* + Refactored rubyforge task to plugin. (jbarnette)Ryan Davis2009-08-271-22/+2
* + Moved version check from package task to prerelease taskRyan Davis2009-07-271-3/+4
* + splat all gems on release. (luis lavena)Ryan Davis2009-06-301-1/+1
* + Use Gem::PackageTask if available, since Rake's package task will go awayEric Hodel2009-06-241-1/+9
* ! Plugins can no longer be self-activating.Ryan Davis2009-06-221-2/+0
* Fixed misfactored variableRyan Davis2009-06-141-1/+1
* + release now has prerelease, postrelease deps.Ryan Davis2009-06-141-1/+10
* stupid fixesRyan Davis2009-06-111-2/+0
* + Refactored :release task to facilitate other pluginsRyan Davis2009-06-111-10/+13
* + Added File::read_utf to strip out UTF BOM marker. Fixes nokogiri. (tenderlove)Ryan Davis2009-06-111-0/+2
* ! Added a plugin system and extracted nearly everything into separate plugins.Ryan Davis2009-06-011-0/+83