aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* ruby 2.7 fixRalph Amissah2020-05-091-0/+2
|
* gitignore adjustmentsRalph Amissah2015-05-011-0/+2
|
* gitignore adjustmentsRalph Amissah2015-04-251-2/+1
|
* gitignore, minor adjustmentRalph Amissah2015-04-081-0/+1
|
* gitignore, minorRalph Amissah2015-03-231-0/+3
|
* gitignore, ignoreRalph Amissah2015-01-071-0/+3
| | | | | * another emacs tmp file pattern * rb dev tmp backup files, should they ever exist ignore
* qi, start using ruby-thor (for rake like tasks)Ralph Amissah2014-08-291-0/+2
|
* sisu.org start using emacs:evil:org; update .gitignoreRalph Amissah2014-05-121-3/+1
| | | | | * (emacs:evil mode gifts a "vim" of "alternative" powers! ;) heretic
* v4 v5: rake create build & install sisu gemspec; (.gitignore), work onRalph Amissah2013-12-031-2/+2
| | | | | * gemspec adjusted to install only libraries related to a version (v4 or v5) * select sisu version to create, build & install
* v4 v5: rake create build & install sisu gemspec; bin/sisugem (add .gitignore)Ralph Amissah2013-12-021-0/+7
* rake gemcbi #(create build install sisu gem) * rake gemspecscreate && \ rake gembuild && \ sudo rake geminstall * rake gemspecscreate && \ gem build sisu5.gemspec && \ sudo gem install --no-rdoc --no-ri \ sisu-5.1.0.gem * bin/sisu updated (modified to take account of gems) * bin/sisugem added * .gitignore sisu-*.gem sisu*.gemspec consider inclusion (& tracking) of rake created sisu4.gemspec sisu5.gemspec (as this makes their availability more obvious) * once gem is installed: "sisu _5.1.0_ -vM" (to see version, commands otherwise as usual) if paths are such that sisu is not available "sisugem _5.1.0_ -vM" should work (as it is installed by gemspec, but not other sisu installers)