aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/templates
Commit message (Expand)AuthorAgeFilesLines
* Create makefile with path `underscored_name`/`underscored_name`Andre Medeiros2014-09-121-1/+1
* stop ignoring overly-specific thingsAndre Arko2014-07-171-8/+0
* yardoc is a config fileAndre Arko2014-07-171-1/+1
* Slashify .gitignore template.tiredpixel2014-07-171-15/+15
* depend on rake 10.x, semanticallyAndre Arko2014-07-171-1/+1
* Stop @parndt from getting so many contributions in his graph.James Harton2014-07-171-1/+3
* Fix redundant and slightly silly descriptions in gem spec templateSteve Jorgensen2014-03-221-2/+2
* Git ignore build artifacts.Andre Medeiros2014-03-021-0/+5
* Added the --ext option to the gem command. This generates a skeleton for C ex...Andre Medeiros2014-03-026-0/+35
* Fix typo; before: Create new Pull Request; after Create a new Pull RequestJun Hiroe2014-02-161-1/+1
* Using https instead of httpTobias Bühlmann2014-02-091-1/+1
* Merge v1.5.3 from branch '1-5-stable'Andre Arko2014-02-061-1/+1
|\
| * specs that work on RSpec 3Andre Arko2014-02-051-1/+1
| * Merge tag 'v1.3.6' into 1-5-stableAndre Arko2014-01-091-1/+1
| |\
| | * Pass `-z` arg to git ls-files & split on null charJason Petersen2013-09-121-1/+1
* | | Merge tag 'v1.5.2' into 'master'Andre Arko2014-01-101-1/+1
* | | Use square brackets instead of angle brackets in GFMsanemat2013-12-161-1/+1
* | | Revert "Revert "Update to rspec 2.99""Myron Marston2013-11-101-2/+2
|/ /
* | Revert "Update to rspec 2.99"Terence Lee2013-11-091-2/+2
* | Update to rspec 2.99Erik Michaels-Ober2013-11-081-2/+2
* | add fork url to contributing section in README template to fix bundler/bundle...Zachary Scott2013-10-061-1/+1
* | gemspec template: clarify summary vs description.Henrik Nyh2013-09-111-2/+2
|/
* lib is the default entryAndre Arko2013-03-141-1/+1
* rspec spec taskAndre Arko2013-03-131-0/+6
* 1.8 hash syntaxAndre Arko2013-03-131-1/+1
* add test to load path for minitest_helperAndre Arko2013-03-131-2/+2
* Create default rake task for new minitest gems.Tim Cooper2013-03-131-0/+9
* Require minitest_helper properly in example test file.Tim Cooper2013-03-121-1/+1
* fix dep name, add version constraintAndre Arko2013-02-021-1/+1
* Revert "Use canonical gem source"Andre Arko2013-02-022-2/+2
* 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
* Use canonical gem sourceErik Michaels-Ober2013-02-022-2/+2
* Don't depend on git in gemspecErik Michaels-Ober2013-02-021-1/+1
* Cleanup trailing whitespaceErik Michaels-Ober2013-02-022-2/+2
* Added -t options for `bundle gem` to generate a .travis.yml file with the cur...Nathan Broadbent2013-01-241-0/+3
* Add missing `require`Ryunosuke SATO2013-01-171-0/+2
* Fix to use 'documentation' formatterRyunosuke SATO2013-01-171-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
* Accept consistent gem namingKohei Hasegawa2012-12-045-5/+5
* added minitest skeletonKevin Curtin2012-11-232-0/+15
* we include a Rakefile, so declare a dep on rakeAndre Arko2012-11-221-0/+2
* spec_helper is usually required by the spec filesAndre Arko2012-11-221-3/+1
* fix require to work with double-require protectionAndre Arko2012-11-221-1/+2
* Merge pull request #2108 from MafcoCinco/masterAndré Arko2012-11-223-0/+14
|\
| * Added two tests to newgem_spec.rb.tt with corresponding unit tests in newgem_...Marcus Oladell2012-09-241-1/+1
| * removed files without .tt extensionMarcus Oladell2012-09-242-10/+0
| * Fixed extension problem on spec templatesMarcus Oladell2012-09-242-0/+10
| * Support for RSpec test framework to gem commandMarcus Oladell2012-09-243-0/+14