Sha256: 4c44e0883b16b17412704bf0c39758b0794a86a1b2d0e26cb8932e7220bb1846
Contents?: true
Size: 984 Bytes
Versions: 95
Compression:
Stored size: 984 Bytes
Contents
#!/usr/bin/ruby # # This file is part of CPEE. # # CPEE is free software: you can redistribute it and/or modify it under the terms # of the GNU General Public License as published by the Free Software Foundation, # either version 3 of the License, or (at your option) any later version. # # CPEE is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with # CPEE (file COPYING in the main directory). If not, see # <http://www.gnu.org/licenses/>. require 'rubygems' gem 'nokogiri' require File.expand_path(File.dirname(__FILE__) + '/../lib/cpee/implementation') Riddl::Server.new(CPEE::SERVER, :port => 8298) do |opts| accessible_description true cross_site_xhr true process_out false use CPEE::implementation(opts) end.loop!
Version data entries
95 entries across 95 versions & 1 rubygems