--- !ruby/object:Gem::Specification name: trusty-clipped-extension version: !ruby/object:Gem::Version version: 1.0.9 prerelease: platform: ruby authors: - Keith Bingman - Benny Degezelle - William Ross - John W. Long - John Muhl - Eric Sipple autorequire: bindir: bin cert_chain: [] date: 2014-12-29 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: acts_as_list requirement: !ruby/object:Gem::Requirement none: false requirements: - - '=' - !ruby/object:Gem::Version version: 0.4.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - '=' - !ruby/object:Gem::Version version: 0.4.0 - !ruby/object:Gem::Dependency name: paperclip requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 4.2.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 4.2.0 - !ruby/object:Gem::Dependency name: uuidtools requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 2.1.2 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 2.1.2 - !ruby/object:Gem::Dependency name: cocaine requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.5.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.5.3 - !ruby/object:Gem::Dependency name: trusty-cms requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.1.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.1.0 description: Asset-management derived from Keith Bingman's Paperclipped extension. email: - webfeedback@trustarts.org executables: [] extensions: [] extra_rdoc_files: [] files: - app/assets/flash/ZeroClipboard.swf - app/assets/images/admin/add.png - app/assets/images/admin/archive_icon.png - app/assets/images/admin/audio_icon.png - app/assets/images/admin/audio_thumbnail.png - app/assets/images/admin/c_icon.png - app/assets/images/admin/copy.png - app/assets/images/admin/css_icon.png - app/assets/images/admin/database_icon.png - app/assets/images/admin/delete.png - app/assets/images/admin/document_icon.png - app/assets/images/admin/document_thumbnail.png - app/assets/images/admin/flash_icon.png - app/assets/images/admin/flash_thumbnail.png - app/assets/images/admin/font_icon.png - app/assets/images/admin/gzip_icon.png - app/assets/images/admin/html_icon.png - app/assets/images/admin/image_icon.png - app/assets/images/admin/image_thumbnail.png - app/assets/images/admin/java_icon.png - app/assets/images/admin/page_edit.png - app/assets/images/admin/perl_icon.png - app/assets/images/admin/php_icon.png - app/assets/images/admin/presentation_icon.png - app/assets/images/admin/python_icon.png - app/assets/images/admin/reorder_assets.png - app/assets/images/admin/ruby_icon.png - app/assets/images/admin/script_icon.png - app/assets/images/admin/spreadsheet_icon.png - app/assets/images/admin/tar_icon.png - app/assets/images/admin/unknown_icon.png - app/assets/images/admin/unknown_thumbnail.png - app/assets/images/admin/video_icon.png - app/assets/images/admin/video_thumbnail.png - app/assets/images/admin/xml_icon.png - app/assets/images/admin/zip_icon.png - app/assets/javascripts/admin/assets.js - app/assets/javascripts/admin/assets_admin.js - app/assets/javascripts/admin/jquery.fileupload.js - app/assets/javascripts/admin/jquery.iframe-transport.js - app/assets/javascripts/admin/jquery.ui.widget.js - app/assets/stylesheets/admin/assets.sass - app/assets/stylesheets/application.scss - app/controllers/admin/assets_controller.rb - app/controllers/admin/page_attachments_controller.rb - app/helpers/admin/assets_helper.rb - app/helpers/admin/page_attachments_helper.rb - app/models/asset.rb - app/models/asset_type.rb - app/models/old_page_attachment.rb - app/models/page_attachment.rb - app/views/admin/assets/_asset.html.haml - app/views/admin/assets/_asset_table.html.haml - app/views/admin/assets/_errors.html.haml - app/views/admin/assets/_form.html.haml - app/views/admin/assets/_page_assets.html.haml - app/views/admin/assets/_search.html.haml - app/views/admin/assets/_search_results.html.haml - app/views/admin/assets/edit.html.haml - app/views/admin/assets/index.html.haml - app/views/admin/assets/new.html.haml - app/views/admin/assets/refresh.html.haml - app/views/admin/assets/remove.html.haml - app/views/admin/configuration/_clipped_edit.html.haml - app/views/admin/configuration/_clipped_show.html.haml - app/views/admin/page_attachments/_attachment.html.haml - app/views/admin/page_parts/_page_part.html.haml - app/views/admin/pages/_asset_popups.html.haml - app/views/admin/pages/_assets.html.haml - app/views/admin/removed/_assets_bucket.html.haml - app/views/admin/removed/_assets_container.html.haml - app/views/admin/removed/_bucket.html.haml - app/views/admin/removed/_bucket_asset.html.haml - app/views/admin/removed/_show_bucket_link.html.haml - app/views/admin/removed/_upload_to_page.html.haml - app/views/admin/removed/bucket/_iframe.html.haml - artwork/icons.png - clipped_extension.rb - config/initializers/interpolation.rb - config/initializers/processors.rb - config/initializers/radiant_config.rb - config/locales/de.yml - config/locales/en.yml - config/locales/nl.yml - config/locales/ru.yml - config/routes.rb - cucumber.yml - db/migrate/001_create_assets.rb - db/migrate/002_create_paperclip_attributes.rb - db/migrate/003_create_user_observer.rb - db/migrate/004_create_page_attachments.rb - db/migrate/005_rename_users.rb - db/migrate/20110513205050_asset_uuid.rb - db/migrate/20110606111250_update_configuration.rb - db/migrate/20110609101438_dimensions.rb - features/support/env.rb - features/support/paths.rb - lib/asset_tags.rb - lib/clipped/engine.rb - lib/clipped_admin_ui.rb - lib/generators/templates/clipped_config.rb - lib/page_asset_associations.rb - lib/paperclip/frame_grab.rb - lib/paperclip/geometry_transformation.rb - lib/tasks/clipped_extension_tasks.rake - lib/tasks/paperclip_tasks.rake - lib/trusty-clipped-extension.rb - lib/trusty_cms_clipped_extension/cloud.rb - LICENSE - Rakefile - README.md - spec/ci/before_script - spec/ci/script - spec/controllers/admin/assets_controller_spec.rb - spec/controllers/admin/page_attachments_controller_spec.rb - spec/datasets/assets_dataset.rb - spec/fixtures/5k.png - spec/fixtures/test.flv - spec/lib/asset_tags_spec.rb - spec/lib/frame_grab_spec.rb - spec/lib/geometry_transformation_spec.rb - spec/models/asset_spec.rb - spec/models/asset_type_spec.rb - spec/models/post_processing_spec.rb - spec/spec.opts - spec/spec_helper.rb - trusty-clipped-extension.gemspec - wireframes/edit-page-assets-2.bmml - wireframes/edit-page-assets-2.png - wireframes/edit-page-assets-3.bmml - wireframes/edit-page-assets-3.png - wireframes/edit-page-assets.bmml - wireframes/edit-page-assets.png - wireframes/edit-page.bmml - wireframes/edit-page.png homepage: https://github.com/pgharts/trusty-clipped-extension licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.29 signing_key: specification_version: 3 summary: Assets for TrustyCms CMS test_files: - spec/ci/before_script - spec/ci/script - spec/controllers/admin/assets_controller_spec.rb - spec/controllers/admin/page_attachments_controller_spec.rb - spec/datasets/assets_dataset.rb - spec/fixtures/5k.png - spec/fixtures/test.flv - spec/lib/asset_tags_spec.rb - spec/lib/frame_grab_spec.rb - spec/lib/geometry_transformation_spec.rb - spec/models/asset_spec.rb - spec/models/asset_type_spec.rb - spec/models/post_processing_spec.rb - spec/spec.opts - spec/spec_helper.rb - features/support/env.rb - features/support/paths.rb