pry-twitter 1.33.36 → 1.33.37
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca1cc3cc33c4bc4629ba7de250ea72ba29e29716d47faa6a05a027f8e4f40410
|
4
|
+
data.tar.gz: 763fe6fa6fbe19e8242b0438c0e1425aeef4c883097a29881d00f91d6f946e25
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ef262b40be69c1d6b32dd4c9158b714f70b6c6e26764f4eb1ed2086a96a1287c0b2f50c27d7d5a33dd9f525f5fa5aed1b4cc8061e61f500fc23106b7cd3992c
|
7
|
+
data.tar.gz: 2287bf28369d366fc4c244097e8c5017eab201b1d6083d0b994f55f9e3cc8ca0a64579aa74f78eab4988b942226fe038001aef0d629906a3eda1aeac5d825039
|
@@ -1,6 +1,6 @@
|
|
1
1
|
class Pry
|
2
2
|
module SendTweet
|
3
|
-
VERSION = '1.33.
|
4
|
-
CODENAME = %q{hey
|
3
|
+
VERSION = '1.33.37'
|
4
|
+
CODENAME = %q{hey Allen Mullet. Here is lesson, in death. https://www.youtube.com/watch?v=TLQiSXJbafA}
|
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.37
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fry developers
|
@@ -53,7 +53,7 @@ dependencies:
|
|
53
53
|
- - "~>"
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '1.4'
|
56
|
-
description: 'CodeName: hey
|
56
|
+
description: 'CodeName: hey Allen Mullet. Here is lesson, in death. https://www.youtube.com/watch?v=TLQiSXJbafA
|
57
57
|
... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
58
58
|
email: trebor.macg8@protonmail.com
|
59
59
|
executables: []
|
@@ -148,6 +148,6 @@ requirements: []
|
|
148
148
|
rubygems_version: 3.0.1
|
149
149
|
signing_key:
|
150
150
|
specification_version: 4
|
151
|
-
summary: 'CodeName: hey
|
151
|
+
summary: 'CodeName: hey Allen Mullet. Here is lesson, in death. https://www.youtube.com/watch?v=TLQiSXJbafA
|
152
152
|
... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
153
153
|
test_files: []
|