# -*- encoding: utf-8 -*- # stub: volt-notification 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "volt-notification".freeze s.version = "0.1.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 = ["Bugfish Corp".freeze] s.date = "2015-06-09" s.description = "Implementation of HTML5 notifications for the volt framework".freeze s.email = ["support@bugfish.io".freeze] s.files = [".gitignore".freeze, ".idea/.name".freeze, ".idea/.rakeTasks".freeze, ".idea/misc.xml".freeze, ".idea/modules.xml".freeze, ".idea/vcs.xml".freeze, ".idea/volt-notification.iml".freeze, ".idea/workspace.xml".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "app/notification/assets/js/volt-notification.js".freeze, "app/notification/config/dependencies.rb".freeze, "app/notification/config/initializers/boot.rb".freeze, "app/notification/config/routes.rb".freeze, "app/notification/controllers/main_controller.rb".freeze, "app/notification/models/notification_message.rb".freeze, "app/notification/models/user.rb".freeze, "app/notification/views/main/index.html".freeze, "lib/volt/notification.rb".freeze, "lib/volt/notification/version.rb".freeze, "spec/app/main/models/notifications_spec.rb".freeze, "volt-notification.gemspec".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "HTML5 Notifications for Volt".freeze s.test_files = ["spec/app/main/models/notifications_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 0.9.3.pre5".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end