pry-send_tweet.rb 1.20.80 → 1.20.81
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/pry/send_tweet/version.rb +2 -2
- data/pry-send_tweet.gemspec +1 -1
- metadata +3 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b142e3196c5f248e930c34e3a3f9bc784ffcd4712e792bb3da946f1ee7318f0
|
4
|
+
data.tar.gz: 8c46802c78ca88e09ec6d93a944cbb46a9706c0f90ea222955b68b6d519a8b1a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb2d65a3615602e80f4943d03c8039f1ccc3ae04daac4dde072ac36b782ca0597bf0b75ac9eb70292ea8a180da0d63334ec72e132f0b8045225d96e315f6a53e
|
7
|
+
data.tar.gz: fef30c3763e8804e315b3fd8c77110ce48547f1b80ebb40f0b9711fd1eedc861a391e47396e497ad1482ee82d9d993941004fa6ba5a7a975b8383c638927f31b
|
data/pry-send_tweet.gemspec
CHANGED
@@ -4,7 +4,7 @@ Gem::Specification.new do |spec|
|
|
4
4
|
spec.version = Pry::SendTweet::VERSION
|
5
5
|
spec.authors = ["Pry developers", "Fry developers", "trebor8"]
|
6
6
|
spec.email = "trebor.g@protonmail.com"
|
7
|
-
spec.summary =
|
7
|
+
spec.summary = Pry::SendTweet::CODENAME
|
8
8
|
spec.description = spec.summary
|
9
9
|
spec.homepage = "https://gitlab.com/trebor8/fry-send_tweet.rb"
|
10
10
|
spec.licenses = ["BSD (3-Clause)"]
|
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.81
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pry developers
|
@@ -54,9 +54,7 @@ dependencies:
|
|
54
54
|
- - "~>"
|
55
55
|
- !ruby/object:Gem::Version
|
56
56
|
version: '1.4'
|
57
|
-
description:
|
58
|
-
to stay with your own. .. An extensible Twitter client living inside the Pry and
|
59
|
-
Fry REPLs.'
|
57
|
+
description: I took a pill in... https://www.youtube.com/watch?v=foE1mO2yM04
|
60
58
|
email: trebor.g@protonmail.com
|
61
59
|
executables: []
|
62
60
|
extensions: []
|
@@ -139,7 +137,5 @@ rubyforge_project:
|
|
139
137
|
rubygems_version: 2.7.8
|
140
138
|
signing_key:
|
141
139
|
specification_version: 4
|
142
|
-
summary:
|
143
|
-
stay with your own. .. An extensible Twitter client living inside the Pry and Fry
|
144
|
-
REPLs.'
|
140
|
+
summary: I took a pill in... https://www.youtube.com/watch?v=foE1mO2yM04
|
145
141
|
test_files: []
|