mimemagic frozen spec =0.3.4 (pure ruby)

This commit is contained in:
G. Gibson 2024-06-11 14:03:03 -07:00
parent f2d5305fe0
commit 28db762543
7 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -9,6 +9,7 @@ if [:ubuntu, :debian, :mint, :linux, :linuxmint].include?(::GxG::BOOTSTRAP[:envi
system("sudo apt-get install build-essential libssl-dev ruby2.5-dev libsqlite3-dev libmysqlclient-dev libpq-dev libzmq5 libzmq3-dev") system("sudo apt-get install build-essential libssl-dev ruby2.5-dev libsqlite3-dev libmysqlclient-dev libpq-dev libzmq5 libzmq3-dev")
end end
end end
system("sudo jgem install #{(::File.dirname(__FILE__) << "/seeds/mimemagic-0.3.4.gem")}")
system("sudo jgem install #{(::File.dirname(__FILE__) << "/seeds/gxg-framework-current.gem")}") system("sudo jgem install #{(::File.dirname(__FILE__) << "/seeds/gxg-framework-current.gem")}")
if RUBY_ENGINE == "jruby" if RUBY_ENGINE == "jruby"
# Load base requirements: # Load base requirements:
@ -30,7 +31,7 @@ if RUBY_ENGINE == "jruby"
system("sudo systemctl daemon-reload") system("sudo systemctl daemon-reload")
system("sudo systemctl enable gxg") system("sudo systemctl enable gxg")
system("sudo systemctl daemon-reload") system("sudo systemctl daemon-reload")
puts "Now type ./setup.rb to complete the installation." puts "Now type 'sudo -u www-data ./setup.rb' to complete the installation."
else else
# no-op # no-op
end end

Binary file not shown.

BIN
seeds/mimemagic-0.3.4.gem Normal file

Binary file not shown.