pry-send_tweet.rb 1.20.42 → 1.20.43
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -1
- data/README.md +4 -0
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48a632d0b356a9ebe7a1d1e71119bb8b0b8277beaa2ba59ea7132ad9bec3efde
|
4
|
+
data.tar.gz: f15c4b6fd7f49b81218f5ef76010e01ee1e44ef81139688058b81a25b88a5d6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3274e6e4c7b18595091d298e4a4ec0eff4e2e58194e4116ac46bbe679689aeb989286ae1621f1d3418cf95a9095c3b064f2996a95257a84055ab5d00cf7ed3c
|
7
|
+
data.tar.gz: 550a21ade1d78b96b4ea31a920c051f0e6db143f7634956229e6884f310e838beae6c819143e713675069e5cdc9c95e486efe2ee49bbc9a8acece123033e3263
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,18 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## v1.20.43+ (#RollingStones)
|
4
|
+
|
5
|
+
* Add art
|
6
|
+
|
7
|
+
## v1.20.42+ (#LikeARollingStone)
|
8
|
+
|
9
|
+
* Add videos
|
10
|
+
|
11
|
+
* Add art
|
12
|
+
|
3
13
|
## v1.20.39+ (RonaldMcDonald)
|
4
14
|
|
5
|
-
* Add moving pictures
|
15
|
+
* Add moving pictures
|
6
16
|
|
7
17
|
## v1.20.33+ (Hey @apple)
|
8
18
|
|
data/README.md
CHANGED
@@ -512,6 +512,10 @@ __#17__ What color is this tide? I drank it yesterday, as a cup of tea.
|
|
512
512
|
|
513
513
|
![FreeBSD-17](/art/tide.jpg)
|
514
514
|
|
515
|
+
__#18__ A song from Mick Jagger.
|
516
|
+
|
517
|
+
![FreeBSD-18](/art/rollingstone.jpg)
|
518
|
+
|
515
519
|
## <a id='license'>License</a>
|
516
520
|
|
517
521
|
This project uses the MIT license, see [LICENSE.txt](./LICENSE.txt) for details.
|
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.43
|
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: #RollingStones .. An extensible Twitter client living inside
|
58
58
|
the Pry and Fry REPLs.'
|
59
59
|
email: trebor.g@protonmail.com
|
60
60
|
executables: []
|
@@ -137,6 +137,6 @@ rubyforge_project:
|
|
137
137
|
rubygems_version: 2.7.8
|
138
138
|
signing_key:
|
139
139
|
specification_version: 4
|
140
|
-
summary: 'Codename:
|
141
|
-
|
140
|
+
summary: 'Codename: #RollingStones .. An extensible Twitter client living inside the
|
141
|
+
Pry and Fry REPLs.'
|
142
142
|
test_files: []
|