pry-send_tweet.rb 1.20.39 → 1.20.40
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/README.md +4 -0
- data/art/tide.jpg +0 -0
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ac943e81f9c8ab131a84ba370947ac64618a329394cc104a0b9cc9dc986c11a4
|
|
4
|
+
data.tar.gz: ebe103997e35b03ca216d38aca72bc8873a1a09519d138046a90b4e59c6b4e1f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d236ea2c0bccc43a9f6ac74a93fe9396bb526ce4a57303481bbd455b6d8194f51bf4c6d1642fa942af8692b7633c757a1fee7523eb4f2dbcd67162669d2f672
|
|
7
|
+
data.tar.gz: 6764f3cf521d3b1060f494f75eb73d5968ff73db579ce6b8b736e39a0570604ba22eec31f182c52d151a74a6e26f99649e0816eb8e5613483f7dd46f04f23655
|
data/README.md
CHANGED
|
@@ -508,6 +508,10 @@ __#16__ King Faisal was a king of Saudi Arabia during a very turbulent time, lik
|
|
|
508
508
|
|
|
509
509
|

|
|
510
510
|
|
|
511
|
+
__#17__ What color is this tide? I drank it yesterday, as a cup of tea.
|
|
512
|
+
|
|
513
|
+

|
|
514
|
+
|
|
511
515
|
## <a id='license'>License</a>
|
|
512
516
|
|
|
513
517
|
This project uses the MIT license, see [LICENSE.txt](./LICENSE.txt) for details.
|
data/art/tide.jpg
ADDED
|
Binary file
|
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.40
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pry developers
|
|
@@ -54,7 +54,7 @@ dependencies:
|
|
|
54
54
|
- - "~>"
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
56
|
version: '1.4'
|
|
57
|
-
description: 'Codename:
|
|
57
|
+
description: 'Codename: #AfghanGirlsCode .. An extensible Twitter client living inside
|
|
58
58
|
the Pry and Fry REPLs.'
|
|
59
59
|
email: trebor.g@protonmail.com
|
|
60
60
|
executables: []
|
|
@@ -82,6 +82,7 @@ files:
|
|
|
82
82
|
- art/55-e41f9896d0.jpg
|
|
83
83
|
- art/56-c82d4e5b61.jpg
|
|
84
84
|
- art/59-2a2c9cd962.jpg
|
|
85
|
+
- art/tide.jpg
|
|
85
86
|
- lib/pry-send_tweet.rb
|
|
86
87
|
- lib/pry/pager/system_pager.rb
|
|
87
88
|
- lib/pry/send_tweet/commands/base_command.rb
|
|
@@ -135,6 +136,6 @@ rubyforge_project:
|
|
|
135
136
|
rubygems_version: 2.7.8
|
|
136
137
|
signing_key:
|
|
137
138
|
specification_version: 4
|
|
138
|
-
summary: 'Codename:
|
|
139
|
-
Pry and Fry REPLs.'
|
|
139
|
+
summary: 'Codename: #AfghanGirlsCode .. An extensible Twitter client living inside
|
|
140
|
+
the Pry and Fry REPLs.'
|
|
140
141
|
test_files: []
|