Skip to content

Commit

Permalink
released 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRuiz committed Mar 18, 2021
1 parent 10f0f0c commit c343248
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The main scope of this ruby gem is to be used internally in your company so team

slack-smart-bot can create bots on demand, create shortcuts, run ruby code... just on a chat channel, you can access it just from your mobile phone if you want and run those tests you forgot to run, get the results, restart a server... no limits.

![](slack.png)

# Table of Contents

- [Installation and configuration](#installation-and-configuration)
Expand Down
4 changes: 2 additions & 2 deletions slack-smart-bot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ["LICENSE","README.md"]
s.homepage = 'https://github.com/MarioRuiz/slack-smart-bot'
s.license = 'MIT'
s.add_runtime_dependency 'slack-ruby-client', '~> 0.15', '>= 0.15.1'
s.add_runtime_dependency 'slack-ruby-client', '~> 0.17', '>= 0.17.0'
s.add_runtime_dependency 'nice_http', '~> 1.8'
s.add_runtime_dependency 'nice_hash', '~> 1'
s.add_runtime_dependency 'async-websocket', '~> 0.8.0'
s.add_runtime_dependency 'amazing_print', '~> 1', '>= 1.2.1'
s.add_runtime_dependency 'amazing_print', '~> 1', '>= 1.3.0'
s.add_development_dependency 'rspec', '~> 3.9'
s.required_ruby_version = '>= 2.5'
s.post_install_message = "Thanks for installing! Visit us on https://github.com/MarioRuiz/slack-smart-bot"
Expand Down
Binary file added slack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion whats_new.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*Version 1.9.0 DEV 13* Released 2021-Feb-22
*Version 1.9.0* Released 2021-Mar-18

*For General users*
- Added command `what's new` that will show this.
Expand Down

0 comments on commit c343248

Please sign in to comment.