summaryrefslogtreecommitdiff
path: root/lib/bundler/dependency.rb
Commit message (Expand)AuthorAgeFilesLines
* [DSL] Add install_if method / optionseg-install-ifSamuel E. Giddins2015-05-021-6/+7
* Merge tag 'v1.7.12'Andre Arko2015-01-241-1/+4
|\
| * Teach Bundler to recognize (x64_)mingw_22 platformAlex Coles2014-12-301-1/+3
| * Teach Bundler to recognize mri_22 platformAlex Coles2014-12-301-0/+1
| * Added ruby_22? and friends to CurrentRuby.Thomas Drake-Brockman2014-12-141-0/+1
* | add `:ruby_22` platform optionAbdelkader Boudih2014-09-251-0/+1
* | Fixing Extraneous Blank lineRory McCune2014-05-121-1/+0
* | Revert "Merge pull request #2988 from mvz/issue-2774-rbx-deps"Andre Arko2014-05-051-1/+1
* | Add rubinius as a seperate generic platformMatijs van Zuijlen2014-04-201-1/+1
* | Mswin64 support.U.Nakamura2014-04-111-0/+8
|/
* Avoid threequals operator where possibleAntonio Scandurra2014-03-211-2/+2
* Merge pull request #2611 from mcfiredrill/jruby18and19André Arko2013-09-261-0/+2
|\
| * add jruby_18 and jruby_19 to platformsTony Miller2013-08-241-0/+2
* | adding platform support for ruby 2.1Brandon Black2013-09-241-1/+5
|/
* Add proper support for x64-mingw32 platform.Lars Kanis2013-08-101-1/+3
* Extract Current Ruby version/platform detection from dependency.rbHemant Kumar2013-07-181-81/+3
* Implement Dependency#specific? for use with rubygems <= 1.7.2Ryan Ahearn2013-05-291-0/+7
* distinguish between 1.9 and 2.0 correctlyAndre Arko2013-01-061-9/+21
* add ABI platforms :ruby_20 and :mri_20Andre Arko2012-12-201-1/+17
* Revert "Ruby 2.0 (trunk ruby) is not Ruby 1.9"Andre Arko2012-08-151-2/+2
* Ruby 2.0 (trunk ruby) is not Ruby 1.9Aaron Patterson2011-11-161-2/+2
* Add support for MagLev.Tim Felgentreff2011-09-211-1/+5
* remove double-implementation of Dependency#to_lockAndre Arko2011-09-171-8/+1
* Allow overriding development deps loaded by #gemspecLars Gierth2011-08-091-1/+2
* Safer check for RubiniusRalph Bodenner2011-05-191-1/+1
* Fix #1050: no platform for rubiniusRalph Bodenner2011-05-191-0/+5
* force unsorted requirements order in lockfile for backwards RG compatAndre Arko2011-03-171-1/+2
* Add mingw_18 and mingw19 as platform for mingw with 1.8 or 1.9 RUBY version.serge2010-11-141-9/+20
* Fix mingw? check to actually check for mingwAndre Arko2010-11-111-1/+1
* First pass at a mingw platformAndre Arko2010-10-271-2/+7
* Don't list platforms twice, actually require required filesAndre Arko2010-08-031-1/+2
* mri platform addedSantiago Pastorino2010-07-231-0/+15
* Don't crash when checking for jruby on 1.8Carl Lerche2010-06-061-1/+1
* Add #env to Gemfile for specifying conditions for including / excluding group...Carl Lerche2010-06-061-0/+16
* Get the basic platform DSL workingCarl Lerche2010-06-061-0/+27
* Set things up to start working on the platform DSLCarl Lerche2010-06-061-1/+21
* Make SpecSet#for smart about platformsCarl Lerche2010-06-051-0/+2
* Scope specs in the lock file by sourceCarl Lerche2010-05-101-5/+4
* Make bundler work under Rubygems 1.3.5.Brian Donovan2010-04-231-0/+1
* Write tests for the format of the new lockfileCarlhuda2010-04-201-7/+3
* First pass at generating the new LockfileCarlhuda2010-04-201-0/+17
* First pass at not raising if a require by the gem's name does not exist.Carl Lerche2010-02-111-4/+7
* Lets try to actually fix .bundle/environment.rb this time.Carl Lerche2010-02-101-1/+1
* Dump full details into Gemfile.lockAndy Delcambre2010-02-091-0/+1
* Merge branch 'master' of git://github.com/carlhuda/bundler into carlhudaJeremy Kemper2010-02-031-1/+1
|\
| * Allow Bundler::Dependency to have multiple groupsCarl Lerche2010-02-031-1/+1
| * Support multiple :require per gemJeremy Kemper2010-02-031-0/+1
| * Group autorequire: pass :require => 'autorequire' option to gem dependencies....Jeremy Kemper2010-02-031-1/+4
* | Support :require => false to skip the gem on Bundler.requireJeremy Kemper2010-02-031-1/+1
* | Support multiple :require per gemJeremy Kemper2010-02-031-0/+1