pry-twitter 1.25.0 → 1.26.0
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 +5 -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: 630fdf1a034ebc36b34c116e7c4c248a4805a2996f6cbf6c8d4a38c085faabd5
|
|
4
|
+
data.tar.gz: d6736e54c4296866c60c75a038cb1dbf6f9dfdfe25d0ea44530ff9af57a15085
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 752f3ff93601e8928727947333d7408dd08912506851ea1c1f40f188adf90ffa9a76c30f82fb18a9377734fe6f1febf5b0a16025f02524139c1f39fad8086a84
|
|
7
|
+
data.tar.gz: 65c81a16b7c5b1e934cf9915244d94f8c2e5e45b6e9f346734a999489fcbcaebdd1aa7e0afc30919351f98fcf6758cd172ed09776a33d75bfaed2b91fe7eb50a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
-
## v1.
|
|
3
|
+
## v1.26.0+ (#LambOfGod getting prepared to be #homeless and #NoOneCares)
|
|
4
|
+
|
|
5
|
+
- Lamb of God.
|
|
6
|
+
|
|
7
|
+
## v1.25.0+ (#LionOfJudah)
|
|
4
8
|
|
|
5
9
|
- #LionOfJudah. If you think im crazy, youre out of your league and should stop playing before
|
|
6
10
|
you get seriously hurt. This is a religious issue. Don´t play with us. Thank you.
|
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.
|
|
4
|
+
version: 1.26.0
|
|
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
|
-
the Fry and Pry REPLs.'
|
|
56
|
+
description: 'CodeName: #LambOfGod getting prepared to be #homeless and #NoOneCares
|
|
57
|
+
... 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
|
-
Fry and Pry REPLs.'
|
|
144
|
+
summary: 'CodeName: #LambOfGod getting prepared to be #homeless and #NoOneCares ...
|
|
145
|
+
An extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
146
146
|
test_files: []
|