pry-twitter 1.33.15 → 1.33.16
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/lib/pry/send_tweet/version.rb +2 -2
- metadata +5 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bce6a7b010842285d750742de6d508bc3f4df43770df5a63b4f0f83ea206b921
|
|
4
|
+
data.tar.gz: 4175c6cae2ff2bc8798477252b1703aa4398bea0a137226dbea8076e7aba4610
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3a9bb6825a389996cc1fe3e74ccb3398a8fdb8d48c6ed9199492e71f65926cce50d2147b9edd3db9a0d93017c760a3f71a38c91330d186151615e8b23a85471
|
|
7
|
+
data.tar.gz: d28cc72eea086c941c61ec0e79ec6e9254b88797e9637f6defdc087324566d032179fa1c8152b059efa51e5388ec194b3b38a884825926501492bb70f116e03c
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
class Pry
|
|
2
2
|
module SendTweet
|
|
3
|
-
VERSION = '1.33.
|
|
4
|
-
CODENAME = %q{
|
|
3
|
+
VERSION = '1.33.16'
|
|
4
|
+
CODENAME = %q{I dont see black people as sex but as people, unlike racist mullet #allen}
|
|
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.33.
|
|
4
|
+
version: 1.33.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fry developers
|
|
@@ -53,9 +53,8 @@ dependencies:
|
|
|
53
53
|
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '1.4'
|
|
56
|
-
description: 'CodeName:
|
|
57
|
-
#
|
|
58
|
-
Pry REPLs.'
|
|
56
|
+
description: 'CodeName: I dont see black people as sex but as people, unlike racist
|
|
57
|
+
mullet #allen ... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
59
58
|
email: trebor.macg8@protonmail.com
|
|
60
59
|
executables: []
|
|
61
60
|
extensions: []
|
|
@@ -149,7 +148,6 @@ requirements: []
|
|
|
149
148
|
rubygems_version: 3.0.1
|
|
150
149
|
signing_key:
|
|
151
150
|
specification_version: 4
|
|
152
|
-
summary: 'CodeName:
|
|
153
|
-
#
|
|
154
|
-
Pry REPLs.'
|
|
151
|
+
summary: 'CodeName: I dont see black people as sex but as people, unlike racist mullet
|
|
152
|
+
#allen ... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
155
153
|
test_files: []
|