aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ruby 1.8.7 does not have lookbehind ; fix the regex.Richard Michael2012-05-041-1/+1
|
* Sort `bundle outdated` output (as `bundle show`) ; add tests.Richard Michael2012-05-043-4/+17
|
* prepend platform list item with a *Terence Lee2012-05-042-4/+4
|
* RUBY_ENGINE is not defined in ruby 1.8.7Terence Lee2012-05-034-5/+10
|
* update changelogTerence Lee2012-05-031-0/+24
|
* rename ruby_spec.rb to platform_spec.rb to match cli commandTerence Lee2012-05-031-0/+0
|
* finish --ruby flag on bundle platformTerence Lee2012-05-032-15/+23
|
* change dsl for ruby_version to rubyTerence Lee2012-05-033-68/+153
|
* add a --ruby flag to platformTerence Lee2012-05-031-0/+2
|
* don't print engine information for MRITerence Lee2012-05-032-3/+6
|
* ruby version check for bundle#outdatedTerence Lee2012-05-032-0/+90
|
* rename 'bundle ruby' to 'bundle platform'Terence Lee2012-05-032-10/+10
|
* ruby version check for bundle#console and Bundler.setupTerence Lee2012-05-032-6/+193
|
* ruby version check for bundle#execTerence Lee2012-05-032-3/+56
|
* ruby version check for bundle#packTerence Lee2012-05-031-0/+56
|
* ruby version check for bundle#cacheTerence Lee2012-05-032-0/+57
|
* ruby version check for bundle#showTerence Lee2012-05-032-0/+60
|
* refactor ruby version check testsTerence Lee2012-05-031-30/+44
|
* ruby version check for bundle#updateTerence Lee2012-05-032-0/+82
|
* ruby version check for bundle#checkTerence Lee2012-05-032-1/+79
|
* ruby version check for bundle#installYehuda Katz and Terence Lee2012-05-039-20/+170
|
* add SystemRubyVersion to check againstYehuda Katz and Terence Lee2012-05-032-2/+56
|
* fix some whitespaceTerence Lee2012-05-031-1/+1
|
* remove focusing on testsTerence Lee2012-05-031-1/+1
|
* refactor ruby version into it's own classTerence Lee2012-05-033-3/+17
|
* initial work on ruby_version dslTerence Lee2012-05-034-3/+114
|
* Merge pull request #1891 from echohead/bundlerTerence Lee2012-05-021-1/+6
|\ | | | | | | | | | | | | | | | | --- sudo tests were failing under travis because they were not being run as root. this change runs the root tests as root, and chowns the tests "tmp" directory back to the original user to allow the subsequent realworld tests to pass.
| * make tests pass under travis.Tim Miller2012-05-021-1/+6
|/ | | | | | | sudo tests were failing under travis because they were not being run as root. this change runs the root tests as root, and chowns the tests' "tmp" directory back to the original user to allow the subsequent 'realworld' tests to pass.
* Merge pull request #1882 from kytrinyx/tweak-default-readmeAndré Arko2012-04-291-1/+1
|\ | | | | Tweak sample commit message.
| * Tweak sample commit message.Katrina Owen2012-04-291-1/+1
|/ | | | | | This admittedly microscopic change encourages best practices as discussed by @tpope here: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
* Merge pull request #1834 from soulcutter/invalid-gemspecAndré Arko2012-04-163-9/+27
|\ | | | | Workaround for invalid gemspec issue #1715
| * Documented a workaround to invalid gemspecs in the error message re #1715Bradley Schaefer2012-04-101-1/+2
| |
| * Added --full-index option to bundle update re #1715Bradley Schaefer2012-04-102-8/+25
| |
* | Merge pull request #1852 from jhllnd/patch-1Ryan Bigg2012-04-161-1/+1
|\ \ | | | | | | Fixed again a small mistake in the :github documentation
| * | Was still wrong :)jhllnd2012-04-161-1/+1
|/ /
* | Merge pull request #1851 from ZoFreX/masterRyan Bigg2012-04-161-1/+1
|\ \ | | | | | | Fixed a small mistake in the :github documentation
| * | Corrected error in :github documentationJames Sanderson2012-04-161-1/+1
| | |
* | | Merge pull request #1848 from ZoFreX/masterRyan Bigg2012-04-131-0/+14
|\| | | | | | | | Added documentation of the new :github option for gemfiles
| * | Added :github to gemfile documentationJames Sanderson2012-04-131-0/+14
|/ /
* | Merge pull request #1829 from dekellum/gemspec-cache-avoid-sideffectsAndré Arko2012-04-132-0/+10
|\ \ | |/ |/| Gemspec cache resurrected, avoid side effects
| * Add gemspec cache feature to CHANGELOGDavid Kellum2012-04-081-0/+1
| |
| * Fix for spec failure introduced in d24e788a, with gemspec cache.David Kellum2012-04-081-1/+5
| |
| * Resurrect "Add simple cache to Bundler.load_gemspec"David Kellum2012-04-081-0/+5
|/ | | | This reverts prior revert 6b45e28, restoring 3d4163a0.
* Merge pull request #1796 from Fluxx/add_docs_for_no_cacheAndré Arko2012-03-261-0/+6
|\ | | | | Add docs for the --no-cache option
| * Add docs for the --no-cache optionJeff Pollard2012-03-251-0/+6
|/
* Merge branch '1-1-stable'Terence Lee2012-03-234-1/+34
|\ | | | | | | | | | | | | | | Conflicts: CHANGELOG.md lib/bundler/version.rb 1.1.3 release merge
| * Bundler 1.1.3Terence Lee2012-03-231-1/+1
| |
| * update changelog for 1.1.3Terence Lee2012-03-231-0/+6
| |
| * bundler root path should be escapedAaron Patterson2012-03-231-1/+1
| |
| * #1789. test when regex chars are in bundler rootTerence Lee2012-03-231-0/+23
| |