pry-twitter 1.30.13 → 1.30.14
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/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: 189f625295bf4bbd07da702976ce9d1a1416b255f17abd92f77621362eeb2847
|
|
4
|
+
data.tar.gz: 7df817ee3facf275eed75d461d7bb605697083d755f4d11622af72d0c35a5a46
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b470a2a99f5a7175ac58bdf9ec7ee2ab50fccb2fa4ff66ca29e4fb7cef6ed2d0f2b96f3678e6d24dc179b565435a6a4301722697a01670adcb774256b39c174
|
|
7
|
+
data.tar.gz: 32dd5a9f22b3cc73e8cdc98a400fa3a8430d2c6d1027b1f3698aa05e05e19a875a4781bde0135fded8ebaff1a14d56d6154f75d27902efd634093548b7b52b04
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
class Pry
|
|
2
2
|
module SendTweet
|
|
3
|
-
VERSION = '1.30.
|
|
4
|
-
CODENAME = %q{@Emanuel15981931
|
|
3
|
+
VERSION = '1.30.14'
|
|
4
|
+
CODENAME = %q{@Emanuel15981931 Listen. https://youtu.be/fFDeHALVXHI}
|
|
5
5
|
end
|
|
6
6
|
end
|
|
7
7
|
|
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.30.
|
|
4
|
+
version: 1.30.14
|
|
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: @Emanuel15981931
|
|
57
|
-
|
|
58
|
-
Fry and Pry REPLs.'
|
|
56
|
+
description: 'CodeName: @Emanuel15981931 Listen. https://youtu.be/fFDeHALVXHI ...
|
|
57
|
+
An extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
59
58
|
email: trebor.macg8@protonmail.com
|
|
60
59
|
executables: []
|
|
61
60
|
extensions: []
|
|
@@ -144,7 +143,6 @@ requirements: []
|
|
|
144
143
|
rubygems_version: 3.0.1
|
|
145
144
|
signing_key:
|
|
146
145
|
specification_version: 4
|
|
147
|
-
summary: 'CodeName: @Emanuel15981931
|
|
148
|
-
|
|
149
|
-
Fry and Pry REPLs.'
|
|
146
|
+
summary: 'CodeName: @Emanuel15981931 Listen. https://youtu.be/fFDeHALVXHI ... An extensible
|
|
147
|
+
Twitter client living inside the Fry and Pry REPLs.'
|
|
150
148
|
test_files: []
|