summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump bundler to 1.0.0v1.0.01.0.0wycats2010-08-301-1/+1
* Update CHANGELOG for 1.0.0wycats2010-08-301-0/+22
* 1.8 doesn't support :modewycats2010-08-303-3/+7
* Persist the new rubygem sources to the lockfileCarl Lerche2010-08-293-1/+44
* in Windows, double quotes are needed in the commands to work - see http://git...Jarmo Pertman2010-08-291-1/+1
* Raise an error if the git push fails.Myron Marston2010-08-292-2/+10
* Pass the err buffer on to the block rather than re-reading stderr.Myron Marston2010-08-291-1/+1
* Switch to binary read (should fix Windows issue)wycats2010-08-293-5/+5
* Sanely add the "fake" version to the git source when the requirement is prefi...Carl Lerche2010-08-293-6/+23
* Implement and document the capistrano task bundler_cmd variableRoland Guem2010-08-291-2/+6
* Fix the logic that detects if the local clone of a git repository is up to date.Carl Lerche2010-08-292-2/+2
* Longer git refs for paths and lockfiles.Victor Costan2010-08-292-8/+12
* Output error message on install and failJoshua Hull2010-08-281-8/+12
* Rename GemHelper push to releaseJoshua Hull2010-08-272-6/+6
* Added error message for unexpected untagging. Moved build success message int...Joshua Hull2010-08-271-1/+2
* Add appropriate confirm messages to gem helper commands.Myron Marston2010-08-272-0/+31
* build gem before pushing. don't push --allJoshua Hull2010-08-271-2/+3
* Add 0.9 to 1.0 note about PassengerAndre Arko2010-08-241-0/+6
* Make Other Questions its own readme sectionAndre Arko2010-08-241-4/+4
* Add links to helpful documentation in ISSUESAndre Arko2010-08-241-3/+5
* Refactor UPGRADING out of README, add 0.9 → 1.0 notesAndre Arko2010-08-242-71/+104
* Added ronn to development dependencies, since it's required to build the manual.Victor Costan2010-08-241-0/+1
* typo in changelogAndre Arko2010-08-231-1/+1
* Bump the version1.0.0.rc.6Carl Lerche2010-08-231-1/+1
* Remove a duplicate gem building taskCarl Lerche2010-08-231-11/+0
* Fix the Rakefile for building bundler gemsCarl Lerche2010-08-231-2/+1
* Update changelogCarl Lerche2010-08-231-0/+18
* Woops, always run specs before committing.Carl Lerche2010-08-231-1/+1
* Change Config that is deprecated on 1.8.8 and 1.9.3 to RbConfig on thorSantiago Pastorino2010-08-232-3/+3
* Integrate the new bundler man pages with bundle helpCarl Lerche2010-08-235-8/+95
* Add Rake task to allow building vendor dirSantiago Pastorino2010-08-231-0/+15
* removed current_ prefix and fetching name and version in the same way.Joshua Hull2010-08-222-13/+15
* Make the gemspec the authoritative source for version and nameChris Hoffman2010-08-221-26/+9
* Document the capistrano task bundler_install_env variable and add the --quiet...Chris Griego2010-08-201-15/+13
* Expand path relative to Gemfile for `gemspec`Mitchell Hashimoto2010-08-201-0/+1
* Remove quote of pathnameLuis Lavena2010-08-201-1/+1
* Don't use IO.select in the tests. It doesn't work on windows.Carl Lerche2010-08-203-10/+13
* Separate /Users/carllerche/.bundler/bin:/Users/carllerche/.rvm/gems/ruby-1.8....Carl Lerche2010-08-201-1/+1
* Escape spaces out of paths.Carl Lerche2010-08-201-2/+2
* Specs work on WindowsLuis Lavena2010-08-202-1/+11
* Move the lockfile spec matchers to spec/support/matchers.rbCarl Lerche2010-08-202-19/+19
* added new line in each generated gem fileWojciech Wnętrzak2010-08-205-5/+5
* added .bundle dir to gitignore for newly generated gemWojciech Wnętrzak2010-08-201-1/+2
* Config is deprecated on 1.8.8 and 1.9.3, use RbConfigSantiago Pastorino2010-08-191-1/+2
* Update the indexwycats2010-08-161-6/+6
* Create annotated git tags for gem versionsAndre Arko2010-08-161-1/+1
* Just require version.rb outrightAndre Arko2010-08-161-2/+1
* strip bin off of executablesJoshua Hull2010-08-151-1/+1
* Update internal linkswycats2010-08-156-26/+30
* Gemfile(5) not Gemfile(7)wycats2010-08-157-37/+43