slacktail 0.1.3 → 0.2.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/slacktail/version.rb +1 -1
  4. metadata +9 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b254fa53e4b34a9a85a16ea58bda580ed092d31155f647d1ef6824845501d1f
4
- data.tar.gz: 046a288b93d5062ce00e1ae952a8edd724f3fdc45295bb53aa3fdd2051f98fb8
3
+ metadata.gz: 6f3d4e8c92e8000ee3a09cc69a25ae90d3f66ad988390f2768ac7dd2257f7565
4
+ data.tar.gz: 8d4640669a3017328e9cf3c5adffc0489cafc5c93639c9d5485c17757cb3459c
5
5
  SHA512:
6
- metadata.gz: 48f081ef295005661066291dbaed444109b5f283182facb5cb9f0c243702c38317d598b1562a74b282cc97c3859f29681030140b304de612ae328a254e6bf2d4
7
- data.tar.gz: e486c62798af69303c586e72c4a03f323c7ed825811e39a0925ee4e1a0c78948171086f2295c9e5df4141f88fae55605084b2af65c40dff31eac270c23dc796c
6
+ metadata.gz: a149ac9085210d8affc26fdeddde61886d6756b70e889e28f4a495f78ce5a9706add2ec2e48b4ec5420343b6e88d508eb520b428e6f37d3c9e8b2e2488f364a9
7
+ data.tar.gz: 95e7e70d97e7400d751c862aab5ac406d3f686e88723ba1f20a458c0012a61976708eafc66267f7a1dadc8bfa0237cf9711367f4582c5916fac05622ab2546ae
data/README.md CHANGED
@@ -2,7 +2,7 @@ Slacktail
2
2
  ==================================================
3
3
 
4
4
  [![Gem Version](https://badge.fury.io/rb/slacktail.svg)](https://badge.fury.io/rb/slacktail)
5
- [![Build Status](https://travis-ci.com/DannyBen/slacktail.svg?branch=master)](https://travis-ci.com/DannyBen/slacktail)
5
+ [![Build Status](https://github.com/DannyBen/slacktail/workflows/Test/badge.svg)](https://github.com/DannyBen/slacktail/actions?query=workflow%3ATest)
6
6
  [![Maintainability](https://api.codeclimate.com/v1/badges/c81fe947a0e4b5bd1bdc/maintainability)](https://codeclimate.com/github/DannyBen/slacktail/maintainability)
7
7
 
8
8
  Slacktail is a single-purpose command line utility for following messages
@@ -1,3 +1,3 @@
1
1
  module Slacktail
2
- VERSION = "0.1.3"
2
+ VERSION = "0.2.0"
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.3
4
+ version: 0.2.0
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-06-11 00:00:00.000000000 Z
11
+ date: 2020-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mister_bin
@@ -64,20 +64,20 @@ dependencies:
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '0.13'
68
- - - "<="
67
+ version: '0.15'
68
+ - - ">="
69
69
  - !ruby/object:Gem::Version
70
- version: 0.14.1
70
+ version: 0.15.1
71
71
  type: :runtime
72
72
  prerelease: false
73
73
  version_requirements: !ruby/object:Gem::Requirement
74
74
  requirements:
75
75
  - - "~>"
76
76
  - !ruby/object:Gem::Version
77
- version: '0.13'
78
- - - "<="
77
+ version: '0.15'
78
+ - - ">="
79
79
  - !ruby/object:Gem::Version
80
- version: 0.14.1
80
+ version: 0.15.1
81
81
  - !ruby/object:Gem::Dependency
82
82
  name: async-websocket
83
83
  requirement: !ruby/object:Gem::Requirement
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
133
133
  - !ruby/object:Gem::Version
134
134
  version: '0'
135
135
  requirements: []
136
- rubygems_version: 3.0.3
136
+ rubygems_version: 3.1.4
137
137
  signing_key:
138
138
  specification_version: 4
139
139
  summary: Command line utility for following your Slack chat from the terminal