Sha256: cb447620ee00fec238f1ad1f24ebb3c26305d8dadf4a801b8cdb91cd5c6af7fa

Contents?: true

Size: 658 Bytes

Versions: 3

Compression:

Stored size: 658 Bytes

Contents

Scaffoldhub::Specification.new do |s|
  s.base_url        'http://github.com/patshaughnessy/scaffolds/default'
  s.erb_file        :src => 'templates/index3.html.erb', :dest => ''
  s.controller_file :src => 'templates/index2.html.erb', :dest => ''
  s.other_file      :src => 'templates/index.html.erb',  :dest => 'app/views/welcome'
end

# Yaml hash of scaffold options
#
#--- 
#:base_url: http://github.com/patshaughnessy/scaffolds/default
#:files: 
#- :src: templates/index.html.erb
#  :dest: app/views/welcome
#  :type: other
#- :src: templates/index2.html.erb
#  :dest: 
#  :type: controller
#- :src: templates/index3.html.erb
#  :dest: 
#  :type: erb

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
scaffoldhub-0.0.4 spec/fixtures/test_scaffoldspec.rb
scaffoldhub-0.0.3 spec/fixtures/test_scaffoldspec.rb
scaffoldhub-0.0.2 spec/fixtures/test_scaffoldspec.rb