Sha256: 4ffd315abc7f3bd9c94a9cecc36995d37f87ab5a84e594e22ea9b4c7b5c49392
Contents?: true
Size: 419 Bytes
Versions: 17
Compression:
Stored size: 419 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-web', '0.1.3' end ProconBypassMan::Web.configure do |config| config.root = File.expand_path(__dir__) config.logger = Logger.new("#{ProconBypassMan::Web.root}/web.log", 1, 1024 * 1024 * 1) end ProconBypassMan::Web::Server.start
Version data entries
17 entries across 17 versions & 1 rubygems