Rakefile in bootstrap4-datetime-picker-rails-0.1.4 vs Rakefile in bootstrap4-datetime-picker-rails-0.1.5
- old
+ new
@@ -4,10 +4,10 @@
require File.expand_path('../lib/bootstrap4_datetime_picker_rails/version', __FILE__)
desc 'Update assets'
task :update do
- checkout_branch = '5.0.0-alpha.15'
+ checkout_branch = '5.0.0-alpha.17'
if Dir.exist?('tempus-dominus-source')
system("cd tempus-dominus-source && git checkout master && git pull && git checkout #{checkout_branch}")
else
system('git clone https://github.com/tempusdominus/bootstrap-4.git tempus-dominus-source')