aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/rubygems_ext.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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 specsSamuel Giddins2016-11-271-1/+1
|
* Replace fakeweb in the specs with artificeSamuel Giddins2016-11-181-1/+1
|
* Speed up test gem installationSamuel 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
| | | | | - Rack 2.x requires Ruby version >= 2.2.2 - artifice doesn't support rack 2.x now.
* 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 CodeClimateSamuel 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
| | | | | requiring support/path and also the absolute path in spec_helper.rb:32 meant that it was getting required twice.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suppose a Gemfile specifies a dependency, `foo`: foo Let's say `foo` requires a certain `bar`: foo bar (>= 0.5) If this dependency happens to be satisfied by a prerelease `bar`, e.g., 0.6.pre, then `bundle viz` will error. The cause of this error is that `Bundler::Graph#_populate_relations` executes child_dependencies = dependency.to_spec.runtime_dependencies.to_set and if `dependency` (here, `bar`), is a prerelease, then `dependency.to_spec` will be `nil` on Rubygems 2.4.0 and higher because of changes to `#to_spec`. By forcing `dependency.prerelease = true`, then `to_spec` won't ignore the prerelease `bar` dependency, which prevents `dependency.to_spec` to from being `nil`. This should address GitHub issues 3621 and 3217.
* require things you use sighAndre Arko2014-04-021-0/+1
|
* pry still doesn't work, so this is just slowdownAndre Arko2014-04-021-1/+0
|
* include pry for help debugging test casesAndre Arko2013-02-111-0/+1
|
* use rake 10 in specs to fix warningsAndre Arko2012-11-291-1/+1
|
* use Net::HTTP's read_timeout setting insteadTerence Lee2012-09-181-1/+2
| | | | | talked with @drbrain about net/http timeouts, and we decided it was better than having to do a manual Timeout.
* use sinatra 1.2.7. 1.3.0 breaks the buildTerence Lee2011-10-021-1/+2
|
* Merge branch '1-0-stable'Andre Arko2011-06-101-3/+4
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG.md Rakefile lib/bundler/cli.rb lib/bundler/templates/newgem/Rakefile.tt lib/bundler/templates/newgem/newgem.gemspec.tt lib/bundler/version.rb spec/other/newgem_spec.rb spec/support/rubygems_ext.rb
| * hey so rake didn't stay 0.8.7 foreverAndre Arko2011-05-271-1/+3
| |
* | Merge branch '1-0-stable'Terence Lee2011-02-011-0/+2
|\| | | | | | | | | | | Conflicts: CHANGELOG.md lib/bundler/version.rb
| * adding requires and default yaml parser to psych if possibleAaron Patterson2011-01-211-0/+2
| |
* | Merge branch '1-0-stable'Andre Arko2010-12-161-2/+5
|\| | | | | | | | | | | Conflicts: lib/bundler/version.rb spec/support/rubygems_ext.rb
| * use builder 2.1.2, 3.0.0 breaks specs for 1.9.2Terence Lee2010-11-171-2/+5
| |
* | use artifice for Gemcutter Endpoint API testsTerence Lee2010-11-121-2/+2
|/
* Separate ↵Carl Lerche2010-08-201-1/+1
| | | | /Users/carllerche/.bundler/bin:/Users/carllerche/.rvm/gems/ruby-1.8.7-p302/bin:/Users/carllerche/.rvm/gems/ruby-1.8.7-p302@global/bin:/Users/carllerche/.rvm/rubies/ruby-1.8.7-p302/bin:/Users/carllerche/.rvm/bin:/Users/carllerche/.bundler/bin:/Users/carllerche/Developer/Go/bin:/Users/carllerche/Developer/Builds/bin:/Library/Application Support/VMware Fusion:/opt/local/lib/mysql5/bin:/opt/local/lib/postgresql83/bin:/Users/carllerche/.bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin with the appropriate OS specific separator
* Fix a bug where `bundle exec bundle *` and shelling out to bundle from ↵Carlhuda2010-07-211-2/+2
| | | | inside a bundle failed in some cases
* Fix path for gembins in specsAndre Arko2010-06-081-1/+1
|
* Have bundler generate executable stubs into ~/.bundler/bin that will ↵Carl Lerche2010-05-091-1/+1
| | | | automatically call bundler/setup if in bundle directory
* Fetch full arch from RemoteSpecifications before installingAndre Arko2010-04-231-2/+2
| | | | | | | | | | | | It turns out quick gem indexes don't include the arch in the platform string. So we have to fetch the full spec before we install or risk trying to install the wrong arch. You'll need to `rm -rf tmp/gems/base` for this to pass the first time. Cleanups or suggestions on how to make this spec less ugly would also be welcome. Closes #277
* Get specs running on 1.9Carl Lerche2010-02-261-0/+1
|
* Gems with implicit Rake dependencies (extensions << "Rakefile") work!Carlhuda2010-02-221-2/+2
|
* Fix Bundler on 1.9Carlhuda2010-02-161-0/+29