Sha256: 5a63f56b12338a3535310af55ae7943147206272595cf3e6f80ea8e0c536f89f

Contents?: true

Size: 759 Bytes

Versions: 3

Compression:

Stored size: 759 Bytes

Contents

class Bueller
  module Commands
    autoload :BuildGem, 'bueller/commands/build_gem'
    autoload :InstallGem, 'bueller/commands/install_gem'
    autoload :GitTagRelease, 'bueller/commands/git_tag_release'
    autoload :ReleaseToGithub, 'bueller/commands/release_to_github'
    autoload :ReleaseToRubygems, 'bueller/commands/release_to_rubygems'
    autoload :WriteGemspec, 'bueller/commands/write_gemspec'

    module Version
      autoload :Base,      'bueller/commands/version/base'
      autoload :BumpMajor, 'bueller/commands/version/bump_major'
      autoload :BumpMinor, 'bueller/commands/version/bump_minor'
      autoload :BumpPatch, 'bueller/commands/version/bump_patch'
      autoload :Write,     'bueller/commands/version/write'
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bueller-0.0.3 lib/bueller/commands.rb
bueller-0.0.2 lib/bueller/commands.rb
bueller-0.0.1 lib/bueller/commands.rb