pry-twitter 1.27.7 → 1.27.9
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/CHANGELOG.md +1 -1
- 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: b17c8ae6036ee1c8eca9d83fbc9ba36a988f00e5f26d0933f2a927838e3115ab
|
|
4
|
+
data.tar.gz: b6e64e077e4bca53c08642f51014c9365fad8452e8f9cd25433c877f5c5e1e1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ad01b3563ec67223d3de0f5ccc00d008966198b0f88f1b0ab53abcf8ac88e1404e45aa4e03b6f5cdd25247e51dc5a05d9b19c0db670e3a6233436cd299ddf83
|
|
7
|
+
data.tar.gz: 23dc69a26018ee97ef09a6ab936b58e393cdc3f3874d4518d04122170bdd95b247d93ee323e76978416663a1b796d3b01fdb89c2115d33c6c11e75b9892bb50a
|
data/CHANGELOG.md
CHANGED
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.27.
|
|
4
|
+
version: 1.27.9
|
|
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:
|
|
56
|
+
description: 'CodeName: We´re all dying over here in Europe, how r u? ... An extensible
|
|
57
57
|
Twitter client living inside the Fry and Pry REPLs.'
|
|
58
58
|
email: trebor.macg8@protonmail.com
|
|
59
59
|
executables: []
|
|
@@ -141,6 +141,6 @@ requirements: []
|
|
|
141
141
|
rubygems_version: 3.0.1
|
|
142
142
|
signing_key:
|
|
143
143
|
specification_version: 4
|
|
144
|
-
summary: 'CodeName:
|
|
144
|
+
summary: 'CodeName: We´re all dying over here in Europe, how r u? ... An extensible
|
|
145
145
|
Twitter client living inside the Fry and Pry REPLs.'
|
|
146
146
|
test_files: []
|