diff options
author | Ralph Amissah <ralph@amissah.com> | 2015-05-18 09:55:06 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2015-05-18 09:55:06 -0400 |
commit | bd3f4be045e9f1a34b4922e4b4eeb065a1c9191f (patch) | |
tree | 170e6aa01e2bf0cab4b47b2b93f0100173d734d1 /qi | |
parent | debian/changelog (7.1.0-1) (diff) | |
parent | version & changelog, tag for release (diff) |
Merge tag 'sisu_7.1.1' into debian/sid
SiSU 7.1.1
Diffstat (limited to 'qi')
-rwxr-xr-x | qi | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -243,7 +243,10 @@ module SiSUconf if options[:verbose] end if options[:install] - Gemspecs::Current.install_stable + version=(options[:git_version_number]) \ + ? :version_git + : :version_standard + Gemspecs::Current.install_stable(version) puts 'installed gem, version: stable' \ if options[:verbose] end |