pry-send_tweet.rb 1.11.3 → 1.11.4
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 +4 -0
- data/lib/pry/send_tweet/version.rb +1 -1
- data/pry-send_tweet.gemspec +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec68bdf98fd4b42069ab0acd4bf7a3edd8b0c4b33356a44289170d19b70333f3
|
|
4
|
+
data.tar.gz: 8e5d5beeaf8b96f8c5afd77c74088396c49f3a3f3bb4b0296a24f8f26d3f4711
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe6e0bd205956180008729fde5328eea9120f9a50f231d46319cb197c9bfd1e6cf7a462d0de7659843080525882447af509377ec89c2f8292fef493f5ad2a783
|
|
7
|
+
data.tar.gz: 2c0644b77cc01d44296803af0caf69f976350483c3f3c296ad3417671bc90be6da8a5fdd41af587b7c52a7bcaee170679d2fc8d0dc752a4376af68f06ac4560e
|
data/CHANGELOG.md
CHANGED
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 = "An extensible Twitter client living inside the Pry and Fry REPLs."
|
|
7
|
+
spec.summary = "Codename: #{Pry::SendTweet::CODENAME} .. An extensible Twitter client living inside the Pry and Fry REPLs."
|
|
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.11.
|
|
4
|
+
version: 1.11.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pry developers
|
|
@@ -54,7 +54,8 @@ dependencies:
|
|
|
54
54
|
- - "~>"
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
56
|
version: '1.4'
|
|
57
|
-
description: An extensible Twitter client living inside
|
|
57
|
+
description: 'Codename: ChairmanKim .. An extensible Twitter client living inside
|
|
58
|
+
the Pry and Fry REPLs.'
|
|
58
59
|
email: trebor.g@protonmail.com
|
|
59
60
|
executables: []
|
|
60
61
|
extensions: []
|
|
@@ -121,5 +122,6 @@ rubyforge_project:
|
|
|
121
122
|
rubygems_version: 2.7.8
|
|
122
123
|
signing_key:
|
|
123
124
|
specification_version: 4
|
|
124
|
-
summary: An extensible Twitter client living inside the
|
|
125
|
+
summary: 'Codename: ChairmanKim .. An extensible Twitter client living inside the
|
|
126
|
+
Pry and Fry REPLs.'
|
|
125
127
|
test_files: []
|