diff options
author | Ralph Amissah <ralph@amissah.com> | 2013-12-02 23:30:51 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2013-12-02 23:30:51 -0500 |
commit | da5e7ffe9b6b76f965d3ec01b4bef0c99b7f1955 (patch) | |
tree | e3739fae2390609b557dbec04ec3c6485a3f1b64 /.gitignore | |
parent | v5: xmlns xlink using xl (diff) |
v4 v5: rake create build & install sisu gemspec; bin/sisugem (add .gitignore)
* 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)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b5bf83df --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# git ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +*~ +sisu-*.gem +sisu*.gemspec |