slackbotsy 0.4.0 → 0.4.1

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: 78670e10397ffcfd1cc98a51af115c7e5526e460
4
- data.tar.gz: 53d8c0d28534b2068595e93cf9b9c64ddc669709
3
+ metadata.gz: 18eedda2a17a3b8ab27281c2f683ccb05dec9810
4
+ data.tar.gz: 28fba1e82578909b48d3048b07d14c8e98d57fcc
5
5
  SHA512:
6
- metadata.gz: d3e36dc080d170fd71233061dd97ff52f9e14822a6aeedc96269ffacf98bcd0c55b79149abdfa81650a66ecaca1d80b2294251a5c13d4a874a94bce7dab29722
7
- data.tar.gz: a2114b3535e6a0ca2e8146ed1828eec5e71a69de67325a3df42eadc1fdd6bd6513b1c5288368da87a494917d5a1168b6577b6a6004e85eb3bc3f92dfe291867a
6
+ metadata.gz: b689d1eb8c11eb34e7235e40bfbba6568fb463833e3cec6e4ef984c4bdbfed913b4659f8efb9859c1dd2aea19d38acda0da8b9ef0f99601e7e0f2b89302d71d8
7
+ data.tar.gz: d6c13f215ac665d5c57e70ad848d4af88ffffafe3f91e3812feb2fa0be87efac944477dde6d4486988c6d80623b53a1f4f3ff46443e862e19c5cfad4ab955223
@@ -126,6 +126,11 @@ module Slackbotsy
126
126
  end
127
127
  end
128
128
 
129
+ ## alias for backward compatibility
130
+ def handle_item(msg)
131
+ handle_outgoing_webook(msg)
132
+ end
133
+
129
134
  def handle_slash_command(msg)
130
135
  return nil unless @options['slash_token'].include?(msg[:token])
131
136
 
@@ -1,3 +1,3 @@
1
1
  module Slackbotsy
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slackbotsy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Lister