pry-twitter 1.27.11 → 1.27.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +5 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c7d98f7feefd8242a3f6d3657631c8ad4f0e2785238b44409689744995a18058
|
4
|
+
data.tar.gz: 8e58311f6a92f5981bc283ecd5426948a5ff65f8f16f807481de9f5c41a32944
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de72eaf7b126a802a04e49d69158c04a6f5b7e4b537fac5fcced63cd704781fb7685c80c556e751d83331a04fd80383fe3fcf4749f30bfedffd9baf376be5ac1
|
7
|
+
data.tar.gz: ba5c5e983def2cd8798ff19b5d010eb1ab6c83d8ce4b1032f6dbd1284f75cad4a0c0219e2ef8f436181f21753853faebbd43c7a08a99f4691219d1a007a0e46b
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pry-twitter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.27.
|
4
|
+
version: 1.27.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fry developers
|
@@ -53,9 +53,8 @@ dependencies:
|
|
53
53
|
- - "~>"
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '1.4'
|
56
|
-
description: 'CodeName:
|
57
|
-
|
58
|
-
client living inside the Fry and Pry REPLs.'
|
56
|
+
description: 'CodeName: #IllyBilly ... An extensible Twitter client living inside
|
57
|
+
the Fry and Pry REPLs.'
|
59
58
|
email: trebor.macg8@protonmail.com
|
60
59
|
executables: []
|
61
60
|
extensions: []
|
@@ -142,7 +141,6 @@ requirements: []
|
|
142
141
|
rubygems_version: 3.0.1
|
143
142
|
signing_key:
|
144
143
|
specification_version: 4
|
145
|
-
summary: 'CodeName:
|
146
|
-
|
147
|
-
inside the Fry and Pry REPLs.'
|
144
|
+
summary: 'CodeName: #IllyBilly ... An extensible Twitter client living inside the
|
145
|
+
Fry and Pry REPLs.'
|
148
146
|
test_files: []
|