summaryrefslogtreecommitdiff
path: root/template
Commit message (Collapse)AuthorAgeFilesLines
* + Updated template project (minitest usage, readme format, etc)Ryan Davis2014-03-123-4/+7
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 9262]
* - Fix path in template/Rakefile.erb since we now have template styles. ↵Ryan Davis2014-01-061-1/+1
| | | | | | (mikestok) [git-p4: depot-paths = "//src/hoe/dev/": change = 9125]
* + Renamed rubyforge_name to group_name.Ryan Davis2013-04-151-1/+1
| | | | | + Aliased and deprecated rubyforge_name from group_name. [git-p4: depot-paths = "//src/hoe/dev/": change = 8408]
* - Fix file_name regex for test file. (bhenderson/veganstraightedge)Ryan Davis2013-04-151-0/+0
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 8403]
* - Fixed MiniTest const for older stock ruby minitests. (illuminerdi)Ryan Davis2013-01-161-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 8124]
* + Switch default template test file to minitestRyan Davis2012-12-151-2/+2
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 8060]
* free us from the single quote dogmaRyan Davis2012-12-153-9/+11
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 8059]
* + Added Sow#make_sub_modules. (bhenderson)Ryan Davis2012-11-122-1/+3
| | | | | | | + Hoe.normalize_names now returns test class name separately. (bhenderson) + Sow now generates test and impl files with proper namespacing. (bhenderson) [git-p4: depot-paths = "//src/hoe/dev/": change = 7966]
* + Added Hoe#licenses and Hoe#license for declaring your gem's license. ↵Ryan Davis2012-09-141-0/+2
| | | | | | (flavorjones) [git-p4: depot-paths = "//src/hoe/dev/": change = 7774]
* + Uniqify hoe plugins in sow Rakefile template. (evanphx)Ryan Davis2012-03-261-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 7237]
* + sow now obeys gem naming conventions. It no longer munges - to _.Eric Hodel2011-06-161-3/+3
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6319]
* + Extended sow's Rakefile template to dynamically include installed pluginsRyan Davis2010-12-071-0/+10
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6036]
* + Added newb plugin. (jbarnette)Ryan Davis2009-08-271-0/+9
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5434]
* - JB nitpicks too much. fixed templates.Ryan Davis2009-06-242-1/+3
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5248]
* ! Added a plugin system and extracted nearly everything into separate plugins.Ryan Davis2009-06-011-4/+3
| | | | | | | | | | | | | | ! Added Clean, Debug, Deps, Flay, Flog, Inline, Package, Publish, Rake, Rcov, Signing, and Test plugins + Filled in all the blanks on rdoc. + Added Hoe::spec replacing old Hoe.new spec form. Now with DSL flavors! + Deprecated Hoe.new spec form. + Refactored nearly all the spec logic down to much smaller/cleaner pieces. + Version number is now auto-searchable by grepping in all the files. + Added pluggable! to declare your package depends on rubygems 1.3.1+. + Added DEFAULT_CONFIG so plugins can add to it. + Updated templates to use new form. No clue how best to update yours. :P [git-p4: depot-paths = "//src/hoe/dev/": change = 4987]
* Renamed all template files to xxx.erb. sow deals with that and renames dirs ↵Ryan Davis2009-02-198-0/+0
| | | | | | as well [git-p4: depot-paths = "//src/hoe/dev/": change = 4627]
* Added sow templateRyan Davis2009-02-188-0/+110
[git-p4: depot-paths = "//src/hoe/dev/": change = 4598]