pry-twitter 1.34.0 → 1.34.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aaf9b89d1f4af605c3a5121aabed311f1c7990bba654ebbabee99c84f5a5ed86
|
4
|
+
data.tar.gz: e38cca2bdd6aaa30f339e13f2e6c73de33ab6cdb68e45e852e6090ef9c616da7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b905d70ffb83bd6bfa85fa3531e9b82498c3b566bef7cb3d19b4319809d08c6e5e3a2c9082afb14a1f72d87876cfaad2d4a4313895f2ec130ccdbe47a77ae3c2
|
7
|
+
data.tar.gz: c7e20db9d3a30f0a1bf4bef0eb190332cfa04b2eb907d13d426ab33718eb32d641632ddffed71150965d1c1874ef1715e5a246ffb299f1d240ecf2d99b7ece70
|
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.34.
|
4
|
+
version: 1.34.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fry developers
|
@@ -53,8 +53,8 @@ dependencies:
|
|
53
53
|
- - "~>"
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '1.4'
|
56
|
-
description: 'CodeName:
|
57
|
-
client living inside the Fry and Pry REPLs.'
|
56
|
+
description: 'CodeName: Kind Of The Frogs (by invasion) https://www.youtube.com/watch?v=DvcAtamzdMA
|
57
|
+
... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
58
58
|
email: trebor.macg8@protonmail.com
|
59
59
|
executables: []
|
60
60
|
extensions: []
|
@@ -148,6 +148,6 @@ requirements: []
|
|
148
148
|
rubygems_version: 3.0.1
|
149
149
|
signing_key:
|
150
150
|
specification_version: 4
|
151
|
-
summary: 'CodeName:
|
152
|
-
living inside the Fry and Pry REPLs.'
|
151
|
+
summary: 'CodeName: Kind Of The Frogs (by invasion) https://www.youtube.com/watch?v=DvcAtamzdMA
|
152
|
+
... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
153
153
|
test_files: []
|