Sha256: 900ea2979a67aeeff544f1699a9e34ca408c1b2ed2aae0de0b6986c559388dc1
Contents?: true
Size: 420 Bytes
Versions: 19
Compression:
Stored size: 420 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 * 10) end ProconBypassMan::Web::Server.start
Version data entries
19 entries across 19 versions & 1 rubygems