aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/remote_specification.rb
Commit message (Expand)AuthorAgeFilesLines
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* improve the error messageAndre Arko2016-01-251-1/+2
* raise when fetch_spec failsAndre Arko2016-01-251-0/+1
* [RemoteSpecification] Platform should indeed be a stringSamuel E. Giddins2016-01-251-1/+1
* [RemoteSpecification] Ensure version and platform are of the correct classSamuel E. Giddins2016-01-251-2/+2
* [RuboCop] Enable Style/AndOrSamuel Giddins2015-11-261-1/+1
* Fix Style/MultilineIfThenVictor Koronen2015-08-141-1/+1
* Ensure two RemoteSpecifications are comparableTim Blair2015-07-081-2/+2
* Make Bundler::RemoteSpecification comparable.Tony Spataro2015-06-191-2/+18
* Allow comparing Bundler StubSpecs with RG specsAndre Arko2015-06-191-2/+11
* Hoist StubSpecification up into a fileAndre Arko2015-05-301-20/+0
* [StubSpecification] Render the wrapper specification as the yaml representationSamuel E. Giddins2015-04-201-0/+4
* Use specification stubs with RubyGems 2.1+ when constructing the local indexSamuel E. Giddins2015-04-191-0/+16
* Rename Specification#source_uri to remote.Tim Moore2015-03-141-1/+1
* Fix some typos in lib/Jake Worth2014-01-251-1/+1
* remove @@spec_fetch_mapAndre Arko2013-10-031-1/+1
* Extract index and gemspec fetching into Bundler::FetcherAndre Arko2010-11-121-8/+6
* Remove the #to_generic monkey patch to Gem::PlatformCarl Lerche2010-07-241-2/+2
* Fix some platform related bugsCarl Lerche2010-06-051-1/+2
* Fetch full arch from RemoteSpecifications before installingAndre Arko2010-04-231-1/+8
* Always sort rake first in the dependency listCarlhuda2010-03-091-7/+0
* Use the built in RubyGem spec fetcher to fetch individual specs.Carl Lerche2010-02-181-3/+4
* Don't be super slow on 1.9Carl Lerche2010-02-031-1/+5
* Rename gemfile back to bundlerCarl Lerche2010-01-261-0/+53