Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
Added changelog + pushed new version that include the `remove_unhandled_handler` configuration method
  • Loading branch information
jusleg committed Mar 23, 2019
1 parent c3de318 commit 8902d96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
##V0.1.3
Added `remove_unhandled_handler` as a configuration option to disable the unhandled handler.

## V0.1.2

* Renaming the gem from toddlerbot to slackify.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
slackify (0.1.2)
slackify (0.1.3)
rails
slack-ruby-client

Expand Down Expand Up @@ -127,7 +127,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.6)
ruby-progressbar (1.10.0)
slack-ruby-client (0.13.1)
slack-ruby-client (0.14.1)
activesupport
faraday (>= 0.9)
faraday_middleware
Expand Down
2 changes: 1 addition & 1 deletion slackify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'slackify'
s.version = '0.1.2'
s.version = '0.1.3'
s.date = '2019-03-17'
s.summary = 'Slackbot framework for Rails using the Events API'
s.description = 'Slackbot framework for Rails using the Events API. Supports events, interactive messages and slash commands.'
Expand Down

0 comments on commit 8902d96

Please sign in to comment.