summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.0.11v1.0.11Andre Arko2011-04-012-1/+15
|
* Rubygems 1.7 removes SourceIndex#from_gems_in, so we adaptAndre Arko2011-04-011-7/+16
|
* Remove deprecated default_executable, update emailAndre Arko2011-04-011-3/+2
|
* switch lockfile matcher to rspec == and get string diffs for freeAndre Arko2011-03-311-15/+3
|
* fix the double-dep ordering specAndre Arko2011-03-312-10/+11
|
* Take version into account when sorting depsAlexander Kahn2011-03-311-1/+1
|
* Add spec for consistent order of double-depsAlexander Kahn2011-03-312-0/+28
|
* Comments and minor cleanupAndre Arko2011-03-302-2/+3
|
* quote arguments to 'git fetch' to resolve failures to fetch gems on some systemsJonah Williams2011-03-221-1/+1
|
* force unsorted requirements order in lockfile for backwards RG compatAndre Arko2011-03-172-2/+4
|
* fixes 'instance variable @checked_for_sudo not initialized'Jack Dempsey2011-03-081-1/+1
|
* UNFITAndre Arko2011-03-041-1/+1
|
* In further git genius, update tags before checking them outAndre Arko2011-03-031-1/+2
|
* In a total noob move, I pulled bundler master instead of rubygems masterAndre Arko2011-03-031-2/+4
|
* Fix the git error message specAndre Arko2011-03-031-2/+2
|
* include the directory in the failed git command error messageAndre Arko2011-03-021-1/+4
|
* correct git command to update rubygems masterAndre Arko2011-03-021-1/+1
|
* Don't check development dependencies when unlocking locked gems in a path sourceCarl Lerche2011-02-122-1/+24
|
* Don't compare Path sources by the unexpanded directory nameCarl Lerche2011-02-122-1/+20
|
* Check out Rubygems tags correctlyAndre Arko2011-02-011-1/+2
|
* rubygems checkout in only 1 directory nowTerence Lee2011-02-011-1/+1
|
* Version 1.0.10v1.0.10Andre Arko2011-02-012-1/+8
|
* Update Rubygems test versionsAndre Arko2011-02-011-4/+5
|
* Fix for Error w/ Ruby 1.9.2 and Rubygems 1.5jfelchner2011-02-011-1/+1
| | | | `<class:UI>': uninitialized constant Gem::SilentUI (NameError)
* Initialize Gem::SilentUIAndre Arko2011-02-011-0/+1
|
* Make the license VERY explicitAndre Arko2011-01-261-0/+2
|
* Add test for :path gems with YAML specsAndre Arko and Terence Lee2011-01-241-0/+9
|
* Pass Gem::Specification.from_yaml a string containing the gemspec (instead ↵Sam Umbach2011-01-241-2/+3
| | | | of the filename)
* Hey, did you know it's 2011 now?Andre Arko2011-01-211-2/+2
|
* Merge pull request #968 from tenderlove/bundlerAndre Arko2011-01-216-0/+18
|\ | | | | | | | | | | --- Rubygems 1.5.0 doesnt require all files that it did in previous versions. This branch adds the proper require statements to bundler. This branch also fixes warnings emitted by psych when dumping YAML.
| * implement encode_with to squash warnings from psychAaron Patterson2011-01-211-0/+6
| |
| * adding requires and default yaml parser to psych if possibleAaron Patterson2011-01-215-0/+12
|/
* Add Terence to the author listv1.0.9Andre Arko2011-01-191-1/+1
|
* Changelog for v1.0.9Andre Arko2011-01-191-0/+8
|
* Version bump to 1.0.9Andre Arko2011-01-191-1/+1
|
* Tests and fix for Bundler.require removing gems fromAndre Arko2011-01-192-3/+65
|
* Remove focused testSam Umbach2011-01-181-1/+1
|
* changelog for v1.0.8v1.0.8Andre Arko2011-01-181-2/+22
|
* Version 1.0.8Andre Arko2011-01-181-1/+1
|
* tell capistrano to run "bundle exec rake"Andre Arko2011-01-181-0/+1
| | | | closes #894
* add test for bundle install --no-cache, fix --no-cache optionAndre Arko2011-01-182-1/+13
|
* Fix install option --no-cache to prevent updating the cache (reference ↵Brian Smith2011-01-181-1/+1
| | | | commits 4601dde and e4287d2)
* test for update --localAndre Arko and Terence Lee2011-01-181-0/+9
|
* --local option for bundler updategyngve2011-01-181-1/+4
|
* Fix the specs on rubygems 1.4.1Andre Arko2011-01-183-2/+6
|
* fixing some useless assignment warningsAaron Patterson2011-01-188-12/+11
|
* Rake already chdir()s into the Rakefile directory, so use thatAndre Arko2011-01-181-3/+3
| | | closes #860
* Test for gemspec DSL method evaluating inside gemspec dirAndre Arko and Terence Lee2011-01-171-0/+12
|
* Use #load_gemspec to evaluate gemspec files specified in GemfileSam Umbach2011-01-171-1/+1
| | | | | | | - #load_gemspec already wraps the eval in chdir to resolve issue #947 - also loads gemspec files in YAML format - also provides better error messages than Gem::Specification Closes #947
* Use less as default help pagerAndrey A.I. Sitnik2011-01-141-1/+1
| | | Closes #859