--- !ruby/object:Gem::Specification 
name: attachment_magick
version: !ruby/object:Gem::Version 
  hash: 29
  prerelease: 
  segments: 
  - 0
  - 2
  - 5
  version: 0.2.5
platform: ruby
authors: 
- "Marco Ant\xC3\xB4nio Singer"
- Carlos Brando
autorequire: 
bindir: bin
cert_chain: []

date: 2011-08-05 00:00:00 -03:00
default_executable: 
dependencies: 
- !ruby/object:Gem::Dependency 
  name: dragonfly
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 51
        segments: 
        - 0
        - 9
        - 4
        version: 0.9.4
  type: :runtime
  version_requirements: *id001
- !ruby/object:Gem::Dependency 
  name: rack-cache
  prerelease: false
  requirement: &id002 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 15
        segments: 
        - 1
        - 0
        version: "1.0"
  type: :runtime
  version_requirements: *id002
- !ruby/object:Gem::Dependency 
  name: jquery-rails
  prerelease: false
  requirement: &id003 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 25
        segments: 
        - 0
        - 2
        - 7
        version: 0.2.7
  type: :runtime
  version_requirements: *id003
- !ruby/object:Gem::Dependency 
  name: marcosinger-auto_html
  prerelease: false
  requirement: &id004 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 19
        segments: 
        - 1
        - 3
        - 4
        version: 1.3.4
  type: :runtime
  version_requirements: *id004
description: 
email: 
- markaum@gmail.com
- eduardobrando@gmail.com
executables: []

extensions: []

extra_rdoc_files: []

files: 
- .gitignore
- Gemfile
- Gemfile.lock
- MIT-LICENSE
- README.rdoc
- Rakefile
- app/controllers/attachment_magick/images_controller.rb
- app/helpers/attachment_magick/attachment_magick_helper.rb
- app/models/attachment_magick/active_record_image.rb
- app/models/attachment_magick/mongoid_image.rb
- app/views/attachment_magick/_add_image.html.erb
- app/views/attachment_magick/_video_upload.html.erb
- attachment_magick.gemspec
- lib/attachment_magick.rb
- lib/attachment_magick/configuration/configuration.rb
- lib/attachment_magick/configuration/custom_style.rb
- lib/attachment_magick/dragonfly/init.rb
- lib/attachment_magick/dsl.rb
- lib/attachment_magick/railtie.rb
- lib/attachment_magick/test/attachment_magick_test_helper.rb
- lib/attachment_magick/version.rb
- lib/generators/attachment_magick/install_generator.rb
- lib/generators/attachment_magick/migration_generator.rb
- lib/generators/attachment_magick/templates/attachment_magick_migration.rb
- lib/generators/attachment_magick/templates/public/javascripts/swfupload/handlers.js
- lib/generators/attachment_magick/templates/public/javascripts/swfupload/swfupload.js
- lib/generators/attachment_magick/templates/public/javascripts/swfupload/swfupload.swf
- lib/generators/attachment_magick/templates/public/stylesheets/attachment_magick.css
- lib/generators/attachment_magick/templates/public/stylesheets/swfupload.css
- test/attachment_magick/controllers/images_controller_test.rb
- test/attachment_magick/generators/install_generator_test.rb
- test/attachment_magick/generators/migration_generator_test.rb
- test/attachment_magick/helpers/attachment_magick_test.rb
- test/attachment_magick/units/artist_test.rb
- test/attachment_magick/units/attachment_magick_test.rb
- test/attachment_magick/units/image_test.rb
- test/attachment_magick/units/place_test.rb
- test/dummy/Rakefile
- test/dummy/app/controllers/application_controller.rb
- test/dummy/app/controllers/artists_controller.rb
- test/dummy/app/controllers/places_controller.rb
- test/dummy/app/controllers/works_controller.rb
- test/dummy/app/helpers/application_helper.rb
- test/dummy/app/helpers/artists_helper.rb
- test/dummy/app/helpers/places_helper.rb
- test/dummy/app/helpers/works_helper.rb
- test/dummy/app/models/artist.rb
- test/dummy/app/models/place.rb
- test/dummy/app/models/work.rb
- test/dummy/app/views/artists/_form.html.erb
- test/dummy/app/views/artists/edit.html.erb
- test/dummy/app/views/artists/index.html.erb
- test/dummy/app/views/artists/new.html.erb
- test/dummy/app/views/layouts/_custom_images_list.html.erb
- test/dummy/app/views/layouts/application.html.erb
- test/dummy/app/views/places/_form.html.erb
- test/dummy/app/views/places/edit.html.erb
- test/dummy/app/views/places/index.html.erb
- test/dummy/app/views/places/new.html.erb
- test/dummy/app/views/works/_form.html.erb
- test/dummy/app/views/works/edit.html.erb
- test/dummy/app/views/works/index.html.erb
- test/dummy/app/views/works/new.html.erb
- test/dummy/config.ru
- test/dummy/config/application.rb
- test/dummy/config/boot.rb
- test/dummy/config/database.yml
- test/dummy/config/environment.rb
- test/dummy/config/environments/development.rb
- test/dummy/config/environments/production.rb
- test/dummy/config/environments/test.rb
- test/dummy/config/initializers/attachment_magick_setup.rb
- test/dummy/config/initializers/backtrace_silencers.rb
- test/dummy/config/initializers/inflections.rb
- test/dummy/config/initializers/mime_types.rb
- test/dummy/config/initializers/secret_token.rb
- test/dummy/config/initializers/session_store.rb
- test/dummy/config/locales/en.yml
- test/dummy/config/mongoid.yml
- test/dummy/config/routes.rb
- test/dummy/db/migrate/20110310155855_create_places.rb
- test/dummy/db/migrate/20110310210525_attachment_magick_migration.rb
- test/dummy/db/schema.rb
- test/dummy/public/404.html
- test/dummy/public/422.html
- test/dummy/public/500.html
- test/dummy/public/favicon.ico
- test/dummy/public/images/swfupload/cancelbutton.gif
- test/dummy/public/javascripts/application.js
- test/dummy/public/javascripts/jquery-ui.js
- test/dummy/public/javascripts/jquery.js
- test/dummy/public/javascripts/jquery.min.js
- test/dummy/public/javascripts/rails.js
- test/dummy/public/javascripts/swfupload/handlers.js
- test/dummy/public/javascripts/swfupload/swfupload.js
- test/dummy/public/javascripts/swfupload/swfupload.swf
- test/dummy/public/stylesheets/.gitkeep
- test/dummy/public/stylesheets/attachment_magick.css
- test/dummy/public/stylesheets/grid.css
- test/dummy/public/stylesheets/swfupload.css
- test/dummy/public/stylesheets/text.css
- test/dummy/script/rails
- test/integration/navigation_test.rb
- test/support/integration_case.rb
- test/test_helper.rb
has_rdoc: true
homepage: http://github.com/marcosinger/attachment_magick
licenses: []

