Sha256: 86d80c5d31940e2cf81508fdb83c8d6ee96eef520f54184c3a439c0d45d92ba5

Contents?: true

Size: 205 Bytes

Versions: 11

Compression:

Stored size: 205 Bytes

Contents

require 'commands/pick'

module Commands
  class Chore < Pick

    def type
      "chore"
    end
    
    def plural_type
      "chores"
    end
    
    def branch_suffix
      "chore"
    end

  end
end

Version data entries

11 entries across 11 versions & 4 rubygems

Version Path
git-pivotal-tracker-centro-1.0.0.rc3 lib/commands/chore.rb
git-pivotal-tracker-centro-1.0.0.rc2 lib/commands/chore.rb
git-pivotal-tracker-centro-1.0.0.rc1 lib/commands/chore.rb
git-pivotal-tracker-0.9.1 lib/commands/chore.rb
git-pivotal-tracker-0.9.0 lib/commands/chore.rb
git-pivotal-0.8.2 lib/commands/chore.rb
git-pivotal-0.8.0 lib/commands/chore.rb
git-pivotal-0.2.3 lib/commands/chore.rb
idealian-git-pivotal-0.2.4 lib/commands/chore.rb
idealian-git-pivotal-0.2.3 lib/commands/chore.rb
git-pivotal-0.2.2 lib/commands/chore.rb