# -*- encoding: utf-8 -*- # stub: refinerycms-contacts 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "refinerycms-contacts".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 = ["Martin Markech".freeze] s.date = "2013-01-04" s.description = "Ruby on Rails Contacts extension for Refinery CMS".freeze s.email = "martin.markech@matho.sk".freeze s.files = ["Gemfile".freeze, "Guardfile".freeze, "LICENSE.md".freeze, "Rakefile".freeze, "app/assets/javascripts/refinery/contacts/admin/contacts.js".freeze, "app/assets/javascripts/refinery/contacts/admin/jquery.chosen.min.js".freeze, "app/assets/javascripts/refinery/contacts/contacts.js".freeze, "app/assets/stylesheets/refinery/contacts/admin/chosen.css.scss".freeze, "app/assets/stylesheets/refinery/contacts/contacts.css.scss".freeze, "app/controllers/refinery/contacts/admin/contacts_controller.rb".freeze, "app/controllers/refinery/contacts/mail_messages_controller.rb".freeze, "app/helpers/refinery/contacts/admin/contacts_helper.rb".freeze, "app/mailers/refinery/contacts/contact_mailer.rb".freeze, "app/models/refinery/contact_page.rb".freeze, "app/models/refinery/contacts/contact.rb".freeze, "app/models/refinery/contacts/mail.rb".freeze, "app/models/refinery/contacts/mail_message.rb".freeze, "app/models/refinery/contacts/table_less_model.rb".freeze, "app/sweepers/refinery/contacts/admin/contact_sweeper.rb".freeze, "app/views/refinery/admin/pages/tabs/contacts/_contacts.html.erb".freeze, "app/views/refinery/admin/pages/tabs/contacts/_contacts_bar.html.erb".freeze, "app/views/refinery/admin/pages/tabs/contacts/_form.html.erb".freeze, "app/views/refinery/contacts/admin/contacts/_actions.html.erb".freeze, "app/views/refinery/contacts/admin/contacts/_contact.html.erb".freeze, "app/views/refinery/contacts/admin/contacts/_contacts.html.erb".freeze, "app/views/refinery/contacts/admin/contacts/_form.html.erb".freeze, "app/views/refinery/contacts/admin/contacts/_mail_fields.html.erb".freeze, "app/views/refinery/contacts/admin/contacts/_records.html.erb".freeze, "app/views/refinery/contacts/admin/contacts/_sortable_list.html.erb".freeze, "app/views/refinery/contacts/admin/contacts/edit.html.erb".freeze, "app/views/refinery/contacts/admin/contacts/index.html.erb".freeze, "app/views/refinery/contacts/admin/contacts/new.html.erb".freeze, "app/views/refinery/contacts/contact_mailer/contact_form.html.erb".freeze, "app/views/refinery/contacts/contact_mailer/contact_form.text.erb".freeze, "app/views/refinery/contacts/contacts/_error_info.html.erb".freeze, "app/views/refinery/contacts/contacts/_form.html.erb".freeze, "app/views/refinery/contacts/contacts/_show.html.erb".freeze, "app/views/refinery/contacts/contacts/_success_info.html.erb".freeze, "changelog.md".freeze, "config/initializers/recaptcha.rb".freeze, "config/initializers/refinery/core.rb".freeze, "config/locales/en.yml".freeze, "config/locales/sk.yml".freeze, "config/routes.rb".freeze, "db/migrate/1_create_contacts_contacts.rb".freeze, "db/migrate/2_create_contacts_mails.rb".freeze, "db/migrate/3_create_contact_pages.rb".freeze, "db/migrate/4_add_homepage_to_contacts.rb".freeze, "db/seeds.rb".freeze, "lib/generators/refinery/contacts_generator.rb".freeze, "lib/generators/refinery/templates/config/initializers/recaptcha.rb.erb".freeze, "lib/generators/refinery/templates/config/initializers/refinery/contacts.rb.erb".freeze, "lib/refinery/contacts.rb".freeze, "lib/refinery/contacts/configuration.rb".freeze, "lib/refinery/contacts/engine.rb".freeze, "lib/refinery/contacts/extensions/pages_extension.rb".freeze, "lib/refinery/contacts/version.rb".freeze, "lib/refinerycms-contacts.rb".freeze, "lib/tasks/refinery/contacts.rake".freeze, "readme.md".freeze, "refinerycms-contacts.gemspec".freeze, "script/rails".freeze, "spec/models/refinery/contacts/contact_spec.rb".freeze, "spec/models/refinery/contacts/mail_spec.rb".freeze, "spec/requests/refinery/contacts/admin/contacts_spec.rb".freeze, "spec/requests/refinery/contacts/admin/mails_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/factories/refinery/contacts.rb".freeze, "spec/support/factories/refinery/mails.rb".freeze, "tasks/rspec.rake".freeze, "tasks/testing.rake".freeze] s.homepage = "http://github.com/Matho/refinerycms-contacts".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Attach contact form to any page in Refinery CMS".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 2.0.9".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end