Sha256: 330a1e5ecde97da02db7713863872dba064974bd4b4666db65a0c1b9a59e6657
Contents?: true
Size: 896 Bytes
Versions: 1
Compression:
Stored size: 896 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'volt/notification/version' Gem::Specification.new do |spec| spec.name = "volt-notification" spec.version = Volt::Notification::VERSION spec.authors = ["Bugfish Corp"] spec.email = ["support@bugfish.io"] spec.summary = %q{HTML5 Notifications for Volt} spec.description = %q{Implementation of HTML5 notifications for the volt framework} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "volt", "~> 0.9.3.pre5" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
volt-notification-0.1.1 | volt-notification.gemspec |