capistrano-slack 1.1.5 → 1.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3dd98f5eae3700c11ee2badacbe40edf4605c840
4
- data.tar.gz: 1460cf6d73c1c80d811898ea05fc9576c80898a6
3
+ metadata.gz: fcc2d610aadc26b98ee3b010ca11254c3233559f
4
+ data.tar.gz: 9550a42b9197bd479e9a6825fa6e0eb8bc41c2fd
5
5
  SHA512:
6
- metadata.gz: 7a0fe1bf927d7e4f294f589ad2c0f31d70d7e286f26d99f3f970112619e744737909c9c458dc161a8e5407925ca2ba899892663081ecaa9940ef6b53603f402d
7
- data.tar.gz: ed862ba6cca5727f95f965e53b527e1680a7e97a868185bb85b1cb7a9a903149d84dc3ae6a071354107ed6a76757eaf2da8451ac217c4f3fc1277ed817d8cf1e
6
+ metadata.gz: daf8d6395ea2bb4cc4de0c8e014accdf72eaee19b5ec2fee69fdef3b580a0570f1b019f3384d4b35f382e13bf25817e134b759daca76192ad437f5b85bbe7c48
7
+ data.tar.gz: 44d979be4d8033dd1453377d525b3d94900b4df0bc6c9fecb92038a5ae937f89d23ba25aff72e58ed603d376a04468112c797fd830b5c9f14eaa5494402f8f8c
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "capistrano-slack"
8
- s.version = "1.1.5"
8
+ s.version = "1.1.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Joshua Nichols", "Justin McNally"]
@@ -1,6 +1,7 @@
1
1
  require 'capistrano'
2
2
  require 'capistrano/log_with_awesome'
3
3
  require 'json'
4
+ require 'net/http'
4
5
  # TODO need to handle loading a bit beter. these would load into the instance if it's defined
5
6
  module Capistrano
6
7
  module Slack
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-slack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Nichols