pry-twitter 1.28.14 → 1.28.19
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 +2 -2
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +6 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c920fc4a5ecc5d845c00016e903b39187bdeb4b7dd4c8f18c5db3990600df789
|
|
4
|
+
data.tar.gz: bb326487e772770f2ba5e6bd3af4ced69182ebecdce7577906bdf6692c961a14
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 228e40c958b5218a59b2b12f7ee3cce7ed2bb357df946271906e1234c27a80a0e958bec2401a41e9dad53409d37ae193415e605a7c073053374b98a19bc7466c
|
|
7
|
+
data.tar.gz: 4ca92189bea1436a6cce63665020bca7dd4430409302861e7e07ca92b62cc2df2ae34205104edc2d4d952582030ff7ece169b822254526320e313c4ca15527cb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
-
## v1.28.0+ (#BeastieBoys #WarGames #Bom #Dia #PrincessDiana #Leiden #EinsteinBar #Matilda #Manila #kharkiv #ldn #fiftygrand #
|
|
3
|
+
## v1.28.0+ (#Hannah #MarryMe #RememberMe #MessageMe #BeastieBoys #WarGames #Bom #Dia #PrincessDiana #Leiden #EinsteinBar #Matilda #Manila #kharkiv #ldn #fiftygrand #BreakingBad)
|
|
4
4
|
|
|
5
|
-
- Change code name for v1.28 series to '#BeastieBoys #WarGames #Bom #Dia #PrincessDiana #Leiden #EinsteinBar #Matilda #Manila #kharkiv #ldn #fiftygrand #BreakingBad'.
|
|
5
|
+
- Change code name for v1.28 series to '#Hannah #MarryMe #RememberMe #MessageMe #BeastieBoys #WarGames #Bom #Dia #PrincessDiana #Leiden #EinsteinBar #Matilda #Manila #kharkiv #ldn #fiftygrand #BreakingBad'.
|
|
6
6
|
|
|
7
7
|
## v1.27.31+ (#Matilda #MAGA #Neutral #Devlin #Putin #008 #GoldenEye #KurtKobain #AltJ #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley)
|
|
8
8
|
|
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.28.
|
|
4
|
+
version: 1.28.19
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fry developers
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-02-
|
|
12
|
+
date: 2019-02-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: twitter
|
|
@@ -53,9 +53,8 @@ dependencies:
|
|
|
53
53
|
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '1.4'
|
|
56
|
-
description: 'CodeName: #
|
|
57
|
-
|
|
58
|
-
client living inside the Fry and Pry REPLs.'
|
|
56
|
+
description: 'CodeName: #jetplane ... An extensible Twitter client living inside the
|
|
57
|
+
Fry and Pry REPLs.'
|
|
59
58
|
email: trebor.macg8@protonmail.com
|
|
60
59
|
executables: []
|
|
61
60
|
extensions: []
|
|
@@ -144,7 +143,6 @@ requirements: []
|
|
|
144
143
|
rubygems_version: 3.0.1
|
|
145
144
|
signing_key:
|
|
146
145
|
specification_version: 4
|
|
147
|
-
summary: 'CodeName: #
|
|
148
|
-
|
|
149
|
-
client living inside the Fry and Pry REPLs.'
|
|
146
|
+
summary: 'CodeName: #jetplane ... An extensible Twitter client living inside the Fry
|
|
147
|
+
and Pry REPLs.'
|
|
150
148
|
test_files: []
|