summaryrefslogtreecommitdiff
path: root/lib/bundler/templates
Commit message (Expand)AuthorAgeFilesLines
* Fix comments and messages to refer to https urlTakayuki Nakata2019-08-211-3/+3
* Merge #7259Bundlerbot2019-07-291-13/+22
|\
| * Add workaround from old rubygemsrelax_bundler_binstubDavid Rodríguez2019-07-231-1/+9
| * Update error messages to be more preciseDavid Rodríguez2019-07-231-1/+1
| * Remove unnecessary method parameterDavid Rodríguez2019-07-231-2/+2
| * Use a consistent requirement in binstubDavid Rodríguez2019-07-231-9/+12
| * Remove redundant begin-end blockDavid Rodríguez2019-07-231-2/+1
| * Don't need 1.8 compatibilityDavid Rodríguez2019-07-231-2/+1
* | Merge #7226Bundlerbot2019-07-241-1/+1
|\ \
| * | Check for straneous quotesimprove_quality_specsDavid Rodríguez2019-07-101-1/+1
| |/
* | Point to CoC which contains the contributor covenantAdam Wanninger2019-07-231-1/+2
|/
* Not sure how much this buys us, remove itremove_add_development_dependency_from_new_gemsDavid Rodríguez2019-06-261-2/+0
* Generate new gem development dependencies in GemfileDavid Rodríguez2019-06-262-7/+8
* Add `required_ruby_version` to gemspec templategemspec-rrMiklos Fazekas2019-06-171-0/+1
* Add `require_relative` to gemspec templateMiklos Fazekas2019-04-231-3/+1
* Cherry-pick github source removal from Gemfile templateDavid Rodríguez2019-04-111-2/+0
* Remove ruby version leftoversremove_ruby_version_leftoversDavid Rodríguez2019-03-152-10/+0
* Travis template: Drop unused sudo: false optionOlle Jonsson2019-02-161-1/+0
* Bump rake version to 12.0 on gemspec template. Because rake-10.0 is EOL now.SHIBATA Hiroshi2019-01-241-1/+1
* Fix indentation of bundler executablemeganemura2018-11-061-1/+1
* Remove more unnecessary stuffremove_old_rubygems_stuff_from_specsDavid Rodríguez2018-10-261-11/+4
* bundle gem will generate homepage_uri and code and changelog section by defaultKeiji Yoshimi2018-09-141-0/+4
* Enable bundler caching for generated travis configIan Ker-Seymer2018-06-051-0/+2
* Auto merge of #6503 - koic:use_dir_instead_of_file_in_newgem_template, r=hsbtThe Bundler Bot2018-04-282-1/+7
|\
| * Use `__dir__` instead of `__FILE__` in newgem.gemspec templateKoichi ITO2018-04-232-1/+7
* | Bump the bundle_binstub check-length to 300 charactersTom Duffield2018-03-291-1/+1
|/
* Change commentsNikita Esaulov2018-03-161-1/+1
* Add a comment about default spec.files setupNikita Esaulov2018-03-161-0/+1
* Add a comment describing spec.files method in the .gemspec templateNikita Esaulov2018-03-151-0/+1
* Fix unparsable ruby generated by `bundle gem`David Rodríguez2018-02-221-1/+1
* Remove unnecessary executable bit from gem template.Vít Ondruch2018-02-011-0/+0
* Simplify error class stuff.Chris Keele2018-01-191-5/+1
* Add base error class to new gems.Chris Keele2018-01-191-0/+5
* Auto merge of #6202 - hsbt:warning-bundler-binstub, r=hsbtThe Bundler Bot2017-12-111-1/+9
|\
| * expand toplevel method definition about stub file detectionSHIBATA Hiroshi2017-12-051-6/+7
| * Show warning message about binstub outside generation.SHIBATA Hiroshi2017-12-051-1/+8
* | Ignore to generate documentation of templates.SHIBATA Hiroshi2017-12-111-0/+1
|/
* Auto merge of #6201 - jetthoughts:binstub-use-gemfile-from-env, r=indirectThe Bundler Bot2017-12-051-3/+3
|\
| * Setup Gemfile path before loading bundler in order to use original GemfilePaul Nikitochkin2017-12-021-3/+3
* | Ensure git is executed inside the gemspec dirElia Schito2017-11-281-2/+2
|/
* Remove a blank line in generated gemspec for RUBY_VERSION >= "2.0.0"meganemura2017-10-271-1/+1
* Rename .travis.yml.tt to travis.yml.tt. Because installer of ruby core ignoredSHIBATA Hiroshi2017-10-061-0/+0
* Update newgem README.md template for Bundler 2Koichi ITO2017-09-291-1/+1
* RG < 1.8 compatibility in bundle binstubseg-bundler-binstub-under-2Samuel Giddins2017-08-251-1/+2
* Allow spaces in bundle update --bundler versionSamuel Giddins2017-08-251-3/+11
* When the locked bundler is under 2.0, allow any version < 2Samuel Giddins2017-08-251-0/+3
* Fix the tempalte of gems.rbKoichi ITO2017-08-031-1/+1
* Add new line after new gem gemspec templateRobert Soly2017-07-311-0/+1
* Re-format the bundle binstub to conform to Bundler standardSamuel Giddins2017-07-211-10/+19
* Handle when Bundler is only available on the load pathSamuel Giddins2017-07-211-3/+16