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.6 server/server.rb
cpee-1.5.4 server/server.rb
cpee-1.5.3 server/server.rb
cpee-1.5.2 server/server.rb
cpee-1.5.1.1 server/server.rb
cpee-1.5.1 server/server.rb
cpee-1.5.0 server/server.rb
cpee-1.4.32 server/server.rb
cpee-1.4.31 server/server.rb
cpee-1.4.30 server/server.rb
cpee-1.4.29 server/server.rb
cpee-1.4.28 server/server.rb
cpee-1.4.27 server/server.rb
cpee-1.4.26 server/server.rb
cpee-1.4.25 server/server.rb
cpee-1.4.24 server/server.rb
cpee-1.4.23 server/server.rb
cpee-1.4.21 server/server.rb
cpee-1.4.20 server/server.rb
cpee-1.4.18 server/server.rb