diff options
| author | Ralph Amissah <ralph@amissah.com> | 2014-05-12 23:23:10 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2014-05-12 23:23:10 -0400 | 
| commit | 54c4f8c8e4a952ea48a0c9969ff333eb7a514dcf (patch) | |
| tree | 82facf3c312f7147e3a162cd2743c00f9d3061f7 /rbuild | |
| parent | debian/changelog (5.3.4-1) (diff) | |
| parent | documentation, notes, update (diff) | |
Merge tag 'sisu_5.3.5' into debian/sid
SiSU 5.3.5
Diffstat (limited to 'rbuild')
| -rw-r--r-- | rbuild | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -37,8 +37,8 @@  #require 'mkmf'  #create_makefile("sisu")  #% manual settings, edit/update as required (note current default settings are obtained from sisu version yml file) -SiSU_version_next_stable     = '5.3.4' -SiSU_version_next_unstable   = '6.0.4' +SiSU_version_next_stable     = '5.3.5' +SiSU_version_next_unstable   = '6.0.5'  #% rake file  SiSU_version_generic_next_stable     = '5.3.x'  SiSU_version_generic_next_unstable   = '6.0.x' @@ -377,7 +377,7 @@ end    end    def self.install(fn)      system(%{ -      sudo gem install --no-rdoc --no-ri --verbose #{fn}.gem +      sudo gem install --no-document --verbose #{fn}.gem      })    end    module Current | 
