--- !ruby/object:Gem::Specification name: smarter_listing version: !ruby/object:Gem::Version version: 0.2.5 platform: ruby authors: - Michael Sprauer autorequire: bindir: bin cert_chain: [] date: 2015-03-04 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4' - !ruby/object:Gem::Dependency name: smart_listing requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' - !ruby/object:Gem::Dependency name: sqlite3 requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' description: DRY improvements to the fine gem "smart_listing". See http://showcase.sology.eu/smart_listing for more details email: - ms@inline.de executables: [] extensions: [] extra_rdoc_files: [] files: - MIT-LICENSE - README.md - Rakefile - app/views/smart_listing/_action_copy.html.erb - app/views/smarter_listing/_form_logic.js - app/views/smarter_listing/copy.js.erb - app/views/smarter_listing/create.js.erb - app/views/smarter_listing/destroy.js.erb - app/views/smarter_listing/edit.js.erb - app/views/smarter_listing/index.js.erb - app/views/smarter_listing/new.js.erb - app/views/smarter_listing/update.js.erb - lib/smarter_listing.rb - lib/smarter_listing/controller_extension.rb - lib/smarter_listing/engine.rb - lib/smarter_listing/helper.rb - lib/smarter_listing/version.rb - lib/tasks/smarter_listing_tasks.rake - test/controllers/listings_controller_test.rb - test/dummy/README.rdoc - test/dummy/Rakefile - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/listings_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/models/listing.rb - test/dummy/app/views/layouts/default.html.erb - test/dummy/app/views/listings/_form.html.erb - test/dummy/app/views/listings/_listing.html.erb - test/dummy/app/views/listings/_table_header.html.erb - test/dummy/app/views/listings/index.html.erb - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - 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/assets.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/cookies_serializer.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/config/secrets.yml - test/dummy/db/development.sqlite3 - test/dummy/db/migrate/20140724101100_create_listings.rb - test/dummy/db/schema.rb - test/dummy/db/test.sqlite3 - test/dummy/log/development.log - test/dummy/log/test.log - test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/fixtures/listings.yml - test/helpers/smarter_listing_loader_test.rb - test/test_helper.rb homepage: http://github.com/MichaelSp/smarter_listing licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.5 signing_key: specification_version: 4 summary: Smart Listing even smarter (and DRYer) test_files: - test/dummy/log/development.log - test/dummy/log/test.log - test/dummy/db/test.sqlite3 - test/dummy/db/schema.rb - test/dummy/db/development.sqlite3 - test/dummy/db/migrate/20140724101100_create_listings.rb - test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/config.ru - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/listings_controller.rb - test/dummy/app/views/listings/index.html.erb - test/dummy/app/views/listings/_table_header.html.erb - test/dummy/app/views/listings/_listing.html.erb - test/dummy/app/views/listings/_form.html.erb - test/dummy/app/views/layouts/default.html.erb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/models/listing.rb - test/dummy/bin/bundle - test/dummy/bin/rake - test/dummy/bin/rails - test/dummy/Rakefile - test/dummy/config/routes.rb - test/dummy/config/application.rb - test/dummy/config/environment.rb - test/dummy/config/secrets.yml - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/assets.rb - test/dummy/config/initializers/cookies_serializer.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/boot.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/test.rb - test/dummy/config/database.yml - test/dummy/README.rdoc - test/test_helper.rb - test/controllers/listings_controller_test.rb - test/helpers/smarter_listing_loader_test.rb - test/fixtures/listings.yml