--- !ruby/object:Gem::Specification name: e9_polls version: !ruby/object:Gem::Version version: 1.0.10 platform: ruby authors: - Travis Cox autorequire: bindir: bin cert_chain: [] date: 2013-08-19 00:00:00.000000000 Z dependencies: [] description: "** NOTE - This gem depends on e9_base, but does not reference it. It WILL NOT FUNCTION for apps which aren't built on the e9 Rails 3 CMS **\n\n== E9Polls\n\nProvites a Poll renderable for the e9 Rails 3 CMS.\n\n== Installation\n\n1. Include the gem and run the install generator to copy over the necessary files, \n then migrate.\n \ \n rails g e9_polls:install\n\n This will install the db migration, the JS and CSS required for the plugin to \n function properly, and an initializer.\n \ \n Modify the CSS as you see fit and the JS as required (carefully).\n\n \ Check out the initializer and modify if necessary. For non-Ajax fallbacks it uses \n the 'application' layout. This should be changed if the app doesn't use application \n layout as a sensible default.\n\n2. Migrate the database. \n\n rake db:migrate\n\n3. Finally, include the generated javascript and css (e9_polls.js and e9_polls.css) \n in the fashion suited to the app.\n\n4. \ There is no #4.\n" email: - travis@e9digital.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - README.rdoc - Rakefile - app/controllers/e9_polls/polls_controller.rb - app/helpers/e9_polls/polls_helper.rb - app/models/poll.rb - app/models/poll_answer.rb - app/views/e9_polls/poll_answers/_nested_attribute_template.html.haml - app/views/e9_polls/poll_answers/_poll_answer.html.haml - app/views/e9_polls/polls/_form.html.haml - app/views/e9_polls/polls/_poll.html.haml - app/views/e9_polls/polls/_results.html.haml - app/views/e9_polls/polls/_results_inner.html.haml - app/views/e9_polls/polls/_table.html.haml - app/views/e9_polls/polls/destroy.js.erb - app/views/e9_polls/polls/edit.html.haml - app/views/e9_polls/polls/index.html.haml - app/views/e9_polls/polls/index.js.erb - app/views/e9_polls/polls/new.html.haml - app/views/e9_polls/polls/results.html.haml - app/views/e9_polls/polls/show.html.haml - app/views/e9_polls/polls/update.js.erb - config/locales/en.yml - config/routes.rb - e9_polls.gemspec - lib/e9_polls.rb - lib/e9_polls/global_helper.rb - lib/e9_polls/model.rb - lib/e9_polls/version.rb - lib/generators/e9_polls/install_generator.rb - lib/generators/e9_polls/templates/initializer.rb - lib/generators/e9_polls/templates/javascript.js - lib/generators/e9_polls/templates/migration.rb - lib/generators/e9_polls/templates/stylesheet.css homepage: http://github.com/e9digital/e9_polls licenses: [] 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: e9_polls rubygems_version: 2.0.3 signing_key: specification_version: 4 summary: Polls module for the e9 Rails 3 cms test_files: []