slacktail 0.1.1 → 0.1.2

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: 5b2515dc3e96dc689cafd2f9e05eda2618a5c1113bcc39431351c7f64a9ab63f
4
- data.tar.gz: 65eefca0962f0958ff5c106a01b9ce4f87f0e98fdb91a542ce7d94c53d993a0b
3
+ metadata.gz: 1e682dd069671f304db5626b5a47f502d9077a17129b4e8f2d1116f5ff9a04a0
4
+ data.tar.gz: ca0269ee9ed85d964257f796a5d360b13acc9e1e3de604be6f1c33f4741389fb
5
5
  SHA512:
6
- metadata.gz: 9973fbfc126f63f560b63fe032844b6b2198670cf29be9a5e6a36bec6e75324b615d7c78325e8979838399d88e3a5fffed180117abc9ed5e5a4e2ca34e2462c9
7
- data.tar.gz: 5a21046f04afde1ed946757e97cdcc752c10d8c9bf159a66bbf8ea8e309a12dc91deb5f256d0dcaa2e2b422934e3889d4f402dc85abbe59317cab1389a955c10
6
+ metadata.gz: 8384c0cebce302cc709eb66fbff3b233ba70ffcd12e7e532d5e4ee8fa006dc580cff21768d068c2c2aa27871b8f1bbda14972fa8e7573530da071035a04245a3
7
+ data.tar.gz: 1706ebbd34f9893afee45f4e2139c65912c9be085b70befdcae08f7eb29cb2e810555ceb053668d79588248676fe4c31eb40aedd3403df92b6de99f6e3afed56
data/README.md CHANGED
@@ -5,7 +5,7 @@ Slacktail
5
5
  [![Build Status](https://travis-ci.com/DannyBen/slacktail.svg?branch=master)](https://travis-ci.com/DannyBen/slacktail)
6
6
  [![Maintainability](https://api.codeclimate.com/v1/badges/c81fe947a0e4b5bd1bdc/maintainability)](https://codeclimate.com/github/DannyBen/slacktail/maintainability)
7
7
 
8
- Slacktail is a single-purpose command line utility for follwoing messages
8
+ Slacktail is a single-purpose command line utility for following messages
9
9
  sent to your Slack organization chat.
10
10
 
11
11
 
@@ -1,5 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  require 'slacktail'
3
+ require 'colsole'
4
+ include Colsole
3
5
 
4
6
  runner = MisterBin::Runner.new handler: Slacktail::Command
5
7
 
@@ -1,3 +1,3 @@
1
1
  module Slacktail
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slacktail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Ben Shitrit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-02 00:00:00.000000000 Z
11
+ date: 2019-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: async-websocket
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  version: '0'
129
129
  requirements: []
130
130
  rubyforge_project:
131
- rubygems_version: 2.7.6
131
+ rubygems_version: 2.7.8
132
132
  signing_key:
133
133
  specification_version: 4
134
134
  summary: Command line utility for following your Slack chat from the terminal