aboutsummaryrefslogtreecommitdiffhomepage
path: root/rbuild
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-01-06 21:56:07 -0500
committerRalph Amissah <ralph@amissah.com>2014-01-06 21:56:07 -0500
commit147eba5821983e6decdfc670006e42fd9e1b709a (patch)
treed57faf472f7be57d4b30901d6d4034a96844af97 /rbuild
parentv4 v5: Rakefile, (installer), reduce actions (diff)
v4 v5: version & changelog (& rakefile)
Diffstat (limited to 'rbuild')
-rw-r--r--rbuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/rbuild b/rbuild
index 517fea33..18f912c0 100644
--- a/rbuild
+++ b/rbuild
@@ -38,8 +38,8 @@ raise 'Please, use ruby1.9.3 or later.' if RUBY_VERSION < '1.9.3'
#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 = '4.2.16'
-SiSU_version_next_unstable = '5.1.3'
+SiSU_version_next_stable = '4.2.17'
+SiSU_version_next_unstable = '5.1.4'
#% rake file
SiSU_version_generic_next_stable = '4.2.x'
SiSU_version_generic_next_unstable = '5.1.x'
@@ -354,7 +354,7 @@ Gem::Specification.new do |s|
s.authors = ["Ralph Amissah"]
s.email = 'ralph.amissah@gmail.com'
s.files = Dir['lib/#{Project_details.name.downcase}/#{version}/*.rb'] +
- Dir['data/#{Project_details.name.downcase}/#{version}sv/version.yml'] +
+ Dir['data/#{Project_details.name.downcase}/#{version}/v/version.yml'] +
Dir['bin/#{Project_details.name.downcase}gem'] +
Dir['bin/#{Project_details.name.downcase}']
s.license = 'GPL3'
@@ -489,7 +489,7 @@ WOK
end
end
#% tasks
-desc "rake/rant tasks for sisu install, and create gem)"
+desc "show rake/rant tasks for sisu install, and sisu gem (create spec, build &) install"
task :default => [:note_sources,:tasks,:note_installation] #[:default_notice,:setup_base]
desc "Setup/Install #{Project_details.name}"
task :setup_project=> [:setup_bin_,:setup_lib_,:setup_conf_,:setup_share_,:setup_data_,:setup_man_,:setup_vim_,:src_note]