Sha256: 02f3eca8a4889f1d422d4806b51a317da457ea34ba612b871da917b5732707ed

Contents?: true

Size: 690 Bytes

Versions: 2

Compression:

Stored size: 690 Bytes

Contents

require 'rallycat/cat'
require 'rallycat/cli'
require 'rallycat/config'
require 'rallycat/connection'
require 'rallycat/help'
require 'rallycat/html_to_text_converter'
require 'rallycat/list'
require 'rallycat/update'
require 'rallycat/version'

module Rallycat
  class RallycatError           < StandardError; end
  class StoryNotFound           < RallycatError; end
  class InvalidConfigError      < RallycatError; end
  class InvalidCredentialsError < RallycatError; end
  class ProjectNotFound         < RallycatError; end
  class IterationNotFound       < RallycatError; end
  class UserNotFound            < RallycatError; end
  class TaskNotFound            < RallycatError; end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rallycat-0.4.1 lib/rallycat.rb
rallycat-0.4.0 lib/rallycat.rb