capistrano-deploybot 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dea9b2ebdb899bb3b04eeff196cd673f9fe79fdb
4
- data.tar.gz: 8ea46f88cbbbdc5f789dabb6687041ec5be718a7
3
+ metadata.gz: bf754872b2f6cde26e645b0448f48a87fc571d37
4
+ data.tar.gz: 2fa2c733485283b7bc04b3428f04d010c91875cd
5
5
  SHA512:
6
- metadata.gz: e5b2c951d7b9febb1bb8b83bf91103199f51472c700d3b57a035cc05ccd9021d006f0d84e1a417996d2a133687bbe746a2c3bd40568fea6c5cd9745f44d32cd6
7
- data.tar.gz: 04d5872b69158d1d62acf40baa51809c81c3c7d232a8bda3bd8effe7ac62e78319b0066118281f3dda87e92802c5a5667d43a1174ba6d45f59885674ce004d0b
6
+ metadata.gz: 16ee73ad1c4b0e5c8a43f15d3ac82321b00c3ebadc5c3ee0b20cedde627f6e6a851d86cffe84aa6ec152069d52858f42c50cf497fa55b3c11dfb836f7fcf9444
7
+ data.tar.gz: 8df28709ee648204afcbdb54ebe1676fb4f35b0f67a76ded42c07736f477c89d3dfb4c7badd199159450adc066816902e221875d024021b308a78c94fbd170de
@@ -1,12 +1,11 @@
1
- $:.push File.expand_path("../lib", __FILE__)
2
- require 'capistrano-deploybot/version'
1
+ require File.expand_path('../lib/capistrano-deploybot/version', __FILE__)
3
2
 
4
3
  Gem::Specification.new do |s|
5
4
  s.name = 'capistrano-deploybot'
6
5
  s.version = CapistranoDeploybot::VERSION
7
6
  s.homepage = 'https://github.com/kbackowski/capistrano-deploybot'
8
7
  s.description = 'Notify slack channel with list of deployed commits'
9
- s.date = '2017-03-07'
8
+ s.date = Date.today.to_s
10
9
  s.summary = 'Capistrano deploy integration for slack'
11
10
  s.authors = ['Kamil Baćkowski']
12
11
  s.email = 'kbackowski@gmail.com'
@@ -1,3 +1,3 @@
1
1
  module CapistranoDeploybot
2
- VERSION = '0.0.2'.freeze
2
+ VERSION = '0.0.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-deploybot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Baćkowski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-07 00:00:00.000000000 Z
11
+ date: 2017-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano