Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Auto merge of #4282 - bundler:seg-travis-remove-frozen-string, r=segiddins | Homu | 2016-02-08 | 1 | -4/+1 |
|\ | | | | | | | | | | | [Travis] Remove special frozen string literal build That build entry is redundant -- we test frozen string literals in all of the 2.3.0 builds now. | ||||
| * | [Travis] Remove special frozen string literal buildseg-travis-remove-frozen-string | Samuel Giddins | 2016-02-05 | 1 | -4/+1 |
| | | |||||
* | | Auto merge of #4280 - ↵ | Homu | 2016-02-08 | 3 | -9/+62 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RochesterinNYC:add-porcelain-parseable-flag-bundle-outdated, r=indirect Add --parseable (with --porcelain alias) to `bundle outdated` for minimal output - This flag changes the output of bundle outdated from: ``` * activesupport (newest 3.0, installed 2.3.5, requested = 2.3.5) in groups "development, test" ``` to ``` activesupport (newest 3.0, installed 2.3.5, requested = 2.3.5)" ``` and removes the extraneous output relating to fetching gem metadata, version metadata, git updates, and resolving dependencies. - Addresses bundler/bundler-features#85 | ||||
| * | | Add --parseable (with --porcelain alias) to `bundle outdated` for minimal output | James Wen | 2016-02-04 | 3 | -9/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This flag changes the output of bundle outdated from: ``` * activesupport (newest 3.0, installed 2.3.5, requested = 2.3.5) in groups "development, test" ``` to ``` activesupport (newest 3.0, installed 2.3.5, requested = 2.3.5)" ``` and removes the extraneous output relating to fetching gem metadata, version metadata, git updates, and resolving dependencies. - Addresses bundler/bundler-features#85 | ||||
* | | | Merge pull request #4283 from ↵ | André Arko | 2016-02-08 | 2 | -0/+17 |
|\ \ \ | | | | | | | | | | | | | | | | | RochesterinNYC/improve-error-message-invalid-gemspec-for-dependency Add helpful invalid gemspec error message for `bundle install --standalone` | ||||
| * | | | Add helpful invalid gemspec error message for `bundle install | James Wen | 2016-02-07 | 2 | -0/+17 |
| | |/ | |/| | | | | | | | --standalone` when a gem/dependency has an invalid gemspec | ||||
* | | | Auto merge of #4281 - bundler:seg-rubocop-0.37, r=segiddins | Homu | 2016-02-06 | 5 | -19/+16 |
|\ \ \ | |/ / |/| | | | | | [RuboCop] Update to 0.37.0 | ||||
| * | | [RuboCop] Update to 0.37.0seg-rubocop-0.37 | Samuel Giddins | 2016-02-05 | 5 | -19/+16 |
|/ / | |||||
* | | Auto merge of #4278 - jbodah:gemspec-comment, r=segiddins | Homu | 2016-02-05 | 1 | -2/+2 |
|\ \ | |/ |/| | | | | | | | Clarify comment in `bundle gem` gemspec The comment feels a bit misleading. It sounds like this allows Rubygems pushes by default which it does not | ||||
| * | Clarify comment in `bundle gem` gemspec | Josh Bodah | 2016-02-04 | 1 | -2/+2 |
|/ | | | | | The comment feels a bit misleading. It sounds like this allows Rubygems pushes by default which it does not | ||||
* | Auto merge of #4264 - glennpratt:GH-4144-standalone-load-path, r=segiddins | Homu | 2016-02-04 | 2 | -1/+31 |
|\ | | | | | | | | | | | Make standalone bin load path relative to Bundler.root rather than CWD. See #4144 | ||||
| * | Make standalone bin load path relative to Bundler.root rather than CWD. | Glenn Pratt | 2016-02-03 | 2 | -1/+31 |
| | | | | | | | | Fixes #4144 | ||||
* | | Auto merge of #4265 - bundler:seg-simplify-exec, r=indirect | Homu | 2016-02-04 | 4 | -26/+19 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | [Exec] Avoid loading the definition before exec-ing Closes #2951, #2952. @indirect it feels like I'm missing something? | ||||
| * | | Avoid accessing the ENV hash twice in Bundler.whichseg-simplify-exec | Samuel Giddins | 2016-02-02 | 1 | -3/+3 |
| | | | |||||
| * | | [Exec] Avoid loading the definition before exec-ing | Samuel Giddins | 2016-02-01 | 3 | -23/+16 |
| | | | |||||
* | | | Auto merge of #4267 - bundler:seg-current-ruby, r=indirect | Homu | 2016-02-03 | 1 | -168/+33 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | [CurrentRuby] Refactor Closes #4266. | ||||
| * | | | [CurrentRuby] Refactorseg-current-ruby | Samuel Giddins | 2016-02-02 | 1 | -168/+33 |
| | | | | |||||
* | | | | Auto merge of #4257 - bundler:seg-ruby-version-fixes, r=indirect | Homu | 2016-02-03 | 8 | -46/+292 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Ruby version fixes I believe these bugs should be blockers for 1.12, but I don't have it in me to write specs yet. \c @indirect | ||||
| * | | | Fix RubyVersion specs failuresseg-ruby-version-fixes | Samuel Giddins | 2016-02-01 | 2 | -3/+6 |
| | | | | |||||
| * | | | Fix ruby dsl spec for 1.8.7 | Samuel Giddins | 2016-02-01 | 1 | -1/+2 |
| | | | | |||||
| * | | | [Fetcher] Update user agent construction for new RubyVersion API | Samuel Giddins | 2016-02-01 | 1 | -2/+2 |
| | | | | |||||
| * | | | [RuboCop] Fix offenses | Samuel Giddins | 2016-02-01 | 3 | -6/+8 |
| | | | | |||||
| * | | | [Platform] Add spec for --ruby with multiple requirements | Samuel Giddins | 2016-02-01 | 1 | -0/+9 |
| | | | | |||||
| * | | | [RubyVersion] Add specs for multiple requirements | Samuel Giddins | 2016-02-01 | 1 | -0/+77 |
| | | | | |||||
| * | | | [RubyVersion] Support compound requirements | Samuel Giddins | 2016-02-01 | 4 | -37/+68 |
| | | | | |||||
| * | | | Gem::Requirement::BadRequirementError doesnt exist on old RubyGems, just use ↵ | Samuel Giddins | 2016-02-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | ArgumentError | ||||
| * | | | Add specs for bundle platform --ruby with version requirements | Samuel Giddins | 2016-02-01 | 3 | -3/+42 |
| | | | | |||||
| * | | | [RubyVersion] Add specs for versions with requirements | Samuel Giddins | 2016-02-01 | 3 | -10/+94 |
| | | | | |||||
| * | | | Fix resolving when the gemfile specifies ruby version requirement and spec ↵ | Samuel Giddins | 2016-02-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | has a required_ruby_version | ||||
| * | | | [Platform] Print out an exact version from the lockfile | Samuel Giddins | 2016-02-01 | 1 | -1/+1 |
| |/ / | |||||
* | | | Auto merge of #4245 - lamont-granquist:lcg/inline-ui, r=segiddins | Homu | 2016-02-03 | 2 | -2/+53 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | Allow passing UI object into bundler/inline Added an argument to the gemfile method to allow overriding the UI object. Useful to override the default output format and send those log events to a logfile or decorate them (timestamps, severity, etc) before emitting them. | ||||
| * | | more hashrocket fixes | Lamont Granquist | 2016-02-01 | 1 | -2/+2 |
| | | | |||||
| * | | Fixes per code review | Lamont Granquist | 2016-02-01 | 2 | -3/+34 |
| | | | | | | | | | | | | | | | | | | - validate the options in the options hash - move the default ui option into options processing - preserve the users options hash | ||||
| * | | ruby 1.8.7 fix | Lamont Granquist | 2016-01-29 | 1 | -1/+1 |
| | | | | | | | | | | | | rockin' the hashrockets... | ||||
| * | | use options hash to pass options instead | Lamont Granquist | 2016-01-29 | 2 | -2/+4 |
| | | | |||||
| * | | Allow passing UI object into bundler/inline | Lamont Granquist | 2016-01-27 | 2 | -2/+20 |
| | | | | | | | | | | | | | | | | | | | | | Added an argument to the gemfile method to allow overriding the UI object. Useful to override the default output format and send those log events to a logfile or decorate them (timestamps, severity, etc) before emitting them. | ||||
* | | | Auto merge of #4263 - RochesterinNYC:add-unit-test-path-preserver, r=segiddins | Homu | 2016-02-02 | 1 | -0/+54 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | Add unit tests for `Bundler::PathPreserver` module - Related to #4256 | ||||
| * | | Add unit tests for `Bundler::PathPreserver` module | James Wen | 2016-02-01 | 1 | -0/+54 |
| | | | |||||
* | | | Auto merge of #4258 - bundler:seg-rubocop-0.36, r=segiddins | Homu | 2016-02-01 | 260 | -263/+639 |
|\ \ \ | |/ / |/| | | | | | RuboCop 0.36 & Frozen String Literals | ||||
| * | | [Travis] Replace RubyGems 2.5.1 with 2.5.2seg-rubocop-0.36 | Samuel Giddins | 2016-01-31 | 2 | -3/+3 |
| | | | |||||
| * | | un-freeze the version string for Ruby 1.9.3 | Andre Arko | 2016-01-31 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | turns out that frozen versions cause RubyGems to explode, but only on Ruby 1.9.3. ¯\_(ツ)_/¯ | ||||
| * | | Fix setting RUBYOPT | Samuel Giddins | 2016-01-31 | 1 | -1/+1 |
| | | | |||||
| * | | Compatibility with frozen string literals | Samuel Giddins | 2016-01-31 | 256 | -54/+311 |
| | | | |||||
| * | | [RuboCop] Fix Style/MutableConstant | Samuel Giddins | 2016-01-31 | 17 | -64/+52 |
| | | | |||||
| * | | [RuboCop] Enable Style/Alias | Samuel Giddins | 2016-01-31 | 2 | -7/+3 |
| | | | |||||
| * | | [RuboCop] Fix Performance/TimesMap | Samuel Giddins | 2016-01-31 | 2 | -6/+1 |
| | | | |||||
| * | | [RuboCop] Fix Performance/StartWith | Samuel Giddins | 2016-01-31 | 2 | -8/+2 |
| | | | |||||
| * | | [RuboCop] Address Style/GuardClause | Samuel Giddins | 2016-01-31 | 24 | -159/+117 |
| | | | |||||
| * | | [RuboCop] Update todo config for 0.36 | Samuel Giddins | 2016-01-31 | 1 | -14/+197 |
| | | | |||||
| * | | Fix exe/bundle_ruby to not cause RuboCop to choke | Samuel Giddins | 2016-01-31 | 1 | -1/+1 |
| | | |