summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* whitespace styleAndre Arko2014-01-2619-5/+22
* fix NoMethodError when binstubs errorsAndre Arko2014-01-261-1/+5
* remove exit code conflict with VersionConflictAndre Arko2014-01-261-1/+1
* Merge pull request #2826 from punkle/escapecharsAndré Arko2014-01-261-1/+6
|\
| * use CGI. rather than CGI:: in fetcherBrian Fletcher2014-01-251-2/+2
| * support escaped characters in user and pass in urlBrian Fletcher2014-01-171-1/+6
* | Merge pull request #2831 from kiela/clean_up_specsAndré Arko2014-01-258-195/+216
|\ \
| * | Use expect instead of shouldKamil Kieliszczyk2014-01-252-3/+5
| * | Small improving of testsKamil Kieliszczyk2014-01-246-37/+30
| * | Improve using subject in tests for Bundler.load_gemspec_uncachedKamil Kieliszczyk2014-01-241-11/+8
| * | Refactor specs for Bundler::GemHelper.release_gemKamil Kieliszczyk2014-01-231-48/+42
| * | Split subject between main contextsKamil Kieliszczyk2014-01-231-6/+5
| * | Refactor specs for Bundler::GemHelper.install_gemKamil Kieliszczyk2014-01-231-21/+26
| * | Refactor specs for Bundler::GemHelper.build_gemKamil Kieliszczyk2014-01-221-16/+24
| * | Refactor specs for Bundler::GemHelper.install_tasksKamil Kieliszczyk2014-01-221-23/+38
| * | Clean up context of "determining gemspec"Kamil Kieliszczyk2014-01-221-27/+33
| * | Improve testing if last error was raised by Bundler::RetryKamil Kieliszczyk2014-01-211-3/+3
| * | Add testing exception messageKamil Kieliszczyk2014-01-211-1/+1
| * | Drop unnecessary instance variableKamil Kieliszczyk2014-01-211-2/+1
| * | Change suffix from _rspec to _specKamil Kieliszczyk2014-01-211-1/+0
| * | Use subject(:gemspec) in favor of instance variablesKamil Kieliszczyk2014-01-211-46/+50
| |/
* | Merge pull request #2737 from Who828/refactor-cliAndré Arko2014-01-2520-628/+934
|\ \
| * | Made a typo on in select_spec methodSmit Shah2014-01-181-1/+0
| * | Refactored config commandSmit Shah2014-01-182-68/+85
| * | Included Refactroing changes done to select_spec in commonSmit Shah2014-01-182-10/+18
| * | Merged with masterSmit Shah2014-01-1834-301/+495
| |\ \ | | |/
| * | Refactored gem commandSmit Shah2014-01-183-48/+63
| * | Refactored init cli commandSmit Shah2014-01-081-1/+0
| * | # This is a combination of 2 commits.Smit Shah2014-01-081-0/+1
| * | Removed trailing whitespacesSmit Shah2014-01-0827-28/+22
| * | Refactored open, conolse, inject, platform and vizSmit Shah2014-01-086-92/+173
| * | Refactored open and fixed few failing specsSmit Shah2014-01-088-55/+49
| * | Use *args instead of argsSmit Shah2014-01-084-4/+4
| * | Refactored exec method in cliSmit Shah2014-01-082-23/+38
| * | Refactored package method in cliSmit Shah2014-01-082-17/+39
| * | Forgot to include new filesSmit Shah2014-01-084-4/+33
| * | Fixed failing specs on travisSmit Shah2014-01-082-4/+4
| * | Refactored CLI clean commandSmit Shah2014-01-083-28/+41
| * | Refactored init, check, install, update, show, outdated, cache andSmit Shah2014-01-081-1/+0
| * | Refactored init cli commandSmit Shah2014-01-081-0/+1
| * | Refactored init, check, install, update, show, outdated, cache andSmit Shah2014-01-089-299/+410
| * | Refactored init cli commandSmit Shah2014-01-082-21/+29
* | | Merge pull request #2825 from smashwilson/credentialsAndré Arko2014-01-253-3/+103
|\ \ \
| * | | Oops, left a debugging statement in.Ash Wilson2014-01-171-1/+0
| * | | Take :focused out of the specs.Ash Wilson2014-01-171-1/+1
| * | | Intercept 401s or 403s for other requests.Ash Wilson2014-01-171-1/+3
| * | | Refactor auth retry into its own method.Ash Wilson2014-01-171-12/+18
| * | | Extract a variable for "exceptions to not retry."Ash Wilson2014-01-171-1/+5
| * | | Raise better exceptions if authentication fails.Ash Wilson2014-01-172-6/+26
| * | | Initial implementation.Ash Wilson2014-01-171-1/+11