summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/newgem/newgem.gemspec.tt
Commit message (Expand)AuthorAgeFilesLines
* Switch to double quotes to match rest of fileJonathan Hefner2019-10-141-2/+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-261-7/+0
* Add `required_ruby_version` to gemspec templategemspec-rrMiklos Fazekas2019-06-171-0/+1
* Add `require_relative` to gemspec templateMiklos Fazekas2019-04-231-3/+1
* Remove ruby version leftoversremove_ruby_version_leftoversDavid Rodríguez2019-03-151-6/+0
* Bump rake version to 12.0 on gemspec template. Because rake-10.0 is EOL now.SHIBATA Hiroshi2019-01-241-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
* Use `__dir__` instead of `__FILE__` in newgem.gemspec templateKoichi ITO2018-04-231-1/+3
* 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
* 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
* Add new line after new gem gemspec templateRobert Soly2017-07-311-0/+1
* Tweak gemspec template when using Ruby 2.xKoichi ITO2017-07-031-0/+2
* Unify the notation of RubyGemsKoichi ITO2017-05-041-1/+1
* Add spaces around ERB tagsZach Ahn2017-03-051-7/+7
* Switch newgem template single quotes to double quotesZach Ahn2017-03-041-3/+3
* Fix 80 column on newgem gemspecLaurent Arnoud2016-03-291-2/+5
* Clarify comment in `bundle gem` gemspecJosh Bodah2016-02-041-2/+2
* Pessimistic test framework versions for bundle gem commandTim Fischbach2015-07-271-1/+1
* remove logic that checks for string 'false' in template (depends on b397724)Rose Weixel2015-07-261-1/+1
* Merge tag 'v1.9.4'Andre Arko2015-04-131-4/+8
* Merge tag 'v1.8.5'Andre Arko2015-03-111-4/+6
|\
| * remove MIT license from gemspec if not configuredAndre Arko2015-03-111-4/+6
* | Allow dev versions when creating a new gem.Tim Moore2015-02-181-1/+1
|/
* Set spec.bindir to the new executables location.Tim Moore2015-02-131-0/+1
* move gem bins to exe/ and add console and setupAndre Arko2015-01-251-4/+4
* Extended gem generation and generation settingsKir Shatrov2015-01-251-1/+1
* Merge pull request #3116 from grosser/grosser/metadataAndré Arko2014-10-191-4/+3
|\
| * prevent all new gems to be rubygems 2.0 onlygrosser2014-07-271-4/+3
* | Don't package test files with gemErik Michaels-Ober2014-10-081-2/+1
|/
* balance the erb tag dashesAndre Arko2014-05-111-7/+7
* describe what homepage is for, tooAndre Arko2014-05-111-1/+1
* don't describe the noun, offer actionsAndre Arko2014-05-111-2/+2
* Add more explanation to spec.description for bundle gem template.Zachary Scott2014-05-091-1/+1
* depend on rake 10.x, semanticallyAndre Arko2014-05-051-1/+1
* clean up allowed_gem_host testAndre Arko2014-05-051-1/+2
* Add allowed_push_host to new gem template if rubygems >= 2.2.0.Juanito Fatas2014-05-011-0/+5
* Added the --ext option to the gem command. This generates a skeleton for C ex...Andre Medeiros2014-03-021-0/+6
* Merge tag 'v1.5.2' into 'master'Andre Arko2014-01-101-1/+1
* gemspec template: clarify summary vs description.Henrik Nyh2013-09-111-2/+2
* fix dep name, add version constraintAndre Arko2013-02-021-1/+1
* Add bundler itself as a default development dependencyErik Michaels-Ober2013-02-021-0/+1
* Use canonical name for block localErik Michaels-Ober2013-02-021-15/+15
* Don't depend on git in gemspecErik Michaels-Ober2013-02-021-1/+1
* Add gem for testing as a development dependencyRyunosuke SATO2013-01-171-0/+3
* simplify newgem.gemspec.tt, grep need no mapTimo Schilling2012-12-191-1/+1