--- !ruby/object:Gem::Specification name: dust-generators version: !ruby/object:Gem::Version version: 0.3.2 prerelease: platform: ruby authors: - rossnelson autorequire: bindir: bin cert_chain: [] date: 2012-12-18 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: shoulda requirement: &70257037483000 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70257037483000 - !ruby/object:Gem::Dependency name: bundler requirement: &70257037481240 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.0.0 type: :development prerelease: false version_requirements: *70257037481240 - !ruby/object:Gem::Dependency name: jeweler requirement: &70257037664180 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.5.2 type: :development prerelease: false version_requirements: *70257037664180 - !ruby/object:Gem::Dependency name: rcov requirement: &70257037672480 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70257037672480 description: Generators such as Uploadify Albums and Photos, and Location or facilities email: axcess1@me.com executables: [] extensions: [] extra_rdoc_files: - LICENSE.txt - README.rdoc files: - Gemfile - Gemfile.lock - LICENSE.txt - README.rdoc - Rakefile - TODO.txt - lib/dust/version.rb - lib/generators/dust.rb - lib/generators/dust/albums/USAGE - lib/generators/dust/albums/albums_generator.rb - lib/generators/dust/albums/templates/app/controllers/albums_controller.rb - lib/generators/dust/albums/templates/app/controllers/photos_controller.rb - lib/generators/dust/albums/templates/app/controllers/view_albums_controller.rb - lib/generators/dust/albums/templates/app/helpers/albums_helper.rb - lib/generators/dust/albums/templates/app/helpers/photos_helper.rb - lib/generators/dust/albums/templates/app/helpers/view_albums_helper.rb - lib/generators/dust/albums/templates/app/models/album.rb - lib/generators/dust/albums/templates/app/models/photo.rb - lib/generators/dust/albums/templates/app/views/albums/_form.html.haml - lib/generators/dust/albums/templates/app/views/albums/_search.html.haml - lib/generators/dust/albums/templates/app/views/albums/_upload_script.html.haml - lib/generators/dust/albums/templates/app/views/albums/edit.html.haml - lib/generators/dust/albums/templates/app/views/albums/index.html.haml - lib/generators/dust/albums/templates/app/views/albums/manage.html.haml - lib/generators/dust/albums/templates/app/views/albums/new.html.haml - lib/generators/dust/albums/templates/app/views/albums/show.html.haml - lib/generators/dust/albums/templates/app/views/albums/show.js.haml - lib/generators/dust/albums/templates/app/views/photos/_form.html.haml - lib/generators/dust/albums/templates/app/views/photos/_photo.html.haml - lib/generators/dust/albums/templates/app/views/photos/_search.html.haml - lib/generators/dust/albums/templates/app/views/photos/array.js.haml - lib/generators/dust/albums/templates/app/views/photos/edit.html.haml - lib/generators/dust/albums/templates/app/views/photos/index.html.haml - lib/generators/dust/albums/templates/app/views/photos/new.html.haml - lib/generators/dust/albums/templates/app/views/photos/show.html.haml - lib/generators/dust/albums/templates/app/views/photos/show.js.haml - lib/generators/dust/albums/templates/app/views/view_albums/index.html.haml - lib/generators/dust/albums/templates/app/views/view_albums/show.html.haml - lib/generators/dust/albums/templates/images/browse.png - lib/generators/dust/albums/templates/images/cancel.png - lib/generators/dust/albums/templates/images/save_position.png - lib/generators/dust/albums/templates/images/upload.png - lib/generators/dust/albums/templates/initializers/flash_session_cookie_middleware.rb - lib/generators/dust/albums/templates/initializers/session_store_middleware.rb - lib/generators/dust/albums/templates/javascripts/dragsort.js - lib/generators/dust/albums/templates/javascripts/dust_album.js - lib/generators/dust/albums/templates/javascripts/uploadify/jquery.uploadify.v2.1.0.js - lib/generators/dust/albums/templates/javascripts/uploadify/swfobject.js - lib/generators/dust/albums/templates/javascripts/uploadify/uploadify.swf - lib/generators/dust/albums/templates/migration/albums_migration.rb - lib/generators/dust/albums/templates/stylesheets/dust_album.css - lib/generators/dust/albums/templates/stylesheets/dust_album_app.css - lib/generators/dust/albums/templates/stylesheets/uploadify.css - lib/generators/dust/config/USAGE - lib/generators/dust/config/config_generator.rb - lib/generators/dust/config/templates/config.yml - lib/generators/dust/config/templates/load_config.rb - lib/generators/dust/scaffold/USAGE - lib/generators/dust/scaffold/scaffold_generator.rb - lib/generators/dust/scaffold/templates/actions/create.rb - lib/generators/dust/scaffold/templates/actions/destroy.rb - lib/generators/dust/scaffold/templates/actions/edit.rb - lib/generators/dust/scaffold/templates/actions/index.rb - lib/generators/dust/scaffold/templates/actions/new.rb - lib/generators/dust/scaffold/templates/actions/show.rb - lib/generators/dust/scaffold/templates/actions/update.rb - lib/generators/dust/scaffold/templates/controller.rb - lib/generators/dust/scaffold/templates/fixtures.yml - lib/generators/dust/scaffold/templates/helper.rb - lib/generators/dust/scaffold/templates/migration.rb - lib/generators/dust/scaffold/templates/model.rb - lib/generators/dust/scaffold/templates/tests/rspec/actions/create.rb - lib/generators/dust/scaffold/templates/tests/rspec/actions/destroy.rb - lib/generators/dust/scaffold/templates/tests/rspec/actions/edit.rb - lib/generators/dust/scaffold/templates/tests/rspec/actions/index.rb - lib/generators/dust/scaffold/templates/tests/rspec/actions/new.rb - lib/generators/dust/scaffold/templates/tests/rspec/actions/show.rb - lib/generators/dust/scaffold/templates/tests/rspec/actions/update.rb - lib/generators/dust/scaffold/templates/tests/rspec/controller.rb - lib/generators/dust/scaffold/templates/tests/rspec/model.rb - lib/generators/dust/scaffold/templates/tests/shoulda/actions/create.rb - lib/generators/dust/scaffold/templates/tests/shoulda/actions/destroy.rb - lib/generators/dust/scaffold/templates/tests/shoulda/actions/edit.rb - lib/generators/dust/scaffold/templates/tests/shoulda/actions/index.rb - lib/generators/dust/scaffold/templates/tests/shoulda/actions/new.rb - lib/generators/dust/scaffold/templates/tests/shoulda/actions/show.rb - lib/generators/dust/scaffold/templates/tests/shoulda/actions/update.rb - lib/generators/dust/scaffold/templates/tests/shoulda/controller.rb - lib/generators/dust/scaffold/templates/tests/shoulda/model.rb - lib/generators/dust/scaffold/templates/tests/testunit/actions/create.rb - lib/generators/dust/scaffold/templates/tests/testunit/actions/destroy.rb - lib/generators/dust/scaffold/templates/tests/testunit/actions/edit.rb - lib/generators/dust/scaffold/templates/tests/testunit/actions/index.rb - lib/generators/dust/scaffold/templates/tests/testunit/actions/new.rb - lib/generators/dust/scaffold/templates/tests/testunit/actions/show.rb - lib/generators/dust/scaffold/templates/tests/testunit/actions/update.rb - lib/generators/dust/scaffold/templates/tests/testunit/controller.rb - lib/generators/dust/scaffold/templates/tests/testunit/model.rb - lib/generators/dust/scaffold/templates/view_controller.rb - lib/generators/dust/scaffold/templates/views/erb/_form.html.erb - lib/generators/dust/scaffold/templates/views/erb/_search.html.erb - lib/generators/dust/scaffold/templates/views/erb/edit.html.erb - lib/generators/dust/scaffold/templates/views/erb/index.html.erb - lib/generators/dust/scaffold/templates/views/erb/new.html.erb - lib/generators/dust/scaffold/templates/views/erb/show.html.erb - lib/generators/dust/scaffold/templates/views/front_end/erb/index.html.erb - lib/generators/dust/scaffold/templates/views/front_end/erb/show.html.erb - lib/generators/dust/scaffold/templates/views/front_end/haml/index.html.haml - lib/generators/dust/scaffold/templates/views/front_end/haml/show.html.haml - lib/generators/dust/scaffold/templates/views/haml/_form.html.haml - lib/generators/dust/scaffold/templates/views/haml/_search.html.haml - lib/generators/dust/scaffold/templates/views/haml/edit.html.haml - lib/generators/dust/scaffold/templates/views/haml/index.html.haml - lib/generators/dust/scaffold/templates/views/haml/new.html.haml - lib/generators/dust/scaffold/templates/views/haml/show.html.haml - test/helper.rb - test/test_dust-generators.rb homepage: http://maple-creative.com licenses: - MIT post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: 3139463777930948452 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.15 signing_key: specification_version: 3 summary: Generators for DustCMS test_files: - test/helper.rb - test/test_dust-generators.rb