Sha256: 18f39e525be75ec7a4eaad364b63de3e8b638ac1251227966c50ee6e42ec5c82
Contents?: true
Size: 656 Bytes
Versions: 1
Compression:
Stored size: 656 Bytes
Contents
#!/usr/bin/env ruby require 'bundler/inline' gemfile do source 'https://rubygems.org' git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } gem 'procon_bypass_man', '0.1.11' gem 'procon_bypass_man-splatoon2', github: 'splaplapla/procon_bypass_man-splatoon2', tag: "0.1.1" end ProconBypassMan.configure do |config| config.root = File.expand_path(__dir__) config.logger = Logger.new("#{ProconBypassMan.root}/app.log", 5, 1024 * 1024 * 10) config.logger.level = :debug # pbm.api_server = 'https://...' config.enable_critical_error_logging = true end ProconBypassMan.run(setting_path: "/usr/share/pbm/current/setting.yml")
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
procon_bypass_man-0.1.11 | project_template/app.rb |