Sha256: f2d5dead955d3b95285cf37178dfe3fc0c30ca63cb5bf1d201ba7ce9eb3eb6df

Contents?: true

Size: 282 Bytes

Versions: 14

Compression:

Stored size: 282 Bytes

Contents

module Rails
  module Generators
    module Actions
      def templater
        @templater ||= Agilib::Composer::Templater.new
      end

      def execute_post_bundler_strategies
        templater.post_bundler_strategies.each {|strategy| strategy.call }
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
agilib-0.1.9 lib/agilib/composer/templates/core_ext.rb
agilib-0.1.8 lib/agilib/composer/templates/core_ext.rb
agilib-0.1.7 lib/agilib/composer/templates/core_ext.rb
agilib-0.1.6 lib/agilib/composer/templates/core_ext.rb
agilib-0.1.5 lib/agilib/composer/templates/core_ext.rb
agilib-0.1.4 lib/agilib/composer/templates/core_ext.rb
agilib-0.1.3 lib/agilib/composer/templates/core_ext.rb
agilib-0.1.2.beta6 lib/agilib/composer/templates/core_ext.rb
agilib-0.1.2.beta5 lib/agilib/composer/templates/core_ext.rb
agilib-0.1.2.beta4 lib/agilib/composer/templates/core_ext.rb
agilib-0.1.2.beta3 lib/agilib/composer/templates/core_ext.rb
agilib-0.1.2.beta2 lib/agilib/composer/templates/core_ext.rb
agilib-0.1.2.beta1 lib/agilib/composer/templates/core_ext.rb
agilib-0.1.1.beta1 lib/agilib/composer/templates/core_ext.rb