# -*- encoding: utf-8 -*- # stub: polygallery 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "polygallery".freeze s.version = "0.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["MacKinley Smith".freeze] s.date = "2015-03-20" s.description = "Polymorphic galleries made simple.".freeze s.email = ["smit1625@msu.edu".freeze] s.files = ["MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "app/assets/images/polygallery/thumbnail-missing.jpg".freeze, "app/assets/javascripts/polygallery/application.js".freeze, "app/assets/javascripts/polygallery/galleries.js".freeze, "app/assets/javascripts/polygallery/init.js".freeze, "app/assets/javascripts/polygallery/photos.js".freeze, "app/assets/javascripts/polygallery/polygallery.js.coffee".freeze, "app/assets/stylesheets/polygallery/application.css".freeze, "app/assets/stylesheets/polygallery/galleries.css".freeze, "app/assets/stylesheets/polygallery/photos.css".freeze, "app/controllers/concerns/polygallery/strong_params.rb".freeze, "app/controllers/polygallery/application_controller.rb".freeze, "app/controllers/polygallery/galleries_controller.rb".freeze, "app/controllers/polygallery/photos_controller.rb".freeze, "app/helpers/polygallery/application_helper.rb".freeze, "app/helpers/polygallery/galleries_helper.rb".freeze, "app/helpers/polygallery/photos_helper.rb".freeze, "app/models/concerns/polygallery/acts_as_polyphoto.rb".freeze, "app/models/concerns/polygallery/customized_gallery.rb".freeze, "app/models/concerns/polygallery/customized_photo.rb".freeze, "app/models/polygallery/gallery.rb".freeze, "app/models/polygallery/photo.rb".freeze, "app/models/polygallery/polygallery.rb".freeze, "app/views/layouts/polygallery/application.html.erb".freeze, "app/views/polygallery/galleries/_fields_for.html.haml".freeze, "app/views/polygallery/galleries/_simple_fields_for.html.haml".freeze, "app/views/polygallery/photos/_fields_for.html.haml".freeze, "app/views/polygallery/photos/_simple_fields_for.html.haml".freeze, "config/routes.rb".freeze, "db/migrate/20140803171516_create_polygallery_galleries.rb".freeze, "db/migrate/20140803171534_create_polygallery_photos.rb".freeze, "db/migrate/20141001192141_add_sti_to_galleries_and_photos.rb".freeze, "lib/generators/polygallery/install/install_generator.rb".freeze, "lib/generators/polygallery/install/templates/polygallery_migration.rb".freeze, "lib/polygallery.rb".freeze, "lib/polygallery/engine.rb".freeze, "lib/polygallery/glue.rb".freeze, "lib/polygallery/has_polygallery.rb".freeze, "lib/polygallery/has_polyphotos.rb".freeze, "lib/polygallery/railtie.rb".freeze, "lib/polygallery/validators.rb".freeze, "lib/polygallery/validators/polygallery_presence_validator.rb".freeze, "lib/polygallery/version.rb".freeze, "lib/polygallery/view_helpers.rb".freeze, "lib/tasks/polygallery_tasks.rake".freeze, "test/controllers/polygallery/galleries_controller_test.rb".freeze, "test/controllers/polygallery/photos_controller_test.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/javascripts/bootstrap.min.js".freeze, "test/dummy/app/assets/javascripts/events.js".freeze, "test/dummy/app/assets/javascripts/home.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/assets/stylesheets/bootstrap-theme.min.css".freeze, "test/dummy/app/assets/stylesheets/bootstrap.min.css".freeze, "test/dummy/app/assets/stylesheets/events.css".freeze, "test/dummy/app/assets/stylesheets/home.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/events_controller.rb".freeze, "test/dummy/app/controllers/home_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/helpers/events_helper.rb".freeze, "test/dummy/app/helpers/home_helper.rb".freeze, "test/dummy/app/models/custom_gallery.rb".freeze, "test/dummy/app/models/custom_photo.rb".freeze, "test/dummy/app/models/event.rb".freeze, "test/dummy/app/views/events/_form.html.haml".freeze, "test/dummy/app/views/events/_simple_form.html.haml".freeze, "test/dummy/app/views/events/edit.html.haml".freeze, "test/dummy/app/views/events/index.html.haml".freeze, "test/dummy/app/views/events/new.html.haml".freeze, "test/dummy/app/views/events/show.html.haml".freeze, "test/dummy/app/views/home/index.html.haml".freeze, "test/dummy/app/views/layouts/application.html.haml".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/cookies_serializer.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/reload_lib.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/simple_form.rb".freeze, "test/dummy/config/initializers/simple_form_bootstrap.rb".freeze, "test/dummy/config/initializers/simple_form_fileinput.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/locales/simple_form.en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/secrets.yml".freeze, "test/dummy/db/migrate/20140803170839_create_events.rb".freeze, "test/dummy/db/migrate/20150320165705_create_polygalleries.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/lib/templates/haml/scaffold/_form.html.haml".freeze, "test/dummy/log/development.log".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/public/fonts/glyphicons-halflings-regular.eot".freeze, "test/dummy/public/fonts/glyphicons-halflings-regular.svg".freeze, "test/dummy/public/fonts/glyphicons-halflings-regular.ttf".freeze, "test/dummy/public/fonts/glyphicons-halflings-regular.woff".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/002/medium/logo_placeholder_medium.png".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/002/original/logo_placeholder_medium.png".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/002/thumb/logo_placeholder_medium.png".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/003/big_slide/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/003/full/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/003/grid/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/003/medium/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/003/medium/logo_placeholder_medium.png".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/003/original/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/003/original/logo_placeholder_medium.png".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/003/slide/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/003/thumb/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/003/thumb/logo_placeholder_medium.png".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/004/big_slide/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/004/full/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/004/grid/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/004/medium/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/004/medium/logo_placeholder_medium.png".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/004/original/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/004/original/logo_placeholder_medium.png".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/004/slide/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/004/thumb/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/004/thumb/logo_placeholder_medium.png".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/006/big_slide/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/006/full/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/006/grid/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/006/medium/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/006/original/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/006/slide/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/006/thumb/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/007/big_slide/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/007/full/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/007/grid/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/007/medium/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/007/original/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/007/slide/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/007/thumb/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/009/big_slide/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/009/full/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/009/grid/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/009/medium/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/009/original/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/009/slide/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/009/thumb/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/010/big_slide/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/010/full/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/010/grid/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/010/medium/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/010/original/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/010/slide/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/010/thumb/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/011/medium/piece2.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/011/original/piece2.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/011/thumb/piece2.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/012/medium/piece6.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/012/original/piece6.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/012/thumb/piece6.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/029/medium/piece4.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/029/original/piece4.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/029/thumb/piece4.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/032/medium/piece8.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/032/original/piece8.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/032/thumb/piece8.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/033/medium/piece10.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/033/original/piece10.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/033/thumb/piece10.jpg".freeze, "test/dummy/spec/factories/events.rb".freeze, "test/dummy/spec/factories/polygallery/photos.rb".freeze, "test/dummy/spec/features/events_spec.rb".freeze, "test/dummy/spec/rails_helper.rb".freeze, "test/dummy/spec/spec_helper.rb".freeze, "test/dummy/spec/upload_files/logo_placeholder_medium.png".freeze, "test/dummy/test/controllers/events_controller_test.rb".freeze, "test/dummy/test/controllers/home_controller_test.rb".freeze, "test/dummy/test/fixtures/events.yml".freeze, "test/dummy/test/helpers/events_helper_test.rb".freeze, "test/dummy/test/helpers/home_helper_test.rb".freeze, "test/dummy/test/models/event_test.rb".freeze, "test/dummy/tmp/cache/assets/development/sass/d58d4fb9eedfbbaea362e7eed4f4b120ecc36459/enhancements.css.scssc".freeze, "test/dummy/tmp/cache/assets/development/sprockets/05c0a42e9725c8eb8a83324cfdce4a16".freeze, "test/dummy/tmp/cache/assets/development/sprockets/138f3adae029720184284e5af56ba6ee".freeze, "test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705".freeze, "test/dummy/tmp/cache/assets/development/sprockets/165fa1b3eb4e30266c9cd78ba25a6879".freeze, "test/dummy/tmp/cache/assets/development/sprockets/1b48b24452c10fa45f34ec79aa2ca587".freeze, "test/dummy/tmp/cache/assets/development/sprockets/1c9faaf28d05409b88ad3113374d613c".freeze, "test/dummy/tmp/cache/assets/development/sprockets/1d61d3cd6f59fc3758908d3ea27aaf0b".freeze, "test/dummy/tmp/cache/assets/development/sprockets/1e1c73f8892119a4dbc6ead7718b4472".freeze, "test/dummy/tmp/cache/assets/development/sprockets/1ecd715c01db7b05e5fc97838c7bdac7".freeze, "test/dummy/tmp/cache/assets/development/sprockets/20537eac47b88a0b70cf0fec72c5c957".freeze, "test/dummy/tmp/cache/assets/development/sprockets/23a02f793bdc3b6a6cbd015f184c6f6c".freeze, "test/dummy/tmp/cache/assets/development/sprockets/24670b1af8e69df61aafc78f7817bcee".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2757fae967a52701ef3724ae5a76c4a8".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2822de3b22c28bd5e718c9bf500457b2".freeze, "test/dummy/tmp/cache/assets/development/sprockets/29e4552fca58a1885579b3932b6a9603".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2b731b63fb1d665043d920a05b591cdc".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af".freeze, "test/dummy/tmp/cache/assets/development/sprockets/30e3552cad42917377b8675173b87d6d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/311df7a951cd5c960bea25b750d24073".freeze, "test/dummy/tmp/cache/assets/development/sprockets/3285c3b5fd63e6e64ad469b8d96aae8f".freeze, "test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953".freeze, "test/dummy/tmp/cache/assets/development/sprockets/366b734bd9d2050f91efe4fa45bd1f60".freeze, "test/dummy/tmp/cache/assets/development/sprockets/39bcd7e5a58fb6e7114bbae6ac577fe6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/3df3a0e2cf2fc334a9e6292941bae875".freeze, "test/dummy/tmp/cache/assets/development/sprockets/3edcdce4b73dab626737716f1fc4d97d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/3f657ddfc843294ed3fc8242f82e7a97".freeze, "test/dummy/tmp/cache/assets/development/sprockets/40fc2f3d2a468a00e463f1d313cb1683".freeze, "test/dummy/tmp/cache/assets/development/sprockets/4838bd0bcba2e22c3c7aef8feb88db17".freeze, "test/dummy/tmp/cache/assets/development/sprockets/49e036553e32b5ecddd9e7de7a25ccea".freeze, "test/dummy/tmp/cache/assets/development/sprockets/4a98a84c5ce12f2b9646335623b4e224".freeze, "test/dummy/tmp/cache/assets/development/sprockets/4d1647c172443398b0d023245fb13877".freeze, "test/dummy/tmp/cache/assets/development/sprockets/4daff1d5b8e6da6d2ed55886db193ef2".freeze, "test/dummy/tmp/cache/assets/development/sprockets/4ea33e825e6e38bd22dccab488a0255b".freeze, "test/dummy/tmp/cache/assets/development/sprockets/5714323f471f9980adfb3529d2e01f04".freeze, "test/dummy/tmp/cache/assets/development/sprockets/5ef83a7011cee8efacb9afc7173fe765".freeze, "test/dummy/tmp/cache/assets/development/sprockets/61cd6f9b2dc23f35478fc14d5fb4f7df".freeze, "test/dummy/tmp/cache/assets/development/sprockets/650d6a1ba71368c14b9fced6b6180b2d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/65dccf676de4439612547abc6451ba65".freeze, "test/dummy/tmp/cache/assets/development/sprockets/69bda14eaa1d8ad1ea1235abb619e366".freeze, "test/dummy/tmp/cache/assets/development/sprockets/6f562a48c0e855e0e4fdab624ba41eb9".freeze, "test/dummy/tmp/cache/assets/development/sprockets/7b45798a1475deb0d6739c888f060c96".freeze, "test/dummy/tmp/cache/assets/development/sprockets/7be9086c960bb4384c9d23a52e489f29".freeze, "test/dummy/tmp/cache/assets/development/sprockets/7c5867dbaa2d85cd5508dc339972e314".freeze, "test/dummy/tmp/cache/assets/development/sprockets/81bf3a1b16f593a309cc121596c7cf23".freeze, "test/dummy/tmp/cache/assets/development/sprockets/86f909bf5baee50515afadaa3ce2df8f".freeze, "test/dummy/tmp/cache/assets/development/sprockets/88f812810562f1bc315ee991f8a30c4e".freeze, "test/dummy/tmp/cache/assets/development/sprockets/8c81470cda06da3ee9ec2181fe7743b0".freeze, "test/dummy/tmp/cache/assets/development/sprockets/8e3f978ef00686e7a7cad1a57185f90a".freeze, "test/dummy/tmp/cache/assets/development/sprockets/8e5a9738e9bc15478e026d98335454f9".freeze, "test/dummy/tmp/cache/assets/development/sprockets/8f29e45e02d0321a6250df9b5ca050fe".freeze, "test/dummy/tmp/cache/assets/development/sprockets/8f8936f164170e095c5ca2d0c2ae6127".freeze, "test/dummy/tmp/cache/assets/development/sprockets/9b9c0e78635195bcb386a8b6e9ee1e97".freeze, "test/dummy/tmp/cache/assets/development/sprockets/a11d7eb71230eda394161e35aefa0a24".freeze, "test/dummy/tmp/cache/assets/development/sprockets/a32fea9e0a124a0fbd82afec0c27e0d4".freeze, "test/dummy/tmp/cache/assets/development/sprockets/a49b0e8a393070d4a440d78743af3460".freeze, "test/dummy/tmp/cache/assets/development/sprockets/a995a3b95e4a7b0e5b9fa7c49efd6b74".freeze, "test/dummy/tmp/cache/assets/development/sprockets/a9f028f7a492b5907ed80268be8f50f4".freeze, "test/dummy/tmp/cache/assets/development/sprockets/abfcce22636ec4371a92e6ceb1077a54".freeze, "test/dummy/tmp/cache/assets/development/sprockets/b08b14449d0c760863c75b163f3d2ea0".freeze, "test/dummy/tmp/cache/assets/development/sprockets/b2e3c54b17f3d7fc54aab42082c470f8".freeze, "test/dummy/tmp/cache/assets/development/sprockets/b878faf942403e313a5b103e5d80488e".freeze, "test/dummy/tmp/cache/assets/development/sprockets/b9b29a56a8585a110f306871e8938d2b".freeze, "test/dummy/tmp/cache/assets/development/sprockets/ba56eb60d599a0ca3d2f6b67772774c2".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c0a32ddd5941d7ff3aca0ad92298608c".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c502e11bd52b854e6af9627c3da0616a".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c54e257d17c58c802e2870d68ff1bd39".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c6d68ddd2f21544d3a6ac67934487535".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c79813a3ee7359e3d7880d6b671f6f6d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c9e5e8280743d98ec882539be0f91af5".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cbe9afc48460e8e0bc42c314d5e594a0".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cebfc296bf824dfc0f567874a00522d4".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cf29797a4195344bac977b8ebfca7fff".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/e01ccf02ec6a0fb2cb7189161c5850c5".freeze, "test/dummy/tmp/cache/assets/development/sprockets/e33b68bc0cecc21d45c44c8d2fd46c76".freeze, "test/dummy/tmp/cache/assets/development/sprockets/e4b5a49edafa42a1ffe8f10535156b1b".freeze, "test/dummy/tmp/cache/assets/development/sprockets/e928c77266ca2960fa4a7fbb56b4e034".freeze, "test/dummy/tmp/cache/assets/development/sprockets/edbef6e0d0a4742346cf479f2c522eb0".freeze, "test/dummy/tmp/cache/assets/development/sprockets/ee77497db62576e6878e7815e80e8b5a".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f1ea202e87b3ffc6964c9b0358531976".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f209bca5b11567d04157eefee66c6a48".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f5d86e31abec9b44e777e3f639187d5a".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f644fd75cbead0e58c847aa16546e2a8".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f844ec54464006be394ce9de15eb0814".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f950876669f7719a544d0de445843b08".freeze, "test/dummy/tmp/cache/assets/development/sprockets/fe0a04f09eb0c97bcc18973678e986a3".freeze, "test/dummy/tmp/cache/assets/test/sass/d58d4fb9eedfbbaea362e7eed4f4b120ecc36459/enhancements.css.scssc".freeze, "test/dummy/tmp/cache/assets/test/sprockets/138f3adae029720184284e5af56ba6ee".freeze, "test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705".freeze, "test/dummy/tmp/cache/assets/test/sprockets/165fa1b3eb4e30266c9cd78ba25a6879".freeze, "test/dummy/tmp/cache/assets/test/sprockets/1b48b24452c10fa45f34ec79aa2ca587".freeze, "test/dummy/tmp/cache/assets/test/sprockets/1c9faaf28d05409b88ad3113374d613c".freeze, "test/dummy/tmp/cache/assets/test/sprockets/1e1c73f8892119a4dbc6ead7718b4472".freeze, "test/dummy/tmp/cache/assets/test/sprockets/20537eac47b88a0b70cf0fec72c5c957".freeze, "test/dummy/tmp/cache/assets/test/sprockets/23a02f793bdc3b6a6cbd015f184c6f6c".freeze, "test/dummy/tmp/cache/assets/test/sprockets/2757fae967a52701ef3724ae5a76c4a8".freeze, "test/dummy/tmp/cache/assets/test/sprockets/29e4552fca58a1885579b3932b6a9603".freeze, "test/dummy/tmp/cache/assets/test/sprockets/2b731b63fb1d665043d920a05b591cdc".freeze, "test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af".freeze, "test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953".freeze, "test/dummy/tmp/cache/assets/test/sprockets/3f657ddfc843294ed3fc8242f82e7a97".freeze, "test/dummy/tmp/cache/assets/test/sprockets/40fc2f3d2a468a00e463f1d313cb1683".freeze, "test/dummy/tmp/cache/assets/test/sprockets/4838bd0bcba2e22c3c7aef8feb88db17".freeze, "test/dummy/tmp/cache/assets/test/sprockets/4a98a84c5ce12f2b9646335623b4e224".freeze, "test/dummy/tmp/cache/assets/test/sprockets/4ea33e825e6e38bd22dccab488a0255b".freeze, "test/dummy/tmp/cache/assets/test/sprockets/65dccf676de4439612547abc6451ba65".freeze, "test/dummy/tmp/cache/assets/test/sprockets/69bda14eaa1d8ad1ea1235abb619e366".freeze, "test/dummy/tmp/cache/assets/test/sprockets/7b45798a1475deb0d6739c888f060c96".freeze, "test/dummy/tmp/cache/assets/test/sprockets/7be9086c960bb4384c9d23a52e489f29".freeze, "test/dummy/tmp/cache/assets/test/sprockets/86f909bf5baee50515afadaa3ce2df8f".freeze, "test/dummy/tmp/cache/assets/test/sprockets/8c81470cda06da3ee9ec2181fe7743b0".freeze, "test/dummy/tmp/cache/assets/test/sprockets/8e3f978ef00686e7a7cad1a57185f90a".freeze, "test/dummy/tmp/cache/assets/test/sprockets/8e5a9738e9bc15478e026d98335454f9".freeze, "test/dummy/tmp/cache/assets/test/sprockets/8f29e45e02d0321a6250df9b5ca050fe".freeze, "test/dummy/tmp/cache/assets/test/sprockets/9b9c0e78635195bcb386a8b6e9ee1e97".freeze, "test/dummy/tmp/cache/assets/test/sprockets/a49b0e8a393070d4a440d78743af3460".freeze, "test/dummy/tmp/cache/assets/test/sprockets/abfcce22636ec4371a92e6ceb1077a54".freeze, "test/dummy/tmp/cache/assets/test/sprockets/b878faf942403e313a5b103e5d80488e".freeze, "test/dummy/tmp/cache/assets/test/sprockets/b9b29a56a8585a110f306871e8938d2b".freeze, "test/dummy/tmp/cache/assets/test/sprockets/cebfc296bf824dfc0f567874a00522d4".freeze, "test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994".freeze, "test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6".freeze, "test/dummy/tmp/cache/assets/test/sprockets/e33b68bc0cecc21d45c44c8d2fd46c76".freeze, "test/dummy/tmp/cache/assets/test/sprockets/e4b5a49edafa42a1ffe8f10535156b1b".freeze, "test/dummy/tmp/cache/assets/test/sprockets/edbef6e0d0a4742346cf479f2c522eb0".freeze, "test/dummy/tmp/cache/assets/test/sprockets/f1ea202e87b3ffc6964c9b0358531976".freeze, "test/dummy/tmp/cache/assets/test/sprockets/f209bca5b11567d04157eefee66c6a48".freeze, "test/dummy/tmp/cache/assets/test/sprockets/f5d86e31abec9b44e777e3f639187d5a".freeze, "test/dummy/tmp/cache/assets/test/sprockets/f644fd75cbead0e58c847aa16546e2a8".freeze, "test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655".freeze, "test/dummy/tmp/cache/assets/test/sprockets/f950876669f7719a544d0de445843b08".freeze, "test/dummy/tmp/pids/server.pid".freeze, "test/fixtures/polygallery/galleries.yml".freeze, "test/fixtures/polygallery/photos.yml".freeze, "test/helpers/polygallery/galleries_helper_test.rb".freeze, "test/helpers/polygallery/photos_helper_test.rb".freeze, "test/integration/navigation_test.rb".freeze, "test/models/polygallery/gallery_test.rb".freeze, "test/models/polygallery/photo_test.rb".freeze, "test/polygallery_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://www.mackinleysmith.com/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Polymorphic galleries made simple.".freeze s.test_files = ["test/controllers/polygallery/galleries_controller_test.rb".freeze, "test/controllers/polygallery/photos_controller_test.rb".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/javascripts/bootstrap.min.js".freeze, "test/dummy/app/assets/javascripts/events.js".freeze, "test/dummy/app/assets/javascripts/home.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/assets/stylesheets/bootstrap-theme.min.css".freeze, "test/dummy/app/assets/stylesheets/bootstrap.min.css".freeze, "test/dummy/app/assets/stylesheets/events.css".freeze, "test/dummy/app/assets/stylesheets/home.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/events_controller.rb".freeze, "test/dummy/app/controllers/home_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/helpers/events_helper.rb".freeze, "test/dummy/app/helpers/home_helper.rb".freeze, "test/dummy/app/models/custom_gallery.rb".freeze, "test/dummy/app/models/custom_photo.rb".freeze, "test/dummy/app/models/event.rb".freeze, "test/dummy/app/views/events/_form.html.haml".freeze, "test/dummy/app/views/events/_simple_form.html.haml".freeze, "test/dummy/app/views/events/edit.html.haml".freeze, "test/dummy/app/views/events/index.html.haml".freeze, "test/dummy/app/views/events/new.html.haml".freeze, "test/dummy/app/views/events/show.html.haml".freeze, "test/dummy/app/views/home/index.html.haml".freeze, "test/dummy/app/views/layouts/application.html.haml".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/cookies_serializer.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/reload_lib.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/simple_form.rb".freeze, "test/dummy/config/initializers/simple_form_bootstrap.rb".freeze, "test/dummy/config/initializers/simple_form_fileinput.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/locales/simple_form.en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/secrets.yml".freeze, "test/dummy/config.ru".freeze, "test/dummy/db/migrate/20140803170839_create_events.rb".freeze, "test/dummy/db/migrate/20150320165705_create_polygalleries.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/lib/templates/haml/scaffold/_form.html.haml".freeze, "test/dummy/log/development.log".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/public/fonts/glyphicons-halflings-regular.eot".freeze, "test/dummy/public/fonts/glyphicons-halflings-regular.svg".freeze, "test/dummy/public/fonts/glyphicons-halflings-regular.ttf".freeze, "test/dummy/public/fonts/glyphicons-halflings-regular.woff".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/002/medium/logo_placeholder_medium.png".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/002/original/logo_placeholder_medium.png".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/002/thumb/logo_placeholder_medium.png".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/003/big_slide/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/003/full/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/003/grid/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/003/medium/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/003/medium/logo_placeholder_medium.png".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/003/original/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/003/original/logo_placeholder_medium.png".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/003/slide/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/003/thumb/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/003/thumb/logo_placeholder_medium.png".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/004/big_slide/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/004/full/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/004/grid/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/004/medium/logo_placeholder_medium.png".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/004/medium/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/004/original/logo_placeholder_medium.png".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/004/original/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/004/slide/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/004/thumb/logo_placeholder_medium.png".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/004/thumb/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/006/big_slide/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/006/full/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/006/grid/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/006/medium/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/006/original/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/006/slide/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/006/thumb/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/007/big_slide/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/007/full/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/007/grid/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/007/medium/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/007/original/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/007/slide/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/007/thumb/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/009/big_slide/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/009/full/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/009/grid/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/009/medium/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/009/original/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/009/slide/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/009/thumb/DSC_5099.JPG".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/010/big_slide/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/010/full/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/010/grid/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/010/medium/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/010/original/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/010/slide/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/010/thumb/SALON_RUNWAY_(1).jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/011/medium/piece2.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/011/original/piece2.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/011/thumb/piece2.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/012/medium/piece6.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/012/original/piece6.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/012/thumb/piece6.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/029/medium/piece4.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/029/original/piece4.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/029/thumb/piece4.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/032/medium/piece8.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/032/original/piece8.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/032/thumb/piece8.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/033/medium/piece10.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/033/original/piece10.jpg".freeze, "test/dummy/public/system/polygallery/photos/photos/000/000/033/thumb/piece10.jpg".freeze, "test/dummy/Rakefile".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/spec/factories/events.rb".freeze, "test/dummy/spec/factories/polygallery/photos.rb".freeze, "test/dummy/spec/features/events_spec.rb".freeze, "test/dummy/spec/rails_helper.rb".freeze, "test/dummy/spec/spec_helper.rb".freeze, "test/dummy/spec/upload_files/logo_placeholder_medium.png".freeze, "test/dummy/test/controllers/events_controller_test.rb".freeze, "test/dummy/test/controllers/home_controller_test.rb".freeze, "test/dummy/test/fixtures/events.yml".freeze, "test/dummy/test/helpers/events_helper_test.rb".freeze, "test/dummy/test/helpers/home_helper_test.rb".freeze, "test/dummy/test/models/event_test.rb".freeze, "test/dummy/tmp/cache/assets/development/sass/d58d4fb9eedfbbaea362e7eed4f4b120ecc36459/enhancements.css.scssc".freeze, "test/dummy/tmp/cache/assets/development/sprockets/05c0a42e9725c8eb8a83324cfdce4a16".freeze, "test/dummy/tmp/cache/assets/development/sprockets/138f3adae029720184284e5af56ba6ee".freeze, "test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705".freeze, "test/dummy/tmp/cache/assets/development/sprockets/165fa1b3eb4e30266c9cd78ba25a6879".freeze, "test/dummy/tmp/cache/assets/development/sprockets/1b48b24452c10fa45f34ec79aa2ca587".freeze, "test/dummy/tmp/cache/assets/development/sprockets/1c9faaf28d05409b88ad3113374d613c".freeze, "test/dummy/tmp/cache/assets/development/sprockets/1d61d3cd6f59fc3758908d3ea27aaf0b".freeze, "test/dummy/tmp/cache/assets/development/sprockets/1e1c73f8892119a4dbc6ead7718b4472".freeze, "test/dummy/tmp/cache/assets/development/sprockets/1ecd715c01db7b05e5fc97838c7bdac7".freeze, "test/dummy/tmp/cache/assets/development/sprockets/20537eac47b88a0b70cf0fec72c5c957".freeze, "test/dummy/tmp/cache/assets/development/sprockets/23a02f793bdc3b6a6cbd015f184c6f6c".freeze, "test/dummy/tmp/cache/assets/development/sprockets/24670b1af8e69df61aafc78f7817bcee".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2757fae967a52701ef3724ae5a76c4a8".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2822de3b22c28bd5e718c9bf500457b2".freeze, "test/dummy/tmp/cache/assets/development/sprockets/29e4552fca58a1885579b3932b6a9603".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2b731b63fb1d665043d920a05b591cdc".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af".freeze, "test/dummy/tmp/cache/assets/development/sprockets/30e3552cad42917377b8675173b87d6d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/311df7a951cd5c960bea25b750d24073".freeze, "test/dummy/tmp/cache/assets/development/sprockets/3285c3b5fd63e6e64ad469b8d96aae8f".freeze, "test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953".freeze, "test/dummy/tmp/cache/assets/development/sprockets/366b734bd9d2050f91efe4fa45bd1f60".freeze, "test/dummy/tmp/cache/assets/development/sprockets/39bcd7e5a58fb6e7114bbae6ac577fe6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/3df3a0e2cf2fc334a9e6292941bae875".freeze, "test/dummy/tmp/cache/assets/development/sprockets/3edcdce4b73dab626737716f1fc4d97d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/3f657ddfc843294ed3fc8242f82e7a97".freeze, "test/dummy/tmp/cache/assets/development/sprockets/40fc2f3d2a468a00e463f1d313cb1683".freeze, "test/dummy/tmp/cache/assets/development/sprockets/4838bd0bcba2e22c3c7aef8feb88db17".freeze, "test/dummy/tmp/cache/assets/development/sprockets/49e036553e32b5ecddd9e7de7a25ccea".freeze, "test/dummy/tmp/cache/assets/development/sprockets/4a98a84c5ce12f2b9646335623b4e224".freeze, "test/dummy/tmp/cache/assets/development/sprockets/4d1647c172443398b0d023245fb13877".freeze, "test/dummy/tmp/cache/assets/development/sprockets/4daff1d5b8e6da6d2ed55886db193ef2".freeze, "test/dummy/tmp/cache/assets/development/sprockets/4ea33e825e6e38bd22dccab488a0255b".freeze, "test/dummy/tmp/cache/assets/development/sprockets/5714323f471f9980adfb3529d2e01f04".freeze, "test/dummy/tmp/cache/assets/development/sprockets/5ef83a7011cee8efacb9afc7173fe765".freeze, "test/dummy/tmp/cache/assets/development/sprockets/61cd6f9b2dc23f35478fc14d5fb4f7df".freeze, "test/dummy/tmp/cache/assets/development/sprockets/650d6a1ba71368c14b9fced6b6180b2d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/65dccf676de4439612547abc6451ba65".freeze, "test/dummy/tmp/cache/assets/development/sprockets/69bda14eaa1d8ad1ea1235abb619e366".freeze, "test/dummy/tmp/cache/assets/development/sprockets/6f562a48c0e855e0e4fdab624ba41eb9".freeze, "test/dummy/tmp/cache/assets/development/sprockets/7b45798a1475deb0d6739c888f060c96".freeze, "test/dummy/tmp/cache/assets/development/sprockets/7be9086c960bb4384c9d23a52e489f29".freeze, "test/dummy/tmp/cache/assets/development/sprockets/7c5867dbaa2d85cd5508dc339972e314".freeze, "test/dummy/tmp/cache/assets/development/sprockets/81bf3a1b16f593a309cc121596c7cf23".freeze, "test/dummy/tmp/cache/assets/development/sprockets/86f909bf5baee50515afadaa3ce2df8f".freeze, "test/dummy/tmp/cache/assets/development/sprockets/88f812810562f1bc315ee991f8a30c4e".freeze, "test/dummy/tmp/cache/assets/development/sprockets/8c81470cda06da3ee9ec2181fe7743b0".freeze, "test/dummy/tmp/cache/assets/development/sprockets/8e3f978ef00686e7a7cad1a57185f90a".freeze, "test/dummy/tmp/cache/assets/development/sprockets/8e5a9738e9bc15478e026d98335454f9".freeze, "test/dummy/tmp/cache/assets/development/sprockets/8f29e45e02d0321a6250df9b5ca050fe".freeze, "test/dummy/tmp/cache/assets/development/sprockets/8f8936f164170e095c5ca2d0c2ae6127".freeze, "test/dummy/tmp/cache/assets/development/sprockets/9b9c0e78635195bcb386a8b6e9ee1e97".freeze, "test/dummy/tmp/cache/assets/development/sprockets/a11d7eb71230eda394161e35aefa0a24".freeze, "test/dummy/tmp/cache/assets/development/sprockets/a32fea9e0a124a0fbd82afec0c27e0d4".freeze, "test/dummy/tmp/cache/assets/development/sprockets/a49b0e8a393070d4a440d78743af3460".freeze, "test/dummy/tmp/cache/assets/development/sprockets/a995a3b95e4a7b0e5b9fa7c49efd6b74".freeze, "test/dummy/tmp/cache/assets/development/sprockets/a9f028f7a492b5907ed80268be8f50f4".freeze, "test/dummy/tmp/cache/assets/development/sprockets/abfcce22636ec4371a92e6ceb1077a54".freeze, "test/dummy/tmp/cache/assets/development/sprockets/b08b14449d0c760863c75b163f3d2ea0".freeze, "test/dummy/tmp/cache/assets/development/sprockets/b2e3c54b17f3d7fc54aab42082c470f8".freeze, "test/dummy/tmp/cache/assets/development/sprockets/b878faf942403e313a5b103e5d80488e".freeze, "test/dummy/tmp/cache/assets/development/sprockets/b9b29a56a8585a110f306871e8938d2b".freeze, "test/dummy/tmp/cache/assets/development/sprockets/ba56eb60d599a0ca3d2f6b67772774c2".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c0a32ddd5941d7ff3aca0ad92298608c".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c502e11bd52b854e6af9627c3da0616a".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c54e257d17c58c802e2870d68ff1bd39".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c6d68ddd2f21544d3a6ac67934487535".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c79813a3ee7359e3d7880d6b671f6f6d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c9e5e8280743d98ec882539be0f91af5".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cbe9afc48460e8e0bc42c314d5e594a0".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cebfc296bf824dfc0f567874a00522d4".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cf29797a4195344bac977b8ebfca7fff".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/e01ccf02ec6a0fb2cb7189161c5850c5".freeze, "test/dummy/tmp/cache/assets/development/sprockets/e33b68bc0cecc21d45c44c8d2fd46c76".freeze, "test/dummy/tmp/cache/assets/development/sprockets/e4b5a49edafa42a1ffe8f10535156b1b".freeze, "test/dummy/tmp/cache/assets/development/sprockets/e928c77266ca2960fa4a7fbb56b4e034".freeze, "test/dummy/tmp/cache/assets/development/sprockets/edbef6e0d0a4742346cf479f2c522eb0".freeze, "test/dummy/tmp/cache/assets/development/sprockets/ee77497db62576e6878e7815e80e8b5a".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f1ea202e87b3ffc6964c9b0358531976".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f209bca5b11567d04157eefee66c6a48".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f5d86e31abec9b44e777e3f639187d5a".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f644fd75cbead0e58c847aa16546e2a8".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f844ec54464006be394ce9de15eb0814".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f950876669f7719a544d0de445843b08".freeze, "test/dummy/tmp/cache/assets/development/sprockets/fe0a04f09eb0c97bcc18973678e986a3".freeze, "test/dummy/tmp/cache/assets/test/sass/d58d4fb9eedfbbaea362e7eed4f4b120ecc36459/enhancements.css.scssc".freeze, "test/dummy/tmp/cache/assets/test/sprockets/138f3adae029720184284e5af56ba6ee".freeze, "test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705".freeze, "test/dummy/tmp/cache/assets/test/sprockets/165fa1b3eb4e30266c9cd78ba25a6879".freeze, "test/dummy/tmp/cache/assets/test/sprockets/1b48b24452c10fa45f34ec79aa2ca587".freeze, "test/dummy/tmp/cache/assets/test/sprockets/1c9faaf28d05409b88ad3113374d613c".freeze, "test/dummy/tmp/cache/assets/test/sprockets/1e1c73f8892119a4dbc6ead7718b4472".freeze, "test/dummy/tmp/cache/assets/test/sprockets/20537eac47b88a0b70cf0fec72c5c957".freeze, "test/dummy/tmp/cache/assets/test/sprockets/23a02f793bdc3b6a6cbd015f184c6f6c".freeze, "test/dummy/tmp/cache/assets/test/sprockets/2757fae967a52701ef3724ae5a76c4a8".freeze, "test/dummy/tmp/cache/assets/test/sprockets/29e4552fca58a1885579b3932b6a9603".freeze, "test/dummy/tmp/cache/assets/test/sprockets/2b731b63fb1d665043d920a05b591cdc".freeze, "test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af".freeze, "test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953".freeze, "test/dummy/tmp/cache/assets/test/sprockets/3f657ddfc843294ed3fc8242f82e7a97".freeze, "test/dummy/tmp/cache/assets/test/sprockets/40fc2f3d2a468a00e463f1d313cb1683".freeze, "test/dummy/tmp/cache/assets/test/sprockets/4838bd0bcba2e22c3c7aef8feb88db17".freeze, "test/dummy/tmp/cache/assets/test/sprockets/4a98a84c5ce12f2b9646335623b4e224".freeze, "test/dummy/tmp/cache/assets/test/sprockets/4ea33e825e6e38bd22dccab488a0255b".freeze, "test/dummy/tmp/cache/assets/test/sprockets/65dccf676de4439612547abc6451ba65".freeze, "test/dummy/tmp/cache/assets/test/sprockets/69bda14eaa1d8ad1ea1235abb619e366".freeze, "test/dummy/tmp/cache/assets/test/sprockets/7b45798a1475deb0d6739c888f060c96".freeze, "test/dummy/tmp/cache/assets/test/sprockets/7be9086c960bb4384c9d23a52e489f29".freeze, "test/dummy/tmp/cache/assets/test/sprockets/86f909bf5baee50515afadaa3ce2df8f".freeze, "test/dummy/tmp/cache/assets/test/sprockets/8c81470cda06da3ee9ec2181fe7743b0".freeze, "test/dummy/tmp/cache/assets/test/sprockets/8e3f978ef00686e7a7cad1a57185f90a".freeze, "test/dummy/tmp/cache/assets/test/sprockets/8e5a9738e9bc15478e026d98335454f9".freeze, "test/dummy/tmp/cache/assets/test/sprockets/8f29e45e02d0321a6250df9b5ca050fe".freeze, "test/dummy/tmp/cache/assets/test/sprockets/9b9c0e78635195bcb386a8b6e9ee1e97".freeze, "test/dummy/tmp/cache/assets/test/sprockets/a49b0e8a393070d4a440d78743af3460".freeze, "test/dummy/tmp/cache/assets/test/sprockets/abfcce22636ec4371a92e6ceb1077a54".freeze, "test/dummy/tmp/cache/assets/test/sprockets/b878faf942403e313a5b103e5d80488e".freeze, "test/dummy/tmp/cache/assets/test/sprockets/b9b29a56a8585a110f306871e8938d2b".freeze, "test/dummy/tmp/cache/assets/test/sprockets/cebfc296bf824dfc0f567874a00522d4".freeze, "test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994".freeze, "test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6".freeze, "test/dummy/tmp/cache/assets/test/sprockets/e33b68bc0cecc21d45c44c8d2fd46c76".freeze, "test/dummy/tmp/cache/assets/test/sprockets/e4b5a49edafa42a1ffe8f10535156b1b".freeze, "test/dummy/tmp/cache/assets/test/sprockets/edbef6e0d0a4742346cf479f2c522eb0".freeze, "test/dummy/tmp/cache/assets/test/sprockets/f1ea202e87b3ffc6964c9b0358531976".freeze, "test/dummy/tmp/cache/assets/test/sprockets/f209bca5b11567d04157eefee66c6a48".freeze, "test/dummy/tmp/cache/assets/test/sprockets/f5d86e31abec9b44e777e3f639187d5a".freeze, "test/dummy/tmp/cache/assets/test/sprockets/f644fd75cbead0e58c847aa16546e2a8".freeze, "test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655".freeze, "test/dummy/tmp/cache/assets/test/sprockets/f950876669f7719a544d0de445843b08".freeze, "test/dummy/tmp/pids/server.pid".freeze, "test/fixtures/polygallery/galleries.yml".freeze, "test/fixtures/polygallery/photos.yml".freeze, "test/helpers/polygallery/galleries_helper_test.rb".freeze, "test/helpers/polygallery/photos_helper_test.rb".freeze, "test/integration/navigation_test.rb".freeze, "test/models/polygallery/gallery_test.rb".freeze, "test/models/polygallery/photo_test.rb".freeze, "test/polygallery_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.1.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end