# -*- encoding: utf-8 -*- # stub: notifykit 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "notifykit".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jeff Rafter".freeze] s.date = "2014-01-29" s.description = "A notification system for your Rails app".freeze s.email = ["jeffrafter@gmail.com".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "FEATURES.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "config/database.yml.example".freeze, "lib/generators/notifykit/USAGE".freeze, "lib/generators/notifykit/install_generator.rb".freeze, "lib/generators/notifykit/templates/app/controllers/notifications_controller.rb".freeze, "lib/generators/notifykit/templates/app/helpers/notifications_helper.rb".freeze, "lib/generators/notifykit/templates/app/mailers/notifications_mailer.rb".freeze, "lib/generators/notifykit/templates/app/models/notification.rb".freeze, "lib/generators/notifykit/templates/app/views/notifications_mailer/_welcome.html.erb".freeze, "lib/generators/notifykit/templates/app/views/notifications_mailer/_welcome.text.erb".freeze, "lib/generators/notifykit/templates/app/views/notifications_mailer/notify.html.erb".freeze, "lib/generators/notifykit/templates/app/views/notifications_mailer/notify.text.erb".freeze, "lib/generators/notifykit/templates/db/migrate/create_notifications.rb".freeze, "lib/generators/notifykit/templates/spec/controllers/notifications_controller_spec.rb".freeze, "lib/generators/notifykit/templates/spec/factories/notification.rb".freeze, "lib/generators/notifykit/templates/spec/helpers/notifications_helper_spec.rb".freeze, "lib/generators/notifykit/templates/spec/mailers/notifications_mailer_spec.rb".freeze, "lib/generators/notifykit/templates/spec/models/notification_spec.rb".freeze, "lib/generators/notifykit/templates/spec/spec_helper.rb".freeze, "lib/notifykit.rb".freeze, "lib/notifykit/engine.rb".freeze, "lib/notifykit/version.rb".freeze, "notifykit.gemspec".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/jeffrafter/notifykit".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Notifykit is a generator that will install a notifications model, mailer, controller and views. It allows tracking clicks, reads and unsubscribing".freeze s.test_files = ["spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end