summaryrefslogtreecommitdiff
path: root/spec/support/rubygems_ext.rb
Commit message (Expand)AuthorAgeFilesLines
* Properly avoid readline crashes when running specs on Windowsfix_warning_and_readline_crash_on_windowsDavid Rodríguez2019-11-061-0/+3
* Replace `with_rubygems` scriptDavid Rodríguez2019-09-191-0/+1
* Fail hard if activating dep deps failsDavid Rodríguez2019-09-151-1/+1
* Remove unnecessary outputDavid Rodríguez2019-09-151-1/+0
* Extract helper methodDavid Rodríguez2019-09-151-4/+8
* Lazily require rubygems/user_interactionDavid Rodríguez2019-09-151-1/+1
* Refactor activation errorsDavid Rodríguez2019-09-151-0/+2
* Add a private sectionDavid Rodríguez2019-09-151-5/+7
* Use `extend self`David Rodríguez2019-09-151-6/+8
* Start using automatiek 0.3.0automatiek_0.3David Rodríguez2019-09-041-1/+1
* Parallelize test suiteDavid Rodríguez2019-08-181-0/+1
* Consistently use `Path` over `Spec::Path`David Rodríguez2019-08-161-1/+1
* Extract a `gem_bin` path helperDavid Rodríguez2019-08-161-1/+1
* Bump rspec dependency to 3.8bump_rspec_dev_dependencyDavid Rodríguez2019-08-081-1/+1
* Bump rack and sinatra to latest versionsbump_test_depsDavid Rodríguez2019-08-061-3/+2
* Bump rubocop to 0.74.0bump_rubocopDavid Rodríguez2019-07-311-1/+1
* Bump automatiek to 0.2.0David Rodríguez2019-07-241-1/+1
* Remove development dependencies from gemspecremove_add_development_dependency_from_gemspecDavid Rodríguez2019-07-081-2/+35
* Remove unnecessary begin-end blockDavid Rodríguez2019-07-081-15/+13
* Remove unnecessary stuffsimplify_gems_used_by_tests_installationDavid Rodríguez2019-03-281-0/+1
* Remove unnecessary conditionDavid Rodríguez2019-03-131-1/+1
* Fix TODODavid Rodríguez2019-03-081-2/+0
* Use ENV["BUNDLE_GEM"] instead of gem command provided by system ruby.SHIBATA Hiroshi2019-02-191-1/+2
* Remove exception since MRI 1.9.3 is no longer supporteddependency_reviewDavid Rodríguez2019-02-131-4/+3
* Bump builder gem since we no longer support MRI 1.9.2David Rodríguez2019-02-131-2/+1
* Bump rack-test since we no longer support MRI 1.8.7David Rodríguez2019-02-131-3/+1
* Fix TODO note since linked issue seems closedDavid Rodríguez2019-02-131-3/+1
* Remove no longer relevant commentDavid Rodríguez2019-02-131-1/+0
* Fixed failing examples.SHIBATA Hiroshi2019-01-241-1/+1
* Remove unnecessary stuff from specsDavid Rodríguez2018-10-261-5/+1
* Make RakeTask spec:deps OS agnosticLeo Arnold2018-10-171-6/+6
* Use helper method instead of hard-code path.SHIBATA Hiroshi2018-10-161-1/+1
* rubocop -ano-documentSHIBATA Hiroshi2018-07-121-3/+3
* To use --no-document option after RubyGems 2.0. RubyGems will remove --no-ri ...SHIBATA Hiroshi2018-07-121-1/+5
* Re-order gem dependency for Ruby 1.8 build matrix.fix-ruby18-testSHIBATA Hiroshi2017-12-241-1/+2
* Stop installing bundler 1.12 for the specsSamuel Giddins2017-08-251-1/+0
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Limit specs to rack-test < 0.7.0 for Ruby 1.8.7 compatibilitysegiddins-spec-deps-updateSamuel Giddins2017-07-101-0/+3
* Avoid Rack 1.6.7 in specs for nowseg-spec-rack-avoid-1.6.7Samuel Giddins2017-05-161-1/+3
* In specs, set TMPDIR to be ./tmp/tmpdirSamuel Giddins2017-02-101-0/+1
* Ensure rack is always installed first on 1.8.7 in the specsSamuel Giddins2017-01-241-1/+2
* Update to sinatra 1.4.7 in the specsseg-specs-sinatra-updateSamuel Giddins2016-11-271-1/+1
* Replace fakeweb in the specs with artificeseg-remove-fakewebSamuel Giddins2016-11-181-1/+1
* Speed up test gem installationseg-update-compact-indexSamuel Giddins2016-08-291-5/+9
* Update specs to use compact_index 0.11Samuel Giddins2016-08-291-1/+2
* Move the gem_command helper to existing execution infrastructureSamuel Giddins2016-08-021-9/+0
* Installing gems without version after the ones with version for testsAsutosh Palai2016-07-021-1/+1
* Fix test failures due to Rack 2.xKohei Suzuki2016-07-021-2/+5
* Add a spec for trampoliningSamuel Giddins2016-06-101-1/+2
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-2/+3