pry-twitter 1.32.2 → 1.32.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bc5944a3efcab867d8d0473e380552d4657b5c408fcbbcecb26ae6b4a6d7d375
4
- data.tar.gz: 0edad30488cdb8d889ec8ee64729ed402375acbc8fa8d83186ce30c0de466cfa
3
+ metadata.gz: 67e2677e9a7b2430f2d8d04063cef4fd8d466b90630dd9955beeef5a7772dfda
4
+ data.tar.gz: f28d8ec8741c5f356be9e3322aee482caf29b0ed768142863c7f3b890f1d84b7
5
5
  SHA512:
6
- metadata.gz: 48637508ce39194ca27b6423947138d0d216ff2bf5e4f185dd77942bae07e20d6a89b0d9840e85c55dac82c17f70c73b551bee1d85c20e79bc7111b22aabbe73
7
- data.tar.gz: afee32e6c63a35012e53932a01a2a7b4ff25987abb7b73187e76471be30e5698317f4acadaecaadbc71f490e4026c2b036e68372ce6e72aaca2c9a529c9c3e0c
6
+ metadata.gz: b10ac3e58037baa60ed018e54e94392fdaf94fa35702e5d0d40941b13896759143282c4f9fa10df8cce8047f5d11f64c1a3d0e2a0eeb650b9955bb32c055df89
7
+ data.tar.gz: c3fb8ec5134a71a4d2956512bd70ac7efdb4e3845160611ff8bdcd7adf6b87b6bb1f9be8bc86fd5b7e0912c0566c30f288e3d816b5554b2a27b4eeefe3749c01
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.32.0+ (#ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc)
4
+
5
+ - Around the world.
6
+
7
+ ## v1.31.0+ (#CharlieSaid #modphp #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet)
8
+
9
+ - More daft punk
10
+
3
11
  ## v1.30.0+ (#CharlieSaid #modphp #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet)
4
12
 
5
13
  - Daft pank
@@ -671,7 +671,8 @@ Pry.commands.instance_eval do
671
671
  %q[Devlin - Shook Ones Freestyle] => %q[https://www.youtube.com/watch?v=U_y-x3QBloo],
672
672
  %q[Assad's Speech at 2003 Arab League against Iraq War (Rare Speech)] => %q[https://www.youtube.com/watch?v=50NXigWwDQU],
673
673
  %q['The Biggest Funeral in History' - Tehran, June 3rd 1989] => %q[https://www.youtube.com/watch?v=Z-gMpl_HIRo],
674
- %q[Thank God It's Christmas by Damo & Ivor] => %q[https://www.youtube.com/watch?v=pMT35Ktv5GI]
674
+ %q[Thank God It's Christmas by Damo & Ivor] => %q[https://www.youtube.com/watch?v=pMT35Ktv5GI],
675
+ %q[6IX9INE "Tati" Feat. DJ SpinKing (WSHH Exclusive - Official Music Video)] => %q[https://www.youtube.com/watch?v=UC6USOV4ewc]
675
676
  }
676
677
  command '🎧', '' do
677
678
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.32.2'
4
- CODENAME = %q{#ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas}
3
+ VERSION = '1.32.3'
4
+ CODENAME = %q{#ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc}
5
5
  end
6
6
  end
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.32.2
4
+ version: 1.32.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fry developers
@@ -53,8 +53,8 @@ dependencies:
53
53
  - - "~>"
54
54
  - !ruby/object:Gem::Version
55
55
  version: '1.4'
56
- description: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas ... An extensible
57
- Twitter client living inside the Fry and Pry REPLs.'
56
+ description: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc ...
57
+ An extensible Twitter client living inside the Fry and Pry REPLs.'
58
58
  email: trebor.macg8@protonmail.com
59
59
  executables: []
60
60
  extensions: []
@@ -147,6 +147,6 @@ requirements: []
147
147
  rubygems_version: 3.0.1
148
148
  signing_key:
149
149
  specification_version: 4
150
- summary: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas ... An extensible
151
- Twitter client living inside the Fry and Pry REPLs.'
150
+ summary: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc ... An
151
+ extensible Twitter client living inside the Fry and Pry REPLs.'
152
152
  test_files: []