pry-twitter 1.33.13 → 1.33.14
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: 0e023578df50e595c08c6df73d2ec6344c9997b07599001c8857f8c6109ead1a
|
|
4
|
+
data.tar.gz: 80b9c99d2d4603d7b37619ead2ae4c20a1d20987e753c549f833f042a4f0287f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb3b9c5b330418733d761c37ef0fa0f2a31c61d6bb16c3cdca5b12fe760413f7db5bf0915ba33de3262eb265a4f13ceaa848f4eca0bd30532a6a7ce09becbd4d
|
|
7
|
+
data.tar.gz: a68f4ed337c879b2edfa3f27ec59a98e60fd6f06faa502c8477b164ac0eac23c3a915d4458bba91819a32545d8cbb4ed3ae0540305586f2eafa0db1894ff38b2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
class Pry
|
|
2
2
|
module SendTweet
|
|
3
|
-
VERSION = '1.33.
|
|
4
|
-
CODENAME = %q{
|
|
3
|
+
VERSION = '1.33.14'
|
|
4
|
+
CODENAME = %q{Dont be me allen, dont aspire to be, or i will literally..... }
|
|
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.14
|
|
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
|
-
and Pry REPLs.'
|
|
56
|
+
description: 'CodeName: Dont be me allen, dont aspire to be, or i will literally..... ...
|
|
57
|
+
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
|
-
REPLs.'
|
|
151
|
+
summary: 'CodeName: Dont be me allen, dont aspire to be, or i will literally..... ...
|
|
152
|
+
An extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
155
153
|
test_files: []
|