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.7.8 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.7.7 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.7.6 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.7.5 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.7.4 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.7.3 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.7.2 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.7.0 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.6.19 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.6.18 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.6.17 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.6.16 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.6.15 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.6.14 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.6.13 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.6.12 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.6.11 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.6.9 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.6.8 templates/Rakefile/rakefile_gitflow.erb
falkorlib-0.6.7 templates/Rakefile/rakefile_gitflow.erb