lita-notify 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: 11fba9be4c7488b936c3e47b6aa5be85a00677fd
4
- data.tar.gz: 8df3b04815becac730f543688a58481c3058bbd5
3
+ metadata.gz: 5df5d880365d805a70953213892b12fde2033132
4
+ data.tar.gz: 49648fbdf1040ebd5865b756e1bfd10575873a2e
5
5
  SHA512:
6
- metadata.gz: 38dffd444591d9c82ae93b669d0c16c7179e01a5fbff74776a6d0a5e2a048ee028b2aca6bd2f9b5df7e7060b9bd474c89caacac29b691d43f3dd039854b5ba2e
7
- data.tar.gz: 485d922dfc87875e2a0bf00f5c27610ba8b0f78dd4f106f7d02b82dc28de8a6860aaaedfe17c8f0ee30730bf4a0368c19f7dcab3980f17d715591a2c094cda91
6
+ metadata.gz: a2b3a9b8067166ba5aff60a0a5e3166c4ec8c707ad52716e6f15e4e65acb9482acaf664e98ed97128b3c386db7638819e35cafe7e7aee07f78055a23f59dc072
7
+ data.tar.gz: b48b49ed9312e89d5ce9c6ec83828360cd6cb2fb5cfdca3b2c00c13692555e89266f140decb94c694e7df1de6be735069209b661fab26730cfe54b389ef528f8
@@ -38,16 +38,16 @@ module Lita
38
38
  response.write(json)
39
39
  end
40
40
 
41
- def self.default_config(config)
42
- puts '***'
43
- puts 'config', config
44
- puts '***'
45
- config.key = ""
46
- end
47
-
48
- def self.namespace
49
- 'notify'
50
- end
41
+ # def self.default_config(config)
42
+ # puts '***'
43
+ # puts 'config', config
44
+ # puts '***'
45
+ # config.key = ""
46
+ # end
47
+
48
+ # def self.namespace
49
+ # 'notify'
50
+ # end
51
51
  end
52
52
 
53
53
  Lita.register_handler(Notify)
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "lita-notify"
7
- spec.version = "0.0.2"
7
+ spec.version = "0.0.3"
8
8
  spec.authors = ["Jesse La Russo"]
9
9
  spec.email = ["jesselarusso@gmail.com"]
10
10
  spec.summary = %q{Lita Notify}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-notify
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
  - Jesse La Russo