Sha256: 4088f92c46dccc8759f069733cf3b651fd4704ad3263a230125d219cf563d227

Contents?: true

Size: 297 Bytes

Versions: 5

Compression:

Stored size: 297 Bytes

Contents

#!/usr/bin/env ruby
# coding: utf-8

require 'optparse'
require "open3"
require 'cfpropertylist'
require 'find'
require 'socket'
require 'fileutils'

require 'calasmash/command'
require 'calasmash/compiler'
require 'calasmash/plist'
require 'calasmash/cucumber'

module Calasmash
  PORT = 4567
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
calasmash-1.0.5 lib/calasmash.rb
calasmash-1.0.4 lib/calasmash.rb
calasmash-1.0.3 lib/calasmash.rb
calasmash-1.0.2 lib/calasmash.rb
calasmash-1.0.1 lib/calasmash.rb