pry-twitter 1.30.1 → 1.30.2

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: 8328ff57b4399d5f37bbfff068b039f2c39936f25e4ca4b0f89a20231473bfa6
4
- data.tar.gz: ee7dbe8f5fc9f72bda7bd22149e09616a4212d6f15766a725ab6241ae01eee17
3
+ metadata.gz: 1bdd4fba36f8950dd7f1500ba3e10d7d466d1b5cfb7a83072dee7fc2f3b7a5ea
4
+ data.tar.gz: 74c5a463faa2a3b88cbb2f7bbd6ea28d2534f26d45dd45910931e7a5af956a19
5
5
  SHA512:
6
- metadata.gz: f04d951ea734a6c66a02b119a5c753ecfcb363482bff5c05e4d7914a3cd75db3e032bb32ce7612c1a5954f46cb9e3fe72593d3496c3b37b5d43b3647acc460fa
7
- data.tar.gz: 33c634725bf77648cd714f9feb62187dd4ca724667ec65809388869124cc4e0810af6000d2f311e9bf4b9cfc676fe27236a9ae03e73fd5626e89717c2fd85113
6
+ metadata.gz: 166f2e5841fb268b65765c197ee81017f5a129f1dd11cc4bbe090ce2440de80d101ef7f5de4d6cf424622f2a00e86bf925bdb6b849377bc4f33e1b9c1d9bd543
7
+ data.tar.gz: 8eeb370b417408acae3f116c5b210bca5ee2585d743a1f556ce3802c340f6a53f1c112b862811076c3c53bbf74e1c289358cd07246cc37b924c912f2cf0d7efc
data/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # CHANGELOG
2
2
 
3
- ## v1.30.0+ (#TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet)
3
+ ## v1.30.0+ (#CharlieSaid #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet)
4
4
 
5
- - Daftpnk
5
+ - Daft pank
6
6
 
7
7
  ## v1.29.0+ (#ByTheWay)
8
8
 
@@ -642,7 +642,8 @@ Pry.commands.instance_eval do
642
642
  %q[Private Internet Access] => %q[https://www.youtube.com/watch?v=RB2HaVkH68Y],
643
643
  %q[Princess Diana] => %q[https://www.youtube.com/watch?v=Ccr-jTeW7Ug],
644
644
  %q[TheWorld] => %q[https://www.youtube.com/watch?v=Glht5kKv9RU],
645
- %q[Three Strikes] => %q[https://www.youtube.com/watch?v=GB9uqB5Pzyg&feature=youtu.be]
645
+ %q[Three Strikes] => %q[https://www.youtube.com/watch?v=GB9uqB5Pzyg&feature=youtu.be],
646
+ %q[Charlie Said] => %q[https://www.youtube.com/watch?v=Zje91xTd6Lc]
646
647
  command '🎧', '' do
647
648
  args = arg_string.split(' ')
648
649
  no_dups = DISCO_BISCUITS.uniq
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.30.1'
4
- CODENAME = %q{#TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet}
3
+ VERSION = '1.30.2'
4
+ CODENAME = %q{#CharlieSaid #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet}
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.30.1
4
+ version: 1.30.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fry developers
@@ -53,7 +53,7 @@ dependencies:
53
53
  - - "~>"
54
54
  - !ruby/object:Gem::Version
55
55
  version: '1.4'
56
- description: 'CodeName: #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet
56
+ description: 'CodeName: #CharlieSaid #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet
57
57
  ... An extensible Twitter client living inside the Fry and Pry REPLs.'
58
58
  email: trebor.macg8@protonmail.com
59
59
  executables: []
@@ -143,6 +143,6 @@ requirements: []
143
143
  rubygems_version: 3.0.1
144
144
  signing_key:
145
145
  specification_version: 4
146
- summary: 'CodeName: #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet
146
+ summary: 'CodeName: #CharlieSaid #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet
147
147
  ... An extensible Twitter client living inside the Fry and Pry REPLs.'
148
148
  test_files: []