post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: attachment_magick
rubygems_version: 1.6.2
signing_key: 
specification_version: 3
summary: little more magick when you upload image files (with SwfUpload and Dragonfly)
test_files: 
- test/attachment_magick/controllers/images_controller_test.rb
- test/attachment_magick/generators/install_generator_test.rb
- test/attachment_magick/generators/migration_generator_test.rb
- test/attachment_magick/helpers/attachment_magick_test.rb
- test/attachment_magick/units/artist_test.rb
- test/attachment_magick/units/attachment_magick_test.rb
- test/attachment_magick/units/image_test.rb
- test/attachment_magick/units/place_test.rb
- test/dummy/Rakefile
- test/dummy/app/controllers/application_controller.rb
- test/dummy/app/controllers/artists_controller.rb
- test/dummy/app/controllers/places_controller.rb
- test/dummy/app/controllers/works_controller.rb
- test/dummy/app/helpers/application_helper.rb
- test/dummy/app/helpers/artists_helper.rb
- test/dummy/app/helpers/places_helper.rb
- test/dummy/app/helpers/works_helper.rb
- test/dummy/app/models/artist.rb
- test/dummy/app/models/place.rb
- test/dummy/app/models/work.rb
- test/dummy/app/views/artists/_form.html.erb
- test/dummy/app/views/artists/edit.html.erb
- test/dummy/app/views/artists/index.html.erb
- test/dummy/app/views/artists/new.html.erb
- test/dummy/app/views/layouts/_custom_images_list.html.erb
- test/dummy/app/views/layouts/application.html.erb
- test/dummy/app/views/places/_form.html.erb
- test/dummy/app/views/places/edit.html.erb
- test/dummy/app/views/places/index.html.erb
- test/dummy/app/views/places/new.html.erb
- test/dummy/app/views/works/_form.html.erb
- test/dummy/app/views/works/edit.html.erb
- test/dummy/app/views/works/index.html.erb
- test/dummy/app/views/works/new.html.erb
- test/dummy/config.ru
- test/dummy/config/application.rb
- test/dummy/config/boot.rb
- test/dummy/config/database.yml
- test/dummy/config/environment.rb
- test/dummy/config/environments/development.rb
- test/dummy/config/environments/production.rb
- test/dummy/config/environments/test.rb
- test/dummy/config/initializers/attachment_magick_setup.rb
- test/dummy/config/initializers/backtrace_silencers.rb
- test/dummy/config/initializers/inflections.rb
- test/dummy/config/initializers/mime_types.rb
- test/dummy/config/initializers/secret_token.rb
- test/dummy/config/initializers/session_store.rb
- test/dummy/config/locales/en.yml
- test/dummy/config/mongoid.yml
- test/dummy/config/routes.rb
- test/dummy/db/migrate/20110310155855_create_places.rb
- test/dummy/db/migrate/20110310210525_attachment_magick_migration.rb
- test/dummy/db/schema.rb
- test/dummy/public/404.html
- test/dummy/public/422.html
- test/dummy/public/500.html
- test/dummy/public/favicon.ico
- test/dummy/public/images/swfupload/cancelbutton.gif
- test/dummy/public/javascripts/application.js
- test/dummy/public/javascripts/jquery-ui.js
- test/dummy/public/javascripts/jquery.js
- test/dummy/public/javascripts/jquery.min.js
- test/dummy/public/javascripts/rails.js
- test/dummy/public/javascripts/swfupload/handlers.js
- test/dummy/public/javascripts/swfupload/swfupload.js
- test/dummy/public/javascripts/swfupload/swfupload.swf
- test/dummy/public/stylesheets/.gitkeep
- test/dummy/public/stylesheets/attachment_magick.css
- test/dummy/public/stylesheets/grid.css
- test/dummy/public/stylesheets/swfupload.css
- test/dummy/public/stylesheets/text.css
- test/dummy/script/rails
- test/integration/navigation_test.rb
- test/support/integration_case.rb
- test/test_helper.rb