capistrano-slack_notification 0.0.3 → 0.0.4

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: 9d0ba6b433e259d33270f3a81d46d91f1ddd6deb
4
- data.tar.gz: f574968b9c57a2c2537d07f17479f5a64fee35c0
3
+ metadata.gz: 9ddcda37ef521437635d2810afd9e357508419e7
4
+ data.tar.gz: 8ae238eceab6ce42aa03c2c754aa92f3818ecd13
5
5
  SHA512:
6
- metadata.gz: 7cead3b8eb70a8b75ed13307bc5af17a7740d6fe37128e96c1e0bd75d31367529b316f63477fa3f062d67c0dd2ab150ef5bc6cb014cb3390f09483825af0c266
7
- data.tar.gz: 25c3c9514417c8eafc1b8e9de863470022a699d0c62d2a8e4d0ad7c4a99ed7839f8ad6042df5b5a3e640d85d759dc88fdb0cf73d0abf57b62774ce43133ccda0
6
+ metadata.gz: 8c5ff1b0b1f8b3f7e0ca784bea961727846421ce2c6e65ec9f5df5ded7d70dc61ae35ebb33e56693cb97abd529f8306f33f10f1bf10faaa0a866014fb1c399c7
7
+ data.tar.gz: e3435c5b5399a7cd98743ec52a20df01ef9f7a3258b1fe2ad31c1adf2d50ae6d83313582ce6bfef1da9ab5276823d38494769b7d8445caf52ba763937e7d0e4c
File without changes
@@ -1,7 +1 @@
1
- require "capistrano/slack_notification/version"
2
-
3
- module Capistrano
4
- module SlackNotification
5
- # Your code goes here...
6
- end
7
- end
1
+ load File.expand_path('../tasks/slack_notification.rake', __FILE__)
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module SlackNotification
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-slack_notification
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - linyows
@@ -79,6 +79,7 @@ files:
79
79
  - README.md
80
80
  - Rakefile
81
81
  - capistrano-slack_notification.gemspec
82
+ - lib/capistrano-slack_notification.rb
82
83
  - lib/capistrano/slack_notification.rb
83
84
  - lib/capistrano/slack_notification/version.rb
84
85
  - lib/capistrano/tasks/slack_notification.rake