Sha256: b93f421c98a70c83903fd61576b7add8acb9200eba50d92484aafe84416ac40b

Contents?: true

Size: 619 Bytes

Versions: 15

Compression:

Stored size: 619 Bytes

Contents

require 'thor'
require 'colorize'

module Taperole
  autoload :VERSION, 'taperole/version'
  autoload :AnsibleRunner, 'taperole/core/ansible_runner'
  autoload :Installer, 'taperole/core/installer'
  autoload :Notifier, 'taperole/core/notifier'

  module Commands
    autoload :Tape, 'taperole/commands/tape'
    autoload :Installer, 'taperole/commands/installer'
    autoload :Ansible, 'taperole/commands/ansible'
  end

  module Helpers
    autoload :Files, 'taperole/helpers/files'
    autoload :Logging, 'taperole/helpers/logging'
  end

  module Notifiers
    autoload :Slack, 'taperole/notifiers/slack'
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
taperole-2.1.1 lib/taperole.rb
taperole-2.1.0 lib/taperole.rb
taperole-2.0.7 lib/taperole.rb
taperole-2.0.6 lib/taperole.rb
taperole-2.0.5 lib/taperole.rb
taperole-2.0.4 lib/taperole.rb
taperole-2.0.3 lib/taperole.rb
taperole-2.0.2 lib/taperole.rb
taperole-2.0.1 lib/taperole.rb
taperole-2.0.0 lib/taperole.rb
taperole-1.8.2 lib/taperole.rb
taperole-1.8.1 lib/taperole.rb
taperole-1.8.0 lib/taperole.rb
taperole-1.7.1 lib/taperole.rb
taperole-1.7.0 lib/taperole.rb