# -*- encoding: utf-8 -*-
# stub: capistrano-nc 0.1.4 ruby lib

Gem::Specification.new do |s|
  s.name = "capistrano-nc".freeze
  s.version = "0.1.4".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Kir Shatrov".freeze]
  s.date = "2014-10-15"
  s.description = "https://github.com/capistrano/notification-center".freeze
  s.email = ["shatrov@me.com".freeze]
  s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "capistrano-nc.gemspec".freeze, "lib/capistrano-nc.rb".freeze, "lib/capistrano-nc/nc.rb".freeze, "lib/capistrano-nc/tasks/nc.rake".freeze]
  s.homepage = "https://github.com/capistrano/notification-center".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Capistrano 3 integration with Mountain Lion's Notification Center".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<terminal-notifier>.freeze, ["~> 1.6".freeze])
  s.add_runtime_dependency(%q<capistrano>.freeze, ["~> 3.0".freeze])
end