summaryrefslogtreecommitdiff
path: root/spec/support/rubygems_ext.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add compact index artifice serverSamuel E. Giddins2016-01-251-1/+1
* Setup CodeClimateseg-code-climateSamuel Giddins2016-01-221-11/+21
* [RuboCop] Enable Style/EmptyLinesAroundModuleBodySamuel Giddins2015-11-261-1/+0
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-2/+2
* Fix Style/CommandLiteralVictor Koronen2015-08-141-1/+1
* [RuboCop] Update to 0.33.0Samuel E. Giddins2015-08-071-1/+1
* grumble grumble rubocop grumbleAndre Arko2015-07-291-1/+1
* Try failing fast if prereq gems fail to installAndre Arko2015-07-291-8/+16
* [Rakefile] Properly install RuboCopSamuel E. Giddins2015-07-151-1/+0
* Ensure rubocop is installed as a test depSamuel E. Giddins2015-07-151-0/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-7/+7
* Update specs for moving bin/bundle to exe/bundleSamuel E. Giddins2015-07-151-1/+1
* [RubyGemsExt] ruby-graphviz is 1.9.3+Samuel E. Giddins2015-05-311-1/+1
* fix double-require on ruby 1.8.7Andre Arko2015-05-161-1/+1
* skip viz specs on 1.8.7Andre Arko2015-05-141-1/+1
* Allow bundle viz to work with dependencies satisfied by prereleases.Adam Prescott2015-05-111-1/+3
* require things you use sighAndre Arko2014-04-021-0/+1