Sha256: 3d25fe2f374e3cc83f17c8920ca0e1e2e2fd7d5cca4ac02e8d15e7f102c8e391

Contents?: true

Size: 241 Bytes

Versions: 12

Compression:

Stored size: 241 Bytes

Contents

# Create project files
if defined? app_name
	create_file '.ruby-gemset', app_name
elsif defined? application_name
	create_file '.ruby-gemset', application_name
end

templater.post_bundler do 
	rake 'db:create'

	generate 'agilib:install'
end

Version data entries

12 entries across 12 versions & 1 rubygems

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