Sha256: 4e8bea8d98acbd6b98f538fe1202cd020bf5bf6fc65f541191877ec33c539f73

Contents?: true

Size: 976 Bytes

Versions: 23

Compression:

Stored size: 976 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', '~> 1.6.6'
require File.expand_path(File.dirname(__FILE__) + '/../lib/cpee/implementation')

Riddl::Server.new(CPEE::SERVER, :port => 9298) do
  accessible_description true
  cross_site_xhr true

  use CPEE::implementation(@riddl_opts)
end.loop!

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
cpee-1.3.206 server/server.rb
cpee-1.3.205 server/server.rb
cpee-1.3.204 server/server.rb
cpee-1.3.203 server/server.rb
cpee-1.3.202 server/server.rb
cpee-1.3.201 server/server.rb
cpee-1.3.200 server/server.rb
cpee-1.3.199 server/server.rb
cpee-1.3.198 server/server.rb
cpee-1.3.197 server/server.rb
cpee-1.3.196 server/server.rb
cpee-1.3.195 server/server.rb
cpee-1.3.194 server/server.rb
cpee-1.3.193 server/server.rb
cpee-1.3.192 server/server.rb
cpee-1.3.191 server/server.rb
cpee-1.3.190 server/server.rb
cpee-1.3.189 server/server.rb
cpee-1.3.188 server/server.rb
cpee-1.3.187 server/server.rb