aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/templates/newgem/newgem.gemspec.tt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Accept consistent gem namingKohei Hasegawa2012-12-041-1/+1
* we include a Rakefile, so declare a dep on rakeAndre Arko2012-11-221-0/+2
* Default new gem's gemspec to have MIT license.Brent Wheeldon2012-09-131-0/+1
* Oops. That should be $/, which is "\n" on UNIX systems and "\r\n" on Windows.Postmodern2012-06-201-1/+1
* require 'newgem/version'André Arko2012-06-091-3/+5
* Revert "Merge pull request #1615 from postmodern/data_dir"Terence Lee2012-03-081-0/+17
* Moved lib/bundler/templates to data/bundler/templates.Postmodern2012-03-071-17/+0
* Reduce invocation of `git ls-files`.Akinori MUSHA2012-01-201-2/+2
* Merge branch '1-0-stable'Terence Lee2011-08-061-2/+2
|\
| * Replace some single-quotes with double-quotes in templates for the sake of co...Mani Tadayon2011-07-141-2/+2
| * documentationGiles Bowkett2011-07-131-0/+4
| * Add user.name and user.email from git config to newgem gemspec templateAndrey Ognevsky2011-05-221-2/+2
| * gem specification platform is already Gem::Platform::RUBYLee Jarvis2011-05-191-1/+0
* | Clean up gem templateErik Michaels-Ober2011-05-141-17/+13
* | Use git config user.{name,email} for gemspecMarjan Krekoten' (Мар'ян Крекотень)2011-04-171-2/+2
|/
* Set the default gem homepage to an empty string, so rubygems will warnAndre Arko2010-11-141-1/+1
* revert to using git to select on the correct paths for gemspecsJoshua Hull2010-10-221-2/+2
* rely on pure ruby to accomodate older versions of gitJoshua Hull2010-10-201-2/+2
* require breaks (and can load twice) if you use relative paths, so don't do thatAndre Arko2010-09-301-2/+3
* required_rubygems_version takes a string, not an arrayErik Michaels-Ober2010-09-131-1/+0
* Remove bundler as a devdep so it doesn't end up in the Gemfile (via #gemspec)...wycats2010-09-091-2/+0
* Use %q instead of quotes because summary and description sometimes contain qu...Erik Michaels-Ober2010-09-091-4/+4
* Re-add bundler as a development dependencyErik Michaels-Ober2010-09-091-0/+2
* More specific RubyGems requirementErik Michaels-Ober2010-09-101-7/+5
* Minor improvements to generated gemspec.Myron Marston2010-09-031-2/+3
* added new line in each generated gem fileWojciech Wnętrzak2010-08-201-1/+1
* Just require version.rb outrightAndre Arko2010-08-161-2/+1
* strip bin off of executablesJoshua Hull2010-08-151-1/+1
* Minor tweaks and cleanups to gemAndre Arko2010-08-041-8/+6
* use non-relative path for ruby 1.9Joshua Hull2010-08-041-1/+1
* initial port of gem management/templating functionalityJoshua Hull2010-08-041-0/+25