Sha256: 4b1ec85b9cf7966fdea1e3c32fefe409475256ff6fd8db3b6df6d3f4532d7d77

Contents?: true

Size: 223 Bytes

Versions: 64

Compression:

Stored size: 223 Bytes

Contents

# Git flow customization
FalkorLib.config.gitflow do |c|
    c[:branches] = {
        :master  => '<%= FalkorLib::GitFlow.branches(:master) %>',
        :develop => '<%= FalkorLib::GitFlow.branches(:develop) %>'
    }
end

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
falkorlib-0.9.1 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.9.0 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.8.10 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.8.9 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.8.8 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.8.7 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.8.6 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.8.5 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.8.4 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.8.3 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.8.2 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.8.1 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.7.18 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.7.17 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.7.16 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.7.15 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.7.14 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.7.13 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.7.11 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.7.9 templates/Rakefile/rakefile_gitflow.erb