pry-send_tweet.rb 1.20.60 → 1.20.61
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 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4b6714f621e1842c857a5d26c36341d450b7c0ffd5b28f2ecfdb5858b0a8efc2
|
|
4
|
+
data.tar.gz: 75a1549a9cc14d1527f7ca7364451dc7a8180203a165f16475f26326ce9d1ed2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5226d3933b563d412a473fea55da7457bea245a9a8bb02ed7f09271e37bc3c70b3c735758bc372a4089f3cf843f550f8fe7494ee2d4ecd8bb3530cf3430b6e8f
|
|
7
|
+
data.tar.gz: 6538dc65fb590d48e7379328fab650eee3af8acef7e18f7ac4a49b642b602c2827d8243ce1c8dedc0727e2a6c09fdfa240a1753c41983db8b17587a547af0444
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
class Pry
|
|
2
2
|
module SendTweet
|
|
3
|
-
VERSION = '1.20.
|
|
4
|
-
CODENAME = '
|
|
3
|
+
VERSION = '1.20.61'
|
|
4
|
+
CODENAME = 'When I was 14, i wore fidel castro to school and cursed John Pope Paul The Second. I wonder why ...'
|
|
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.61
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pry developers
|
|
@@ -54,8 +54,9 @@ dependencies:
|
|
|
54
54
|
- - "~>"
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
56
|
version: '1.4'
|
|
57
|
-
description: 'Codename:
|
|
58
|
-
|
|
57
|
+
description: 'Codename: When I was 14, i wore fidel castro to school and cursed John
|
|
58
|
+
Pope Paul The Second. I wonder why ... .. An extensible Twitter client living inside
|
|
59
|
+
the Pry and Fry REPLs.'
|
|
59
60
|
email: trebor.g@protonmail.com
|
|
60
61
|
executables: []
|
|
61
62
|
extensions: []
|
|
@@ -138,6 +139,7 @@ rubyforge_project:
|
|
|
138
139
|
rubygems_version: 2.7.8
|
|
139
140
|
signing_key:
|
|
140
141
|
specification_version: 4
|
|
141
|
-
summary: 'Codename:
|
|
142
|
-
|
|
142
|
+
summary: 'Codename: When I was 14, i wore fidel castro to school and cursed John Pope
|
|
143
|
+
Paul The Second. I wonder why ... .. An extensible Twitter client living inside
|
|
144
|
+
the Pry and Fry REPLs.'
|
|
143
145
|
test_files: []
|