aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* [RuboCop] Update to 0.46.0Samuel Giddins2017-01-151-2/+2
|
* [Rakefile] Add release-related tasksSamuel Giddins2017-01-111-0/+2
|
* [Travis] Test agains rubygems 2.6.8Samuel Giddins2016-11-291-1/+1
|
* [RuboCop] Update to 0.45.0Samuel Giddins2016-11-291-4/+4
|
* Vendor net-http-persistent with automatiekSamuel Giddins2016-11-281-0/+18
|
* [Rakefile] Speed up rake spec:depsSamuel Giddins2016-11-191-4/+4
|
* [Rakefile] Pin CodeClimate reporter to pre-1.0Samuel Giddins2016-11-131-1/+1
|
* Move man pages to man folderBodo Tasche2016-10-301-6/+6
| | | | | | The gem-man gem searches for the man pages in the man folder. This pr fixes this and also creates correct names for the manpages. A manpage always needs the section number in the filename.
* Un-vendor the compact index clientSamuel Giddins2016-09-211-7/+0
|
* [Rakefile] Add RubyGems v2.5.2Samuel Giddins2016-08-221-1/+1
|
* test against RubyGems 2.6.6Andre Arko2016-08-221-1/+1
| | | also stop testing RubyGems 2.4 on newer rubies ¯\_(ツ)_/¯
* Clean up spec output on TravisSamuel Giddins2016-08-041-1/+1
|
* [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-2/+2
|
* [Rakefile] Don’t print to stderr when not inside of RubyGemsSamuel Giddins2016-07-101-1/+1
|
* [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