pry-send_tweet.rb 1.20.67 → 1.20.69
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: 8e7ce7c08d0292304767e6848d9d59c33b248a0bdb9f0ba5710d852df7d19cac
|
|
4
|
+
data.tar.gz: 92fa163073e552bd4c5630e3338ae9fa945bfc29753c5b90cbd562684f696754
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a5a945160940e1ebed91ca66731db1ff674861e1c1563234a7434e6c9b40fc58754f61a49e252d6d4f68a273e84149be0c76ae93b2bf322745cbac816322396
|
|
7
|
+
data.tar.gz: 398fd1d6ba9a5e5bdd08854224e448f002e4e520d768e740bd4e8b13789276e0ab67261d2f1e3bdca9b54fc84428deb3223dec44106ceecec6ea599646fffb8b
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
class Pry
|
|
2
2
|
module SendTweet
|
|
3
|
-
VERSION = '1.20.
|
|
4
|
-
CODENAME = '
|
|
3
|
+
VERSION = '1.20.69'
|
|
4
|
+
CODENAME = 'TheDoyles :)'
|
|
5
5
|
end
|
|
6
6
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pry-send_tweet.rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.20.
|
|
4
|
+
version: 1.20.69
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pry developers
|
|
@@ -54,9 +54,8 @@ dependencies:
|
|
|
54
54
|
- - "~>"
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
56
|
version: '1.4'
|
|
57
|
-
description: 'Codename:
|
|
58
|
-
|
|
59
|
-
.. An extensible Twitter client living inside the Pry and Fry REPLs.'
|
|
57
|
+
description: 'Codename: TheDoyles :) .. An extensible Twitter client living inside
|
|
58
|
+
the Pry and Fry REPLs.'
|
|
60
59
|
email: trebor.g@protonmail.com
|
|
61
60
|
executables: []
|
|
62
61
|
extensions: []
|
|
@@ -139,7 +138,6 @@ rubyforge_project:
|
|
|
139
138
|
rubygems_version: 2.7.8
|
|
140
139
|
signing_key:
|
|
141
140
|
specification_version: 4
|
|
142
|
-
summary: 'Codename:
|
|
143
|
-
|
|
144
|
-
Twitter client living inside the Pry and Fry REPLs.'
|
|
141
|
+
summary: 'Codename: TheDoyles :) .. An extensible Twitter client living inside the
|
|
142
|
+
Pry and Fry REPLs.'
|
|
145
143
|
test_files: []
|