capistrano-notifications 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: d6b06e7740bac372fe30fde45fe126e4ce7844b4
4
- data.tar.gz: bf6f315f2601a0fbdf945e9a68d9a27e6fb370c8
3
+ metadata.gz: dcb894fb59f8a309ed2c266c22276286640437a0
4
+ data.tar.gz: 9ea96de919ac8f096b1dc792b28b915f98ed5c3a
5
5
  SHA512:
6
- metadata.gz: a76d78038ec573da4305e823351453928a5ae36cba1228a8d603d4d88437e631eaf858aa1767ca1c96e5b48741189f52f51afa464acb89286c0f967ad6a382ca
7
- data.tar.gz: 327c0cf4b8dd9d3015f21b4dc2a53c58e0d4f743b4ccdf097ce0dd30882e2d9faa6348a4654881d15eb64e9ebfeb7ceb372237d0ae5baf5b50e451c5f4ad546c
6
+ metadata.gz: 35fa31203df954a9449acc0ecde33b01cbe699999a67383d5812a077d0ebac811bf5650ebd30e020efa1e5b128ba716a33649aa5f4b1fc2d5c92f06a28a5a77f
7
+ data.tar.gz: f0d2cbb4ef7764578b168c2e88226dd4f63e9bd7f807847bff902159b32f9197d745f89e4115013d6383db59f020c059258eeb319615e94e22f2feff48143d93
data/.gitignore CHANGED
@@ -16,4 +16,4 @@ mkmf.log
16
16
  .ruby-version
17
17
  .ruby-gemset
18
18
  .idea
19
- .gem
19
+ *.gem
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Notifications
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
  end
5
5
  end
@@ -3,6 +3,8 @@ require 'json'
3
3
  require 'active_support/core_ext/string'
4
4
  require 'active_support/core_ext/array'
5
5
 
6
+ require 'capistrano/notifications/version'
7
+
6
8
  module Capistrano
7
9
  module Notifications
8
10
  autoload :Adapter, 'capistrano/notifications/adapter'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-notifications
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
  - scorix