pry-twitter 1.30.12 → 1.30.13
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 +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a33302ea17a7ff6e413bca88b0142fa904842e0a1e253f626c0f9409894bf61
|
|
4
|
+
data.tar.gz: fc42090cf6e8b9b08d0eded9a12f5990a501447b1a97269378eba2585e5c2b6a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0593619175d97db5bb6834f7b84bed15e109072919875cbbd0735ece79f29f1a0c345c741c2553189f351d679621a2d5ec12c0fc6dc5731558c027953e922b7
|
|
7
|
+
data.tar.gz: 97037011d38dfc041db374f09e4fb2475fd1a35adf2afc8bd75041850b3da8618edd1b73fa1041f8d9ae5650c0a7e21d0ddb0ee711478815348d228bd16126a0
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
class Pry
|
|
2
2
|
module SendTweet
|
|
3
|
-
VERSION = '1.30.
|
|
4
|
-
CODENAME = %q{@Emanuel15981931 I sincerely love you
|
|
3
|
+
VERSION = '1.30.13'
|
|
4
|
+
CODENAME = %q{@Emanuel15981931 I sincerely love you 10000000000 times. 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.13
|
|
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: @Emanuel15981931 I sincerely love you
|
|
57
|
-
https://youtu.be/
|
|
56
|
+
description: 'CodeName: @Emanuel15981931 I sincerely love you 10000000000 times. Listen.
|
|
57
|
+
https://youtu.be/fFDeHALVXHI ... An extensible Twitter client living inside the
|
|
58
58
|
Fry and Pry REPLs.'
|
|
59
59
|
email: trebor.macg8@protonmail.com
|
|
60
60
|
executables: []
|
|
@@ -144,6 +144,7 @@ requirements: []
|
|
|
144
144
|
rubygems_version: 3.0.1
|
|
145
145
|
signing_key:
|
|
146
146
|
specification_version: 4
|
|
147
|
-
summary: 'CodeName: @Emanuel15981931 I sincerely love you
|
|
148
|
-
... An extensible Twitter client living inside the
|
|
147
|
+
summary: 'CodeName: @Emanuel15981931 I sincerely love you 10000000000 times. Listen.
|
|
148
|
+
https://youtu.be/fFDeHALVXHI ... An extensible Twitter client living inside the
|
|
149
|
+
Fry and Pry REPLs.'
|
|
149
150
|
test_files: []
|