pry-twitter 1.30.2 → 1.30.3

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: 1bdd4fba36f8950dd7f1500ba3e10d7d466d1b5cfb7a83072dee7fc2f3b7a5ea
4
- data.tar.gz: 74c5a463faa2a3b88cbb2f7bbd6ea28d2534f26d45dd45910931e7a5af956a19
3
+ metadata.gz: 7813eb0659c9186ed0fe63107dff1695f6d00b66d3f67ac999e458f6da27cf12
4
+ data.tar.gz: 17cd93018a39a8c54560756cfb5f9828004d68de87bd2c14b99316e7bb0c1dd5
5
5
  SHA512:
6
- metadata.gz: 166f2e5841fb268b65765c197ee81017f5a129f1dd11cc4bbe090ce2440de80d101ef7f5de4d6cf424622f2a00e86bf925bdb6b849377bc4f33e1b9c1d9bd543
7
- data.tar.gz: 8eeb370b417408acae3f116c5b210bca5ee2585d743a1f556ce3802c340f6a53f1c112b862811076c3c53bbf74e1c289358cd07246cc37b924c912f2cf0d7efc
6
+ metadata.gz: 8c8c4c37d0554126baefd397cec72dd45783f2d09b4e756fd584171cee480a7701ad940bc41470a30bbed98c20cff4525e160c69a86da841f51346aa73a5cef5
7
+ data.tar.gz: 524e6d2603655f445ea6626b89ebe7005719507af36dd8e402bb0d4db2be8c3e7261441e8d5ac028cbfe0c1b2428ef4f98ecf493c26b7f65fbc06d6dd94d8c83
data/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # CHANGELOG
2
2
 
3
- ## v1.30.0+ (#CharlieSaid #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet)
3
+ ## v1.30.0+ (#CharlieSaid #modphp #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet)
4
4
 
5
5
  - Daft pank
6
6
 
@@ -643,7 +643,8 @@ Pry.commands.instance_eval do
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
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
+ %q[Charlie Said] => %q[https://www.youtube.com/watch?v=Zje91xTd6Lc],
647
+ %q[modphp] => %q[https://youtu.be/9qGKEosx7sU]
647
648
  command '🎧', '' do
648
649
  args = arg_string.split(' ')
649
650
  no_dups = DISCO_BISCUITS.uniq
@@ -1,6 +1,7 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.30.2'
4
- CODENAME = %q{#CharlieSaid #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet}
3
+ VERSION = '1.30.3'
4
+ CODENAME = %q{#CharlieSaid #modphp #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet}
5
5
  end
6
6
  end
7
+
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.2
4
+ version: 1.30.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fry developers
@@ -53,8 +53,9 @@ dependencies:
53
53
  - - "~>"
54
54
  - !ruby/object:Gem::Version
55
55
  version: '1.4'
56
- description: 'CodeName: #CharlieSaid #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet
57
- ... An extensible Twitter client living inside the Fry and Pry REPLs.'
56
+ description: 'CodeName: #CharlieSaid #modphp #TheWorld #Three #Strikes #And #Youre
57
+ #Out #WilliamAndAnneMullet ... An extensible Twitter client living inside the Fry
58
+ and Pry REPLs.'
58
59
  email: trebor.macg8@protonmail.com
59
60
  executables: []
60
61
  extensions: []
@@ -143,6 +144,7 @@ requirements: []
143
144
  rubygems_version: 3.0.1
144
145
  signing_key:
145
146
  specification_version: 4
146
- summary: 'CodeName: #CharlieSaid #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet
147
- ... An extensible Twitter client living inside the Fry and Pry REPLs.'
147
+ summary: 'CodeName: #CharlieSaid #modphp #TheWorld #Three #Strikes #And #Youre #Out
148
+ #WilliamAndAnneMullet ... An extensible Twitter client living inside the Fry and
149
+ Pry REPLs.'
148
150
  test_files: []