pry-twitter 1.31.7 → 1.31.8
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 +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 38c5ff9395d2647304447cd7d4a2732dbe7f277bd262c3a1ad91435e5bb476a6
|
|
4
|
+
data.tar.gz: c8f52c03bcff6f85fcb459b7a71268c972fba65c46260c768138b470c6d81038
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a2fd6c53be16ad31748800d6496999872532e3af567c9aed637ba46b613a6dedae12149ecb6e73697c59f16703c37468842626e012a6407289c857fbc6f471a
|
|
7
|
+
data.tar.gz: 767e6372c03099effda655cfb7ab24226bdd5b363d26a3cee8d40fb74ed7eed2ee02175b48c23679bff715ffad134eb64c9c56dbfb59bbbcfa55224ae21dd428
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
class Pry
|
|
2
2
|
module SendTweet
|
|
3
|
-
VERSION = '1.31.
|
|
4
|
-
CODENAME = %q{
|
|
3
|
+
VERSION = '1.31.8'
|
|
4
|
+
CODENAME = %q{I am seeing gems appear that replace the lol role of mbot, wdyt @buyvpnservice? https://www.privateinternetaccess.com}
|
|
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.31.
|
|
4
|
+
version: 1.31.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fry developers
|
|
@@ -53,9 +53,9 @@ dependencies:
|
|
|
53
53
|
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '1.4'
|
|
56
|
-
description: 'CodeName:
|
|
57
|
-
|
|
58
|
-
inside the Fry and Pry REPLs.'
|
|
56
|
+
description: 'CodeName: I am seeing gems appear that replace the lol role of mbot,
|
|
57
|
+
wdyt @buyvpnservice? https://www.privateinternetaccess.com ... An extensible Twitter
|
|
58
|
+
client living inside the Fry and Pry REPLs.'
|
|
59
59
|
email: trebor.macg8@protonmail.com
|
|
60
60
|
executables: []
|
|
61
61
|
extensions: []
|
|
@@ -148,7 +148,7 @@ requirements: []
|
|
|
148
148
|
rubygems_version: 3.0.1
|
|
149
149
|
signing_key:
|
|
150
150
|
specification_version: 4
|
|
151
|
-
summary: 'CodeName:
|
|
152
|
-
|
|
153
|
-
inside the Fry and Pry REPLs.'
|
|
151
|
+
summary: 'CodeName: I am seeing gems appear that replace the lol role of mbot, wdyt
|
|
152
|
+
@buyvpnservice? https://www.privateinternetaccess.com ... An extensible Twitter
|
|
153
|
+
client living inside the Fry and Pry REPLs.'
|
|
154
154
|
test_files: []
|