t_chatter 0.1.2 → 0.1.2.1
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/t_chatter/version.rb +1 -1
- data/t_chatter.gemspec +1 -2
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b7822ee3da641c9b86aeda3d5384369127cada57
|
|
4
|
+
data.tar.gz: beb0a8f519e731d1ba510995015cae2ffafc1c9f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ca7b92fadd643b42df6f85562da97bb6a290ab02c5b90e65b329d0e3352eb9aeba9ffc5e9959f9ac66cd4c7d279ad268476d78a18bae4e9eccd6a48afeff8ed
|
|
7
|
+
data.tar.gz: e10fdbfda3536080b6b5be13f116b0dfd7049af4cc1dc5565b3bc5bbbe31b270d4eb151eb74f2377f5fb48f05d8af10a0b6e96eb16cadc5cb1c5bc057e761dde
|
data/README.md
CHANGED
data/lib/t_chatter/version.rb
CHANGED
data/t_chatter.gemspec
CHANGED
|
@@ -17,8 +17,7 @@ Gem::Specification.new do |spec|
|
|
|
17
17
|
terminal.
|
|
18
18
|
You can extend it further though to chat with your
|
|
19
19
|
friends on Slack and other applications."
|
|
20
|
-
Visit
|
|
21
|
-
to read more on the application.
|
|
20
|
+
Visit TChatter's homepage to read more on the application.
|
|
22
21
|
EOS
|
|
23
22
|
|
|
24
23
|
spec.license = "MIT"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: t_chatter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.2
|
|
4
|
+
version: 0.1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Oreoluwa Akinniranye
|
|
@@ -71,8 +71,7 @@ description: |2
|
|
|
71
71
|
terminal.
|
|
72
72
|
You can extend it further though to chat with your
|
|
73
73
|
friends on Slack and other applications."
|
|
74
|
-
Visit
|
|
75
|
-
to read more on the application.
|
|
74
|
+
Visit TChatter's homepage to read more on the application.
|
|
76
75
|
email:
|
|
77
76
|
- oreoluwa.akinniranye@andela.com
|
|
78
77
|
executables:
|