pry-twitter 1.27.467 → 1.27.468
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/CHANGELOG.md +1 -1
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b5eab91c24ba6d046d5ea0fdcb0e5ef2dfbea1208e37ead0dda84472211cd1bc
|
|
4
|
+
data.tar.gz: f701e02dad0f4cb5636441cb06f9134f37c2516bcf7444afae507d9bf4374ec0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31998c46da37ba0ac07b3614753f5e5dfe38280af9b9d71c2586ff824eb0194ca050a46e10d58f0dc9e3705acbabea84d6d68bed4fe06e1b3fbef7c3e7b09783
|
|
7
|
+
data.tar.gz: c1e20dba6b417e75ebec4a5ffa0637a3c9cf5b4f2df0e966dd56a7990671ef00113efab26ef3c4af8601c44dde77a8addd4145103b3b1002037d2ebc9fe0a3ae
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
-
## v1.27.31+ (#008 #GoldenEye #KurtKobain #AltJ #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley)
|
|
3
|
+
## v1.27.31+ (#Putin #008 #GoldenEye #KurtKobain #AltJ #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley)
|
|
4
4
|
|
|
5
5
|
- Add Art
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
class Pry
|
|
2
2
|
module SendTweet
|
|
3
|
-
VERSION = '1.27.
|
|
4
|
-
CODENAME = %q{#008 #GoldenEye #KurtKobain #AltJ #FreeBSD #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley}
|
|
3
|
+
VERSION = '1.27.468'
|
|
4
|
+
CODENAME = %q{#Putin #008 #GoldenEye #KurtKobain #AltJ #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.468
|
|
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: #008 #GoldenEye #KurtKobain #AltJ #FreeBSD #ShellShocked
|
|
57
|
-
#TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley ... An extensible
|
|
58
|
-
client living inside the Fry and Pry REPLs.'
|
|
56
|
+
description: 'CodeName: #Putin #008 #GoldenEye #KurtKobain #AltJ #FreeBSD #ShellShocked
|
|
57
|
+
#ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley ... An extensible
|
|
58
|
+
Twitter client living inside the Fry and Pry REPLs.'
|
|
59
59
|
email: trebor.macg8@protonmail.com
|
|
60
60
|
executables: []
|
|
61
61
|
extensions: []
|
|
@@ -144,7 +144,7 @@ requirements: []
|
|
|
144
144
|
rubygems_version: 3.0.1
|
|
145
145
|
signing_key:
|
|
146
146
|
specification_version: 4
|
|
147
|
-
summary: 'CodeName: #008 #GoldenEye #KurtKobain #AltJ #FreeBSD #ShellShocked
|
|
148
|
-
#TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley ... An extensible
|
|
149
|
-
client living inside the Fry and Pry REPLs.'
|
|
147
|
+
summary: 'CodeName: #Putin #008 #GoldenEye #KurtKobain #AltJ #FreeBSD #ShellShocked
|
|
148
|
+
#ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley ... An extensible
|
|
149
|
+
Twitter client living inside the Fry and Pry REPLs.'
|
|
150
150
|
test_files: []
|