]> git.cworth.org Git - sup/commit
allow user to make a gem with a specific version number
authorGiorgio Lando <patroclo7@gmail.com>
Tue, 5 Feb 2008 17:31:14 +0000 (18:31 +0100)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 5 Feb 2008 17:48:20 +0000 (09:48 -0800)
commit0bceb8d5f767cd8766844ef6d8d36a7c058ea36c
treed5310e80f6fbfd750f55264e0ac6e9fde174fd81
parentc4b31d18d6cd802dd61347f760f2a64062459aa5
allow user to make a gem with a specific version number

If one want to make a gem from a git version of sup, he can also
want to define a version number (e.g. in the form <previous public
release>.1, so that when a new version is released the gem will be
updated nonetheless). With this patch the version can be defined with
the REL environment variable (as in ferret Rakefile)
Rakefile