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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 57044b132c6b4b3ffcf66d75fe272cd3cc8f6f3203f023c50321917f39b7a45e
4
- data.tar.gz: 7a813eb8cafe90dd476e980086fcb6e8a45305c6b38674d2a0dccfcc9fbd0c1d
3
+ metadata.gz: 48a632d0b356a9ebe7a1d1e71119bb8b0b8277beaa2ba59ea7132ad9bec3efde
4
+ data.tar.gz: f15c4b6fd7f49b81218f5ef76010e01ee1e44ef81139688058b81a25b88a5d6d
5
5
  SHA512:
6
- metadata.gz: 6f0ff8b03152ef907ad2b6fece7a2fac9f3e21593431c51790bb82a571fe1c05114092295d67bbe1e0dd286b35a53b4e47338b8c7a1f431372b9981813ad3eea
7
- data.tar.gz: b20cb0579c93ebb61e5746d8296834ec12cea1acf2e872076e50376a712e962fc944b7f2f40f2fd5c1c8b4b6cfccb91adf63f5a1455d705d9edf9fc5263854e8
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.
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.42'
4
- CODENAME = 'LikeARollingStone'
3
+ VERSION = '1.20.43'
4
+ CODENAME = '#RollingStones'
5
5
  end
6
6
  end
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.42
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: LikeARollingStone .. An extensible Twitter client living inside
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: LikeARollingStone .. An extensible Twitter client living inside
141
- the Pry and Fry REPLs.'
140
+ summary: 'Codename: #RollingStones .. An extensible Twitter client living inside the
141
+ Pry and Fry REPLs.'
142
142
  test_files: []