pry-twitter 1.22.6 → 1.22.7
Sign up to get free protection for your applications and to get access to all the features.
- 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: ea6d2bdc3cf83f74b34c30390f63bbf84cb7fa53a12d71dd44f0660297b24c00
|
4
|
+
data.tar.gz: 2af0339fa8f7bfb9dc8ba5b0024d9720c074d7611464a91d33992f17ed636f0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca9a8c7a022fe4b6734427a2e4ebd0bb420205fc8e717aa0f80cc201a43e866ccf418743edab16a189cad654fa295bac0cb159fa7188736861cec2d01b668075
|
7
|
+
data.tar.gz: 26be960741e2a372384e709169508267ea040954f0a23d62aec95251ff34b9a5a989f14318f794d70b4a0f929df2d15a6d4d99c0debc03f897afcd2e1d262e08
|
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 = ["Fry developers", "trebor8"]
|
6
6
|
spec.email = "trebor.macg8@protonmail.com"
|
7
|
-
spec.summary = %Q[
|
7
|
+
spec.summary = %Q[CodeName: #{Pry::SendTweet::CODENAME} ... An extensible Twitter client living inside the Fry and Pry 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-twitter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.22.
|
4
|
+
version: 1.22.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fry developers
|
@@ -53,7 +53,8 @@ dependencies:
|
|
53
53
|
- - "~>"
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '1.4'
|
56
|
-
description: '
|
56
|
+
description: 'CodeName: #PeteDoherty ... An extensible Twitter client living inside
|
57
|
+
the Fry and Pry REPLs.'
|
57
58
|
email: trebor.macg8@protonmail.com
|
58
59
|
executables: []
|
59
60
|
extensions: []
|
@@ -140,5 +141,6 @@ requirements: []
|
|
140
141
|
rubygems_version: 3.0.1
|
141
142
|
signing_key:
|
142
143
|
specification_version: 4
|
143
|
-
summary: '
|
144
|
+
summary: 'CodeName: #PeteDoherty ... An extensible Twitter client living inside the
|
145
|
+
Fry and Pry REPLs.'
|
144
146
|
test_files: []
|