summaryrefslogtreecommitdiff
path: root/spec/install/gemfile/gemspec_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded `:keep_path`David Rodríguez2020-03-061-1/+1
* Bump rake version to 13.0 everywherebump_rakeDavid Rodríguez2020-02-211-1/+1
* [repo move] Update GitHub URL in comments and `skip` messages in spec/Ellen Marie Dash2020-01-161-1/+1
* Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-121-13/+11
* Skip the rest of the failures on WindowsDavid Rodríguez2020-01-071-0/+2
* Use standard require paths for names with dashes in specsDavid Rodríguez2020-01-031-1/+1
* Make some specs more explicitDavid Rodríguez2019-07-091-13/+11
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-23/+23
* Unify stderr helpersDavid Rodríguez2019-04-121-2/+2
* Remove lockfile incompatibility due to a settingseparate_rubygems_sources_in_lockfileDavid Rodríguez2019-03-021-102/+1
* Remove unnecessary rubygems filters from specsDavid Rodríguez2019-02-251-1/+1
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-1/+1
* Update the additional versions of rake in rspec examples.update-default-version-of-templateSHIBATA Hiroshi2019-01-241-1/+1
* Add test that gemspec version downgrades work with BUNDLE_BUNDLE_ONLY_UPDATE_...Grey Baker2018-11-211-0/+14
* typo fixskip-remove-auth-with-file-protocolSHIBATA Hiroshi2018-06-151-1/+1
* Move normalize methods to helper methods from rspec example files.SHIBATA Hiroshi2018-06-151-18/+6
* Reverted accidentally carriage returnSHIBATA Hiroshi2018-06-151-0/+1
* Modify localhost variable when defining URI::File. It will be provided from R...SHIBATA Hiroshi2018-06-151-7/+18
* Fixed failing examples with Ruby 2.5.SHIBATA Hiroshi2017-12-111-7/+7
* Auto merge of #6098 - akhramov:fix/doubled-message-in-verbose-mode, r=segiddinsThe Bundler Bot2017-10-301-2/+6
* Untangle the system gem path and the default bundle path in the specsSamuel Giddins2017-07-241-8/+13
* Update the specs for the new :deployment settingSamuel Giddins2017-07-191-1/+1
* Remove several CLI flags that need to be set via config in Bundler 2Samuel Giddins2017-07-191-1/+1
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-1/+1
* Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-231-1/+102
* Get the 2.0 specs passing under 2.0Samuel Giddins2017-06-231-5/+5
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-301-1/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-2/+2
* | [RubygemsIntegration] Stub out Gem.finish_resolveseg-gem-finish-resolveSamuel Giddins2017-05-031-0/+24
|/
* Avoid undefined Bundler::Plugin::API::Source exceptionseg-bundler-plugin-source-api-const-undefinedSamuel Giddins2017-02-221-0/+20
* Add a spec for installing in deployment after changing gemspecSamuel Giddins2017-02-101-0/+25
* [Resolver] Restrict activated platforms to those in the Gemfileseg-resolver-restrict-platformsSamuel Giddins2017-01-231-0/+18
* [Definition] Avoid re-resolving when a gemspec has dev depsseg-gemspec-dev-deps-no-resolveSamuel Giddins2017-01-231-0/+17
* Add a spec for gemspec deps not requiring re-resolveSamuel Giddins2017-01-211-0/+14
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* Add a spec for lazy specification picking the right platform for Gemspec sourcesSamuel Giddins2016-09-211-0/+33
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-031-5/+5
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-18/+18
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-18/+18
* [DSL] Add support for multi-platform gems with the `gemspec` methodSamuel Giddins2016-07-221-2/+12
* Reduce code de-duplication in gemspec specSamuel Giddins2016-07-221-28/+14
* Add specs for bundling with locked platform-specific gemspec deps on RUBYSamuel Giddins2016-07-211-0/+146
* add spec for allowing conflictsSamuel Giddins2016-06-041-0/+19
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Nix the gem_helpers method in `Bundler::Dsl`Mike Virata-Stone2015-12-151-1/+1
* Add spec to show that this fix also fixes #4157Mike Virata-Stone2015-12-151-1/+17
* Use the local platform rather than relying on the platform reported by the specMike Virata-Stone2015-12-151-30/+51
* Add an integration spec which fails if #4102 isn't fixedMike Virata-Stone2015-12-151-0/+45
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-6/+6