pry-twitter 1.27.42 → 1.27.43
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/README.md +4 -0
- data/art/zpool.png +0 -0
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +8 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a2d75e043cbaf3a0ff5c6a98a15f11d6438ee5ce6ad79a400548f04cf12dfb8
|
|
4
|
+
data.tar.gz: d4ee70d2c55d7f4112b6c154bbc40da61d0bb1a516fe146e55e2e4246e835b7c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b7ccef2f9717accd30e2086dea1bb31751d486a550b9450d24123726e0b39d6ef21782b152d43f04a34885107ae2f5891f65c778c411fde3865e63bacb3e85c
|
|
7
|
+
data.tar.gz: a628698062d9a6e5729ed2a2cad727f5a94680893d6196a4900916b5db007254dba06b66122a9b5f339fda11ca42d2559527473b83ec225e8ebff59aafefa41c
|
data/README.md
CHANGED
|
@@ -553,6 +553,10 @@ __#25__ British Isles Community
|
|
|
553
553
|
|
|
554
554
|

|
|
555
555
|
|
|
556
|
+
__#26__ Member, berry FreeBSD ? xpool. zpool. xchannel. zchannel. port_search.pl. USMC. What did you do?
|
|
557
|
+
|
|
558
|
+

|
|
559
|
+
|
|
556
560
|
## <a id='license'>License</a>
|
|
557
561
|
|
|
558
562
|
This project uses the 3-Clause BSD license, see [LICENSE.txt](./LICENSE.txt) for details.
|
data/art/zpool.png
ADDED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
class Pry
|
|
2
2
|
module SendTweet
|
|
3
|
-
VERSION = '1.27.
|
|
4
|
-
CODENAME = %q{#ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley}
|
|
3
|
+
VERSION = '1.27.43'
|
|
4
|
+
CODENAME = %q{#FreeBSD #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.43
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fry developers
|
|
@@ -53,9 +53,9 @@ dependencies:
|
|
|
53
53
|
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '1.4'
|
|
56
|
-
description: 'CodeName: #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc
|
|
57
|
-
#ldn #1root #marley ... An extensible Twitter client living inside
|
|
58
|
-
REPLs.'
|
|
56
|
+
description: 'CodeName: #FreeBSD #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc
|
|
57
|
+
#sdot #sparkle #ldn #1root #marley ... An extensible Twitter client living inside
|
|
58
|
+
the Fry and Pry REPLs.'
|
|
59
59
|
email: trebor.macg8@protonmail.com
|
|
60
60
|
executables: []
|
|
61
61
|
extensions: []
|
|
@@ -91,6 +91,7 @@ files:
|
|
|
91
91
|
- art/rollingstone.jpg
|
|
92
92
|
- art/tide.jpg
|
|
93
93
|
- art/windows10.png
|
|
94
|
+
- art/zpool.png
|
|
94
95
|
- lib/pry-send_tweet.rb
|
|
95
96
|
- lib/pry/pager/system_pager.rb
|
|
96
97
|
- lib/pry/send_tweet/commands/base_command.rb
|
|
@@ -143,7 +144,7 @@ requirements: []
|
|
|
143
144
|
rubygems_version: 3.0.1
|
|
144
145
|
signing_key:
|
|
145
146
|
specification_version: 4
|
|
146
|
-
summary: 'CodeName: #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot
|
|
147
|
-
#ldn #1root #marley ... An extensible Twitter client living inside the
|
|
148
|
-
REPLs.'
|
|
147
|
+
summary: 'CodeName: #FreeBSD #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot
|
|
148
|
+
#sparkle #ldn #1root #marley ... An extensible Twitter client living inside the
|
|
149
|
+
Fry and Pry REPLs.'
|
|
149
150
|
test_files: []
|