summaryrefslogtreecommitdiff
path: root/bundler.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-1/+1
| | | | Run `rubocop -a --only Style/PercentLiteralDelimiters` and `rubocop --auto-gen-config`.
* add metadata to gemspecdwr-metadataDavid Radcliffe2017-04-241-0/+9
| | | | Including new changelog link
* wrap at 80 charsaa-core-team-alumniAndre Arko2017-02-181-1/+5
|
* Add core team alumni to the gemspec authorsAndre Arko2017-02-181-1/+1
|
* remove post-install on account of confusionaa-rm-post-installAndre Arko2017-02-151-7/+0
| | | | | | as demonstrated on twitter[1], this message was unfortunately convincing people that Ruby Together pays for the rubygems.org servers. let's remove it and come up with something clearer later. [1]: https://twitter.com/MelissaKaulfuss/status/829504864229023744
* add improvingimprove-messagingAndre Arko2017-02-011-4/+4
|
* marketing-ify the post-install messageAndre Arko2017-02-011-4/+4
|
* update link, appeal to better naturesaa-update-appealAndre Arko2017-01-091-3/+3
|
* break linesaa-post-installAndre Arko2017-01-071-1/+6
|
* Call out the costs and ask profitable Rubyists to give backAndre Arko2017-01-061-0/+2
|
* Auto merge of #5139 - bitboxer:move-man-pages-to-man-folder, r=indirectHomu2016-11-061-1/+1
|\ | | | | | | | | | | | | | | | | | | Move man pages to man folder The [gem-man](https://github.com/defunkt/gem-man) gem searches for the man pages in the man folder. Sadly bundler right now uses `lib/bundler/man` for the man pages. This pr fixes this and also creates correct names for the man pages. A man page always needs the section number in the filename. After this is merged, I will create a PR that changes the [bundler-site](https://github.com/bundler/bundler-site) repo to search in this new folder for the documentation.
| * Move man pages to man folderBodo Tasche2016-10-301-1/+1
| | | | | | | | | | | | 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.
* | change license specification in gemspecAndrey Korobkov2016-11-011-1/+1
|/ | | | | | | | for compatibility with license_finder gem, allowing automatic license checks. Bundler already proposes the same format in it's newgem.gemspec template: https://github.com/bundler/bundler/blob/master/lib/bundler/templates/newgem/newgem.gemspec.tt#L16 Let use it for bundler itself too.
* [Gemspec] Address warning for rdiscount dependencySamuel Giddins2016-08-021-1/+1
|
* [Gemspec] Depend upon rspec ~> 3.5Samuel Giddins2016-08-021-1/+1
|
* Update gemspec authors and emailgemspec-updateAndre Arko2016-06-101-2/+2
|
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
|
* [Gemspec] Bump rdiscount to `~> 2.1.8`Samuel Giddins2016-01-301-1/+1
|
* Fix Style/UnneededPercentQVictor Koronen2015-08-141-2/+2
|
* Merge pull request #3920 from bundler/seg-update-rubocopSamuel E. Giddins2015-08-131-1/+1
|\ | | | | [RuboCop] Update to 0.33.0
| * [RuboCop] Update to 0.33.0Samuel E. Giddins2015-08-071-1/+1
| |
* | [Rakefile] Use automatiek to manage vendoringSamuel E. Giddins2015-08-081-5/+6
|/
* Fix Style/SpaceAroundOperatorsAndre Arko2015-07-181-1/+1
| | | | closes #3854
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
| | | | closes #3850
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-12/+12
|
* Add new binstubs for rake and rspec in bin, move executables to exeSamuel E. Giddins2015-07-151-0/+1
|
* [Gemspec] Add a ~> 10.0 version constraint to rakeSamuel E. Giddins2015-05-171-1/+1
|
* [Gemspec] Alpha sort development dependenciesSamuel E. Giddins2015-05-171-1/+1
|
* Merge tag 'v1.9.4'Andre Arko2015-04-131-3/+4
| | | | | | | | Version 1.9.4 Conflicts: lib/bundler/installer.rb lib/bundler/match_platform.rb lib/bundler/source/rubygems.rb
* Fix warnings in test suite and gemspecRohit Arondekar2014-12-211-19/+19
|
* Sort deps by name so mustache is firstAndre Arko2014-11-051-1/+1
|
* lock mustache to a ruby 1.8 versionAndre Arko2014-11-051-0/+1
|
* Don't package test files with gemErik Michaels-Ober2014-10-081-2/+1
|
* rspec 3 is released!Andre Arko2014-06-241-1/+1
|
* update to shared email addressAndre Arko2014-05-111-1/+1
|
* explain how ignoring man pages worksAndre Arko2014-05-111-2/+4
|
* depend on rspec 3 now the codebase is updatedAndre Arko2014-05-111-1/+1
|
* move the dev deps list into the gemspecAndre Arko2014-05-101-0/+1
|
* Merge tag 'v1.5.2' into 'master'Andre Arko2014-01-101-1/+1
| | | | | | | | | | Conflicts: CHANGELOG.md Rakefile lib/bundler/installer.rb lib/bundler/rubygems_ext.rb lib/bundler/source/rubygems.rb spec/realworld/parallel_install_spec.rb spec/realworld/parallel_update_spec.rb
* Revert "Revert "Update to rspec 2.99""Myron Marston2013-11-101-1/+1
| | | | This reverts commit 1d8debe29d2352c57d80afafd4fec066b1a6b8ef.
* Revert "Update to rspec 2.99"Terence Lee2013-11-091-1/+1
| | | | This reverts commit a4c990c9bd4954b5f6d1a71acf1bc712119cb52d.
* Update to rspec 2.99Erik Michaels-Ober2013-11-081-1/+1
|
* make bundler gem accessible when building a gemTerence Lee2013-08-271-1/+1
|
* oh yeah new domainAndre Arko2013-08-111-1/+1
|
* re-include man pages in built gemAndre Arko2013-03-011-1/+1
|
* fix version constraints, clean up git in gemspecAndre Arko2013-02-021-9/+5
|
* Don't depend on git in gemspecErik Michaels-Ober2013-02-021-23/+23
|
* Identify the packaged software license in the gemspecNathaniel Bibler2012-10-301-0/+1
|
* update to rspec 2.11 for expec syntaxTerence Lee2012-10-091-1/+1
|
* accurately represent the ruby versions we supportAndre Arko2012-01-121-0/+1
|