Sha256: f74ef453799d075fbbf813e66aac03a6f9a5376fe2fc3e7a698f424388dfdd00

Contents?: true

Size: 213 Bytes

Versions: 12

Compression:

Stored size: 213 Bytes

Contents

require 'commands/pick'

module Commands
  class Feature < Pick

    def type
      "feature"
    end
    
    def plural_type
      "features"
    end
    
    def branch_suffix
      "feature"
    end

  end
end

Version data entries

12 entries across 12 versions & 4 rubygems

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