pry-twitter 1.27.2 → 1.27.3
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 +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc09d2f1150fe7069602fe856e7670b949f56a51012387db585802ab72fecd01
|
|
4
|
+
data.tar.gz: ab50fa5f94a285bd74c02b13ed6f5a2df4e12046cc80bbb879002a42878e2aa8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b788594effb5b51242032914cccfded7d3236772208ea95063a8f8fba78b9043d5cf65ddad7e5d67a98434a1aae04e2ff85883b14ee27580faa5439dc3a602bd
|
|
7
|
+
data.tar.gz: e3be3c5a9be194e290cb5436e4c64877cdb6b66e0838cb51b166855500fdc902a7d128b95039a535742002c1c08f0ef46232ff231efc4a158132f018a91b799a
|
data/CHANGELOG.md
CHANGED
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.3
|
|
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: #
|
|
57
|
-
Twitter client living inside the Fry and Pry REPLs.'
|
|
56
|
+
description: 'CodeName: #PoorAndStillHappy #RichHeart #GayBar #ImASuperStarAtTheGayBar
|
|
57
|
+
#KillTheNoise ... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
58
58
|
email: trebor.macg8@protonmail.com
|
|
59
59
|
executables: []
|
|
60
60
|
extensions: []
|
|
@@ -141,6 +141,6 @@ requirements: []
|
|
|
141
141
|
rubygems_version: 3.0.1
|
|
142
142
|
signing_key:
|
|
143
143
|
specification_version: 4
|
|
144
|
-
summary: 'CodeName: #
|
|
145
|
-
Twitter client living inside the Fry and Pry REPLs.'
|
|
144
|
+
summary: 'CodeName: #PoorAndStillHappy #RichHeart #GayBar #ImASuperStarAtTheGayBar
|
|
145
|
+
#KillTheNoise ... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
146
146
|
test_files: []
|