slack_messaging 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c6ace0c951c1c91d3e1e55ecfaf4c07979b7bbea225d89e55e73c63a1c51e5a4
4
- data.tar.gz: 18d9438426df6aa452ba1946c773b63befe71e5e28d2f0e4dc761a14c41952f4
3
+ metadata.gz: ed1a41806773a2013660b33d83b26c0e66e674df00c67a5f669b2e891baf24c5
4
+ data.tar.gz: d57f53b3c1510be3be48b580667308bee30a7eae8500584fe7870e7ce5abc116
5
5
  SHA512:
6
- metadata.gz: c754f66c000c328697834a8d139587632849b94e4809e924847088a3c7a7b78f6ff3291e252235fdb28aa7d048e2ca8104c3b48764919fe4c65d0fe4c57832b6
7
- data.tar.gz: 24c2befeb5629d2e7b6a40a3ca761c3dcc00a91cff80a415c2f32a311b9b9705800ee766a0b4c2e621ff011b3763997061eae1f977951803e96bd0dd78895785
6
+ metadata.gz: '09a09b96d5ead64faa64566187efc058491fbdf44b0ef1bce5f0eee20f8185f8e496333afa079b6e0956e9cab461c262017712a83daa29da238c89203a6efa9b'
7
+ data.tar.gz: 7d9cdd032f88b3aeafc365a1f9784f56bb750f6a285b405fb662cd5cc46e28ffad2bf43471a075a1301ca1c68bc78555c4aaea2ab8b8088e7e46fe4e93409cdd
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Slack Messaging [![Maintainability](https://api.codeclimate.com/v1/badges/c74baada70ad96048dc7/maintainability)](https://codeclimate.com/github/emmasax4/slack_messaging/maintainability) ![Default](https://github.com/emmasax4/slack_messaging/workflows/Default/badge.svg)
1
+ # Slack Messaging [![Maintainability](https://api.codeclimate.com/v1/badges/9aabbea68d6522f4b308/maintainability)](https://codeclimate.com/github/emmahsax/slack_messaging/maintainability) [![Main](https://github.com/emmahsax/slack_messaging/actions/workflows/main.yml/badge.svg)](https://github.com/emmahsax/slack_messaging/actions/workflows/main.yml)
2
2
 
3
3
  This is a simple project designed to post messages to a given Slack channel as a bot.
4
4
 
@@ -66,7 +66,7 @@ slack-messaging slack "MESSAGE 1" "MESSAGE 2" "MESSAGE 3" ... "MESSAGE N"
66
66
 
67
67
  The output of slack_messaging will look something like this:
68
68
 
69
- <img src="https://github.com/emmasax4/slack_messaging/blob/main/QuoteExample.png" width="500">
69
+ <img src="https://github.com/emmahsax/slack_messaging/blob/main/QuoteExample.png" width="500">
70
70
 
71
71
  I hope you enjoy printing fun and specialized messages to Slack!
72
72
 
@@ -76,9 +76,9 @@ To run the tests, run `bundle exec rspec` from the command line. GitHub Actions
76
76
 
77
77
  ## Contributing
78
78
 
79
- To submit a feature request, bug ticket, etc, please submit an official [GitHub Issue](https://github.com/emmasax4/slack_messaging/issues/new).
79
+ To submit a feature request, bug ticket, etc, please submit an official [GitHub Issue](https://github.com/emmahsax/slack_messaging/issues/new).
80
80
 
81
- To report any security vulnerabilities, please view this project's [Security Policy](https://github.com/emmasax4/slack_messaging/security/policy).
81
+ To report any security vulnerabilities, please view this project's [Security Policy](https://github.com/emmahsax/slack_messaging/security/policy).
82
82
 
83
83
  When interacting with this repository, please follow [Contributor Covenant's Code of Conduct](https://contributor-covenant.org).
84
84
 
@@ -88,7 +88,7 @@ To make a new release of this gem:
88
88
 
89
89
  1. Merge the pull request via the big green button
90
90
  2. Run `git tag vX.X.X` and `git push --tag`
91
- 3. Make a new release [here](https://github.com/emmasax4/slack_messaging/releases/new)
91
+ 3. Make a new release [here](https://github.com/emmahsax/slack_messaging/releases/new)
92
92
  4. Run `gem build *.gemspec`
93
93
  5. Run `gem push *.gem` to push the new gem to RubyGems
94
94
  6. Run `rm *.gem` to clean up your local repository
@@ -1,3 +1,3 @@
1
1
  module SlackMessaging
2
- VERSION = '2.1.0'
2
+ VERSION = '2.1.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slack_messaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emma Sax
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-06 00:00:00.000000000 Z
11
+ date: 2021-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -194,7 +194,6 @@ dependencies:
194
194
  version: '3.9'
195
195
  description: Sending Personalized Slack Messages to a Slack channel of your choice.
196
196
  email:
197
- - emma.sax4@gmail.com
198
197
  executables:
199
198
  - slack-messaging
200
199
  extensions: []
@@ -218,7 +217,7 @@ files:
218
217
  - spec/slack_messaging/notify_slack_spec.rb
219
218
  - spec/slack_messaging/random_message_spec.rb
220
219
  - spec/spec_helper.rb
221
- homepage: https://github.com/emmasax4/slack_messaging
220
+ homepage: https://github.com/emmahsax/slack_messaging
222
221
  licenses:
223
222
  - MIT
224
223
  metadata: {}