notifaction 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/notify.rb +0 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f3e0679b219058befb39070d0e4f2fa4bb07deb2
4
- data.tar.gz: 77d81a4e23b84e7b10e1ac5b22df25294f16d1d6
3
+ metadata.gz: b93f9b046530813df21cebe204741f0b71704d8f
4
+ data.tar.gz: 60fd3f89e8625ed13f4c12c238423c0cad59f89f
5
5
  SHA512:
6
- metadata.gz: 906af35271e9cc86683203c3f9aee97e0e85958f094309242564c46effa619fe85c6ce1bf6680161b1f1d37b94444d3353ba828caca5ce556b5ab2750a0aec08
7
- data.tar.gz: 159c6d79f20af9ff4d8accfcaad98e91ba95e3f5e9ce1942cc7642fe392436eb5277d746155e7e4fc20528e6108f8c3b259c5a2ef1023ae977865b31b1a68b8c
6
+ metadata.gz: 35e64551ee8e81dd1be6f733da4b3395fa09055e3bd8c50914b76cac215df105a066d4cced1428c0bf864b35676c04c08d7191b9f4eac2104df3493c5a2f85d5
7
+ data.tar.gz: 91113d241b3168ccb26e3f4937e2c0cc2d016859b51d66974f158095858f320a65c0d6f3db442d8d39d94b6aa010cce6491c2fcde96f1ba9d9665c48d92c5dbc
data/lib/notify.rb CHANGED
@@ -97,7 +97,6 @@ class Notify
97
97
  # include the requested plugin
98
98
  require_relative "plugins/#{plugin.downcase}.rb"
99
99
 
100
- plugin_instance = Plugin.const_get(plugin.to_sym).new
101
100
  instance_variable_set("@#{plugin}_key".to_sym, key)
102
101
  end
103
102
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notifaction
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
  - Ryan Priebe