Sha256: afb7e92739890a3954601a4a503bdb0d64e9b09eebf4806c72d5f931493cfae6

Contents?: true

Size: 654 Bytes

Versions: 20

Compression:

Stored size: 654 Bytes

Contents

# Repla
module Repla
  require_relative 'repla/lib/constants'
  require_relative 'repla/lib/window'
  require_relative 'repla/lib/controller'
  require_relative 'repla/lib/view'
  require_relative 'repla/lib/module'
end

# Exists: Removing for now because there is no safe way of determinining if
# the application is installed.
# 1. There's one method that uses the Finder, but that requires prompting the
# user after Mojave
# 2. There's another method that doesn't use the Finder, but it will hang if
# the process originates from the app
# The hang may only be in tests?
# Repla.application_exists || abort('The Repla application is not installed.')

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
repla-0.10.4 lib/repla.rb
repla-0.10.3 lib/repla.rb
repla-0.10.2 lib/repla.rb
repla-0.10.1 lib/repla.rb
repla-0.10.0 lib/repla.rb
repla-0.9.2 lib/repla.rb
repla-0.9.1 lib/repla.rb
repla-0.8.4 lib/repla.rb
repla-0.8.3 lib/repla.rb
repla-0.8.2 lib/repla.rb
repla-0.8.1 lib/repla.rb
repla-0.8.0 lib/repla.rb
repla-0.7.6 lib/repla.rb
repla-0.7.5 lib/repla.rb
repla-0.7.4 lib/repla.rb
repla-0.7.3 lib/repla.rb
repla-0.7.2 lib/repla.rb
repla-0.7.1 lib/repla.rb
repla-0.7.0 lib/repla.rb
repla-0.6.2 lib/repla.rb