--- !ruby/object:Gem::Specification name: tkh_mailing_list version: !ruby/object:Gem::Version version: 0.10.4 platform: ruby authors: - Swami Atma autorequire: bindir: bin cert_chain: [] date: 2014-09-02 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.3' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: A mailing list module to work with tkh_authentication gem email: - swami@TenThousandHours.eu executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".ruby_version" - CHANGELOG.md - Gemfile - LICENSE.txt - README.md - Rakefile - app/assets/images/Jcrop.gif - app/assets/javascripts/jquery.jcrop.min.js - app/assets/javascripts/profiles.js.coffee - app/assets/stylesheets/jquery.jcrop.min.css.scss - app/controllers/details_controller.rb - app/controllers/members_controller.rb - app/controllers/profiles_controller.rb - app/helpers/members_helper.rb - app/models/detail.rb - app/models/member.rb - app/models/profile.rb - app/uploaders/portrait_uploader.rb - app/views/details/_form.html.erb - app/views/details/_tab_admin_menu.html.erb - app/views/details/edit.html.erb - app/views/details/new.html.erb - app/views/details/show.html.erb - app/views/members/_admin_context_menu.html.erb - app/views/members/_form.html.erb - app/views/members/_tab_admin_menu.html.erb - app/views/members/edit.html.erb - app/views/members/index.html.erb - app/views/members/new.html.erb - app/views/members/show.html.erb - app/views/profiles/_admin_context_menu.html.erb - app/views/profiles/_custom_private_profile_attributes.html.erb - app/views/profiles/_custom_public_profile_attributes.html.erb - app/views/profiles/_tab_menu.html.erb - app/views/profiles/crop.html.erb - app/views/profiles/edit.html.erb - app/views/profiles/history.html.erb - app/views/profiles/show.html.erb - config/routes.rb - lib/generators/tkh_mailing_list/create_or_update_locales/create_or_update_locales_generator.rb - lib/generators/tkh_mailing_list/create_or_update_locales/templates/de.yml - lib/generators/tkh_mailing_list/create_or_update_locales/templates/en.yml - lib/generators/tkh_mailing_list/create_or_update_locales/templates/es.yml - lib/generators/tkh_mailing_list/create_or_update_locales/templates/fr.yml - lib/generators/tkh_mailing_list/create_or_update_locales/templates/it.yml - lib/generators/tkh_mailing_list/create_or_update_migrations/create_or_update_migrations_generator.rb - lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_profile_fields_to_users.rb - lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb - lib/tasks/tkh_mailing_list_tasks.rake - lib/tkh_mailing_list.rb - lib/tkh_mailing_list/version.rb - tkh_mailing_list.gemspec homepage: https://github.com/allesklar/tkh_mailing_list 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.2.2 signing_key: specification_version: 4 summary: This gem inherits from the tkh_authentication gem and allows administrators to manage user records test_files: []