Sha256: cd2990bdd00cec1001e496b7e4ae80564b227c7927796af3175ffd3ed8a68e45

Contents?: true

Size: 813 Bytes

Versions: 5

Compression:

Stored size: 813 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require 'pushpop-slack/version'

Gem::Specification.new do |s|

  s.name        = "pushpop-slack"
  s.version     = Pushpop::Slack::VERSION
  s.authors     = ["Joe Wegner"]
  s.email       = "joe@keen.io"
  s.homepage    = "https://github.com/pushpop-project/pushpop-slack"
  s.summary     = "Send messages to Slack via Pushpop!"
  s.description = "pushpop-slack allows you to send messages to your slack channel inside of a Pushpop job"

  s.add_dependency "pushpop"
  s.add_dependency "slack-notifier"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pushpop-slack-0.2.3 pushpop-slack.gemspec
pushpop-slack-0.2.2 pushpop-slack.gemspec
pushpop-slack-0.2.1 pushpop-slack.gemspec
pushpop-slack-0.2.0 pushpop-slack.gemspec
pushpop-slack-0.1.1 pushpop-slack.gemspec