Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updates to nix flake, envrc-nix, gitignore | Ralph Amissah | 2025-06-07 | 1 | -2/+16 |
| | |||||
* | nix package/config updates, ruby on nix current | Ralph Amissah | 2025-01-29 | 1 | -0/+1 |
| | | | | | - current is at ruby 3.3.6 - next is at ruby 3.4.1 | ||||
* | updates nix flake & ruby 3.3, nix direnv 2.4.0 | Ralph Amissah | 2023-10-19 | 1 | -2/+4 |
| | |||||
* | nix flake, install & devShells etc. | Ralph Amissah | 2023-02-08 | 1 | -4/+13 |
| | |||||
* | project config minor, also .gitignoresisu_7.2.1 | Ralph Amissah | 2022-04-19 | 1 | -4/+63 |
| | |||||
* | nixify (start to nixify) | Ralph Amissah | 2021-04-02 | 1 | -0/+1 |
| | |||||
* | ruby 2.7 fix | Ralph Amissah | 2020-05-09 | 1 | -0/+2 |
| | |||||
* | gitignore adjustments | Ralph Amissah | 2015-05-01 | 1 | -0/+2 |
| | |||||
* | gitignore adjustments | Ralph Amissah | 2015-04-25 | 1 | -2/+1 |
| | |||||
* | gitignore, minor adjustment | Ralph Amissah | 2015-04-08 | 1 | -0/+1 |
| | |||||
* | gitignore, minor | Ralph Amissah | 2015-03-23 | 1 | -0/+3 |
| | |||||
* | gitignore, ignore | Ralph Amissah | 2015-01-07 | 1 | -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 Amissah | 2014-08-29 | 1 | -0/+2 |
| | |||||
* | sisu.org start using emacs:evil:org; update .gitignore | Ralph Amissah | 2014-05-12 | 1 | -3/+1 |
| | | | | | * (emacs:evil mode gifts a "vim" of "alternative" powers! ;) heretic | ||||
* | v4 v5: rake create build & install sisu gemspec; (.gitignore), work on | Ralph Amissah | 2013-12-03 | 1 | -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 Amissah | 2013-12-02 | 1 | -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) |