mina_slack_notify 0.1.3 → 0.2.0

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: e92ee0c692ce5ac16e1af00384851775fb91341f
4
- data.tar.gz: 891e0289859e673808cbe483a7129a25faddd1e0
3
+ metadata.gz: c53bf7fb79bb245e67eeac472b96ece43f475424
4
+ data.tar.gz: fba3a99a17988e7f4d404e8475a46961ee84ffcf
5
5
  SHA512:
6
- metadata.gz: ab080e41e8ad558f67f0f5a09995fc69e71b724b0524719e38245d5e96349e0ad8529333157e33db471bde2f799a44512a327937befd732c7eca193d479315f0
7
- data.tar.gz: 1fd08b509ec5cb3598c3bd67af4790894a584ae6db93ee506b11022875a64548b7eb8933839b70d8c441034175744def57ef75aed71107326e2678cf00796fd1
6
+ metadata.gz: 3c58a83d8ee61bde409e0bfaadd98de08af201e68f65e2e31f94d3aa6e9cc56ba41a55c1a8deb1bf116a06b380c754949c192e48df3518ab04203761f9cab611
7
+ data.tar.gz: dde62f2729e1ebd799bfaf68b6e733c051fe2efdc7955e648c3338191e39d1ce73737a269388472f8bc28bf4c2082b80cc17f4a7e3ddf8007752be1872285c13
@@ -1,7 +1,3 @@
1
- # Provides local task hooks that run before and after the mina_cleanup!.
2
- #
3
- # Uses `self.` to cope with the liberal `method_missing` usage in Mina.
4
-
5
1
  module Mina
6
2
  module Hooks
7
3
  module Plugin
@@ -1,3 +1,3 @@
1
1
  module MinaSlackNotify
2
- VERSION = "0.1.3"
2
+ VERSION = "0.2.0"
3
3
  end
@@ -1,5 +1,5 @@
1
1
  require "mina_slack_notify/version"
2
- require "mina_slack_notify/plugin"
2
+ require "mina_slack_notify/hooks/plugin"
3
3
 
4
4
  if defined?(Mina) && self.respond_to?(:mina_cleanup!)
5
5
  extend Mina::Hooks::Plugin
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mina_slack_notify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tam Nguyen
@@ -112,7 +112,7 @@ files:
112
112
  - bin/console
113
113
  - bin/setup
114
114
  - lib/mina_slack_notify.rb
115
- - lib/mina_slack_notify/plugin.rb
115
+ - lib/mina_slack_notify/hooks/plugin.rb
116
116
  - lib/mina_slack_notify/tasks.rb
117
117
  - lib/mina_slack_notify/version.rb
118
118
  - mina_slack_notify.gemspec