pry-twitter 1.27.40 → 1.27.41
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 +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e3736699671b8e278098c11a36415181dd4ae5a24835901ecd0709d932c2a98d
|
|
4
|
+
data.tar.gz: 50aeed90a9450c730ccca425c82a9b7c01784a6748463c3c948eff60ab709fde
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a405bf62f4afa004639a7fffd9d96bae0cbac2513430324e47663d82c4f85a1a96f4a8b22ff57b0a6d1dff95406de0a9f8e024c9f2702d6ea915a57aa1a5d13e
|
|
7
|
+
data.tar.gz: 55f976d47e40ddae19223005cb78b565074d5e65d665c2fbe743331c9b866bce4fdaf66bdcb9791631900adf005d2eb9608d242ee6206a34ad31f71e239af0a8
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
class Pry
|
|
2
2
|
module SendTweet
|
|
3
|
-
VERSION = '1.27.
|
|
4
|
-
CODENAME = %q{#ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley}
|
|
3
|
+
VERSION = '1.27.41'
|
|
4
|
+
CODENAME = %q{#ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley}
|
|
5
5
|
end
|
|
6
6
|
end
|
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.41
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fry developers
|
|
@@ -53,8 +53,9 @@ dependencies:
|
|
|
53
53
|
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '1.4'
|
|
56
|
-
description: 'CodeName: #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle
|
|
57
|
-
#marley ... An extensible Twitter client living inside the Fry and Pry
|
|
56
|
+
description: 'CodeName: #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle
|
|
57
|
+
#ldn #1root #marley ... An extensible Twitter client living inside the Fry and Pry
|
|
58
|
+
REPLs.'
|
|
58
59
|
email: trebor.macg8@protonmail.com
|
|
59
60
|
executables: []
|
|
60
61
|
extensions: []
|
|
@@ -142,6 +143,7 @@ requirements: []
|
|
|
142
143
|
rubygems_version: 3.0.1
|
|
143
144
|
signing_key:
|
|
144
145
|
specification_version: 4
|
|
145
|
-
summary: 'CodeName: #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle
|
|
146
|
-
#marley ... An extensible Twitter client living inside the Fry and Pry
|
|
146
|
+
summary: 'CodeName: #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle
|
|
147
|
+
#ldn #1root #marley ... An extensible Twitter client living inside the Fry and Pry
|
|
148
|
+
REPLs.'
|
|
147
149
|
test_files: []
|