pry-send_tweet.rb 1.19.14 → 1.19.15

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: 948b1af6c4723ccebdc0eb90e5d0f931ed2025b429cdb3c9a784c1a4858aad1a
4
- data.tar.gz: a104dbdc6dea70c0a9a0426942546b17187b9aac2eaa76fd4e450c021c0e1e7d
3
+ metadata.gz: b04a01c50a62ac470c5eb1e4cdf98516a616fbe2e691d167907940685bfa0acf
4
+ data.tar.gz: 64bc2187e498c2af651a491ecd5a5f52e4582ff551a57871e769660ba7a380cc
5
5
  SHA512:
6
- metadata.gz: 8e85637a4f20190965bc965c7b2bf88131d589d6d922044f8fda4c28e845800c5d159b53430d734330dfc4687230b5378c040f58e615f95c93a39ad7cfb99b5d
7
- data.tar.gz: 6e46efd01e39ad65037a74bd5dafb58eea6f7d4f4225fb8cac1c8983941a65f8db1cb1353c1c9967a2bbf0ec7fc8c85ee30a18e37e4ab44311562216e3ba0c2e
6
+ metadata.gz: b5cb1ea723b80dbc22b9be076c794c80e623d6f8319120c94a590beb16902ed58f92bc1741ab9dab2064315d1026d632427de2db87f270a310f012a6cea8d04f
7
+ data.tar.gz: 2653d3ae2d2942739b5016ee2374c3c0f4db604bd46a60459bb16c5fd42e802aded52244a3ab4f89f63439e2ec3b6d31741191b90dea8485b9794e7cf08e0baf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # CHANGELOG
2
2
 
3
- ## v1.19.10 - 17+
3
+ ## v1.20.0
4
+
5
+ * Add disco biscuit(s)
6
+
7
+ * Change the codename for v1.20+ series to `NoRegrets`
8
+
9
+ ## v1.19.10 - 14
4
10
 
5
11
  * Continuation of `.10`
6
12
 
@@ -510,7 +510,8 @@ Pry.commands.instance_eval do
510
510
  %q[then sell both to big US companies who make big money while I get small change.] => 'https://www.youtube.com/watch?v=o3UHMV3jrZk',
511
511
  %q[★RUSSIAN HELL MARCH ★ - EL TERROR DE LA OTAN (Poder Militar de Rusia)] => %q|https://www.youtube.com/watch?v=T1ca52QhGr4|,
512
512
  %q|@AllenGleeson @IanGleeson @dexy86385930 @ellagleeson2| => %q|https://www.youtube.com/watch?v=yz7Cn3pHibo|,
513
- %q|@AllenGleeson @IanGleeson @dexy86385930 @ellagleeson2| => %q|https://www.youtube.com/watch?v=Hj5qwYwcht4|
513
+ %q|@AllenGleeson @IanGleeson @dexy86385930 @ellagleeson2| => %q|https://www.youtube.com/watch?v=Hj5qwYwcht4|,
514
+ %q|The Prodigy - Firestarter (Official Video)| => %q|https://www.youtube.com/watch?v=wmin5WkOuPw|
514
515
  }
515
516
  command '🎧', '' do
516
517
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.19.14'
4
- CODENAME = '@dexy86385930 is a dead man. @ellagleeson2 is a whore clarky.'
3
+ VERSION = '1.19.15'
4
+ CODENAME = 'NoRegrets'
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.19.14
4
+ version: 1.19.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers
@@ -54,8 +54,8 @@ dependencies:
54
54
  - - "~>"
55
55
  - !ruby/object:Gem::Version
56
56
  version: '1.4'
57
- description: 'Codename: @dexy86385930 is a dead man. @ellagleeson2 is a whore clarky.
58
- .. An extensible Twitter client living inside the Pry and Fry REPLs.'
57
+ description: 'Codename: NoRegrets .. An extensible Twitter client living inside the
58
+ Pry and Fry REPLs.'
59
59
  email: trebor.g@protonmail.com
60
60
  executables: []
61
61
  extensions: []
@@ -131,6 +131,6 @@ rubyforge_project:
131
131
  rubygems_version: 2.7.8
132
132
  signing_key:
133
133
  specification_version: 4
134
- summary: 'Codename: @dexy86385930 is a dead man. @ellagleeson2 is a whore clarky.
135
- .. An extensible Twitter client living inside the Pry and Fry REPLs.'
134
+ summary: 'Codename: NoRegrets .. An extensible Twitter client living inside the Pry
135
+ and Fry REPLs.'
136
136
  test_files: []