aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* [Trampoline] Dont change the load path just for postitSamuel Giddins2016-06-241-4/+1
|
* Change Rakefile to work as a submoduleSamuel Giddins2016-06-211-9/+18
|
* Add total bundler version trampolining via vendored postitSamuel Giddins2016-06-101-0/+11
|
* [Travis] Test against RubyGems `v2.6.4`James Wen2016-05-061-2/+2
|
* [Travis] Test against RubyGems 2.6.3Samuel Giddins2016-04-151-2/+2
|
* [RuboCop] Update to 0.39.0Samuel Giddins2016-03-291-2/+2
|
* [RuboCop] Update to 0.38.0Samuel Giddins2016-03-091-2/+2
|
* [Travis] Test against RubyGems 2.6.1Samuel Giddins2016-02-281-2/+2
|
* [Travis] Test against RubyGems 2.6.0Samuel Giddins2016-02-251-2/+2
|
* [RuboCop] Update to 0.37.1Samuel Giddins2016-02-091-2/+2
|
* [RuboCop] Update to 0.37.0Samuel Giddins2016-02-051-2/+2
|
* [Travis] Replace RubyGems 2.5.1 with 2.5.2Samuel Giddins2016-01-311-2/+2
|
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
|
* Update to RuboCop 0.36.0Samuel Giddins2016-01-311-2/+2
|
* Auto merge of #4255 - bundler:seg-gemspec-bump-rdiscount, r=segiddinsHomu2016-01-311-9/+3
|\ | | | | | | [Gemspec] Bump rdiscount to `~> 2.1.8`
| * [Travis] Use RG 2.5.1Samuel Giddins2016-01-301-9/+3
| |
* | [Travis] Test against RubyGems 2.5.1Samuel Giddins2016-01-301-1/+1
|/
* [CompactIndex] Use vendored compact_index_clientSamuel E. Giddins2016-01-251-0/+7
|
* Setup CodeClimateSamuel Giddins2016-01-221-1/+6
|
* Looks like Ubuntu changed the package nameAndre Arko2015-12-131-1/+1
|
* [RuboCop] Enable Style/MultilineOperationIndentationSamuel Giddins2015-11-261-1/+1
|
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-4/+4
|
* [RuboCop] Update to 0.35.1Samuel Giddins2015-11-211-2/+2
|
* update travis build filesAndre Arko2015-11-101-1/+1
| | | | | | - add new rubygems 2.5.0 - update rubygems 2.2.3 to 2.2.5 - remove rbx-2, it has never passed - stop testing Ruby 1.9.2, it’s unused enough now
* [RuboCop] Regenerate todo file with new file excludesSamuel Giddins2015-10-181-2/+2
|
* [RuboCop] Update to 0.34.1Samuel Giddins2015-10-181-2/+2
|
* Merge pull request #3920 from bundler/seg-update-rubocopSamuel E. Giddins2015-08-131-2/+2
|\ | | | | [RuboCop] Update to 0.33.0
| * [RuboCop] Update to 0.33.0Samuel E. Giddins2015-08-071-2/+2
| |
* | [Rakefile] Use automatiek to manage vendoringSamuel E. Giddins2015-08-081-57/+23
|/
* Use %w[] instead of %w()Erick Sasse2015-07-291-2/+2
|
* Fix Style/WordArrayErick Sasse2015-07-281-2/+2
|
* Fail fast if RuboCop task failsAndre Arko2015-07-271-3/+5
|
* Run Rubocop before specs.Tim Moore2015-07-271-4/+4
| | | | This fails faster on style issues.
* Fix Lint/UnusedBlockArgumentErick Sasse2015-07-201-2/+2
|
* Fix Style/SignalExceptionErick Sasse2015-07-191-1/+1
|
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-3/+3
| | | | closes #3853
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-4/+4
| | | | closes #3850
* [Rakefile] Properly install RuboCopSamuel E. Giddins2015-07-151-0/+5
|
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-35/+35
|
* Setup RuboCopSamuel E. Giddins2015-07-151-1/+11
|
* [Travis] Test against 2.4.8 nowSamuel E. Giddins2015-06-101-1/+1
|
* RubyGems 2.4.7 is now the latest releaseSamuel E. Giddins2015-05-161-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.
* remove gemfile man special case from cleanAndre Arko2015-05-111-2/+1
|
* use Rake convention of clean/clobber for manpagesAndre Arko2015-05-091-8/+17
| | | | | | | clean now removes manpages whose source files are missing from the source directory, clobber removes all of them inspired by #3633
* Merge tag 'v1.9.6'Andre Arko2015-05-031-3/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Version 1.9.6 Conflicts: CHANGELOG.md lib/bundler/installer.rb lib/bundler/resolver.rb lib/bundler/rubygems_integration.rb lib/bundler/source/rubygems.rb lib/bundler/version.rb man/bundle-config.ronn spec/install/post_bundle_message_spec.rb
| * guard against missing ronn during releaseAndre Arko2015-04-301-3/+6
| |
* | Merge tag 'v1.9.1'Andre Arko2015-03-251-12/+23
|\| | | | | | | Version 1.9.1
| * [Vendor] Dont change the load path to require vendored gemsSamuel E. Giddins2015-03-211-12/+23
| | | | | | | | | | | | Properly fixes us uses of autoload in thor Closes #3492
* | fix "rake spec:deps" fails on MinGW Ruby 2.0Toshi MARUYAMA2015-03-201-2/+2
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` $ ruby --version ruby 2.0.0p598 (2014-11-13) [x64-mingw32] $ rake spec:deps DL is deprecated, please use Fiddle c:/Ruby200-x64/bin/ruby.exe -S gem list -i '^mustache$' -v '= 0.99.6' || c:/Ruby 200-x64/bin/ruby.exe -S gem install mustache -v '= 0.99.6' --no-ri --no-rdoc true c:/Ruby200-x64/bin/ruby.exe -S gem list -i '^rdiscount$' -v '~> 1.6' || c:/Ruby2 00-x64/bin/ruby.exe -S gem install rdiscount -v '~> 1.6' --no-ri --no-rdoc ERROR: While executing gem ... (Gem::Requirement::BadRequirementError) Illformed requirement ["~ "] ERROR: While executing gem ... (Gem::Requirement::BadRequirementError) Illformed requirement ["~ --no-ri --no-rdoc"] rake aborted! Command failed with status (1): [c:/Ruby200-x64/bin/ruby.exe -S gem list -i...] c:/workdir/git-workdir/bundler/Rakefile:90:in `block (3 levels) in <top (require d)>' c:/workdir/git-workdir/bundler/Rakefile:89:in `each' c:/workdir/git-workdir/bundler/Rakefile:89:in `block (2 levels) in <top (require d)>' c:/workdir/git-workdir/bundler/Rakefile:23:in `block in invoke' c:/workdir/git-workdir/bundler/Rakefile:22:in `invoke' Tasks: TOP => spec:deps (See full trace by running task with --trace) ```