Sha256: 498ef11d18905b39e60e34d662d7c3a883fd2b16b6ddb0a3f12c80cba3c23063

Contents?: true

Size: 964 Bytes

Versions: 45

Compression:

Stored size: 964 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

  use CPEE::implementation(opts)
end.loop!

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
cpee-1.5.27 server/server.rb
cpee-1.5.26 server/server.rb
cpee-1.5.25 server/server.rb
cpee-1.5.24 server/server.rb
cpee-1.5.23 server/server.rb
cpee-1.5.22 server/server.rb
cpee-1.5.21 server/server.rb
cpee-1.5.20 server/server.rb
cpee-1.5.19 server/server.rb
cpee-1.5.18 server/server.rb
cpee-1.5.17 server/server.rb
cpee-1.5.16 server/server.rb
cpee-1.5.15 server/server.rb
cpee-1.5.13 server/server.rb
cpee-1.5.12 server/server.rb
cpee-1.5.11 server/server.rb
cpee-1.5.10 server/server.rb
cpee-1.5.9 server/server.rb
cpee-1.5.8 server/server.rb
cpee-1.5.7 server/server.rb