Sha256: ae4ad452fa4de407531ac261f9cdfeaf840c3c4655f0c2472e77be4273c37cec

Contents?: true

Size: 1.08 KB

Versions: 39

Compression:

Stored size: 1.08 KB

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/>.

module CPEE
  module DEVELOP
    RIDDL = "/home/mangler/Projects/riddl/lib/ruby"
    WEEL = "/home/mangler/Projects/weel/lib/"
  end
end

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

39 entries across 39 versions & 1 rubygems

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