# -*- encoding: utf-8 -*- # stub: the_notification 0.5.1 ruby lib Gem::Specification.new do |s| s.name = "the_notification".freeze s.version = "0.5.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ilya N. Zykin".freeze] s.date = "2015-02-04" s.description = "Notifications and Alerts for Rails".freeze s.email = ["zykin-ilya@ya.ru".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/javascripts/the_notification.js.coffee".freeze, "app/assets/javascripts/the_notification/vendors/toastr.js".freeze, "app/assets/stylesheets/the_notification.css.scss".freeze, "app/assets/stylesheets/the_notification/vendors/toastr.css".freeze, "app/helpers/the_notification_helper.rb".freeze, "app/models/concerns/localized_errors.rb".freeze, "app/views/the_notification/_flash.html.slim".freeze, "app/views/the_notification/_form.html.slim".freeze, "config/locales/en.yml".freeze, "config/locales/ru.yml".freeze, "gem_version.rb".freeze, "lib/the_notification.rb".freeze, "lib/the_notification/config.rb".freeze, "lib/the_notification/version.rb".freeze, "the_notification.gemspec".freeze] s.homepage = "https://github.com/TheProfitCMS/the_notification".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "common code for notifications and alerts".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end