--- !ruby/object:Gem::Specification name: gdpr_rails version: !ruby/object:Gem::Version version: 0.1.0 platform: ruby authors: - Miguel Michelson - Prey inc autorequire: bindir: bin cert_chain: [] date: 2018-03-29 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 5.1.4 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 5.1.4 - !ruby/object:Gem::Dependency name: redcarpet requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: sqlite3 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: policy_manager engine for rails gdpr compliance email: - miguelmichelson@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - MIT-LICENSE - README.md - Rakefile - app/assets/config/policy_manager_manifest.js - app/assets/javascripts/policy_manager/application.js - app/assets/stylesheets/policy_manager/application.css - app/assets/stylesheets/policy_manager/dashboard.css - app/assets/stylesheets/scaffold.css - app/controllers/policy_manager/application_controller.rb - app/controllers/policy_manager/categories_controller.rb - app/controllers/policy_manager/dashboard_controller.rb - app/controllers/policy_manager/terms_controller.rb - app/controllers/policy_manager/user_terms_controller.rb - app/helpers/policy_manager/application_helper.rb - app/helpers/policy_manager/categories_helper.rb - app/helpers/policy_manager/dashboard_helper.rb - app/helpers/policy_manager/terms_categories_helper.rb - app/helpers/policy_manager/terms_helper.rb - app/helpers/policy_manager/user_terms_helper.rb - app/jobs/policy_manager/application_job.rb - app/mailers/policy_manager/application_mailer.rb - app/models/policy_manager/application_record.rb - app/models/policy_manager/concerns/user_behavior.rb - app/models/policy_manager/term.rb - app/models/policy_manager/user_term.rb - app/views/layouts/policy_manager/application.html.erb - app/views/policy_manager/categories/_form.html.erb - app/views/policy_manager/categories/edit.html.erb - app/views/policy_manager/categories/index.html.erb - app/views/policy_manager/categories/new.html.erb - app/views/policy_manager/categories/show.html.erb - app/views/policy_manager/dashboard/index.erb - app/views/policy_manager/terms/_form.html.erb - app/views/policy_manager/terms/edit.html.erb - app/views/policy_manager/terms/index.html.erb - app/views/policy_manager/terms/new.html.erb - app/views/policy_manager/terms/show.html.erb - app/views/policy_manager/terms_categories/_form.html.erb - app/views/policy_manager/terms_categories/edit.html.erb - app/views/policy_manager/terms_categories/index.html.erb - app/views/policy_manager/terms_categories/new.html.erb - app/views/policy_manager/terms_categories/show.html.erb - app/views/policy_manager/user_terms/_form.html.erb - app/views/policy_manager/user_terms/edit.html.erb - app/views/policy_manager/user_terms/index.html.erb - app/views/policy_manager/user_terms/new.html.erb - app/views/policy_manager/user_terms/pending.html.erb - app/views/policy_manager/user_terms/show.html.erb - app/views/policy_manager/user_terms/show.json.jbuilder - config/routes.rb - db/migrate/20180326193825_create_policy_manager_terms.rb - db/migrate/20180326193827_create_policy_manager_user_terms.rb - lib/policy_manager.rb - lib/policy_manager/config.rb - lib/policy_manager/engine.rb - lib/policy_manager/rule.rb - lib/policy_manager/version.rb - lib/tasks/terms_tasks.rake homepage: http://preyproject.com 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.5.1 signing_key: specification_version: 4 summary: policy_manager engine for rails test_files: []