pry-twitter 1.33.40 → 1.33.41

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: 6d8f8ff297678a919b54d1036515752c1f26f9b93add194966cc3d839efd3c40
4
- data.tar.gz: cdc11d59ec7cbd96aa7277e8cd6acb79e0b4a6400d056ba10bebe1b179b648aa
3
+ metadata.gz: 3584c7b88a731abd7c489850cd4f07d5bd7272d19cae47f05818dcc3aba36ca9
4
+ data.tar.gz: e476272bf63f0d66665e93fe8faf2adf4d6548ff34046be8ac8bf0598bd1e3f1
5
5
  SHA512:
6
- metadata.gz: dd0c94b1eeae9ca4c4f026d690963eb071637a4fef927efc7617cf7cd5fa126122810f9bcb3ebe5bc217c38081aa3aa67bbf95ee8cea684f619fe52cb9dd2109
7
- data.tar.gz: 61db79d04099f330476baca8d177da37845178fad09b704843a098ef712d4a72c3700ac973b6729432a0e4c9e32c38bd463c8ca851284ae70f28e589be2219f8
6
+ metadata.gz: cd7cbcdd3ec5f4488f0cc2028e6bfd0b90150ab8272325e8803b97f23d543724acd5ad91f734cd9160ddb0caae5b40fe1fca80043cb0b0927ad087caf8e59be6
7
+ data.tar.gz: 3f97f106268b1e62fbe4adac2d513c68f84d905b6d17aa0466f79d24831c922f9f10e3b25d6547161d5bec1d929a4c4e0f90b922d0cf51b0fd867b56251a782a
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.33.40'
4
- CODENAME = %q{#TruthBomb https://www.youtube.com/watch?v=V5DJizg5Y0I}
3
+ VERSION = '1.33.41'
4
+ CODENAME = %q{#TruthBomb https://www.youtube.com/watch?v=mXp99jJtyII}
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.33.40
4
+ version: 1.33.41
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: #TruthBomb https://www.youtube.com/watch?v=V5DJizg5Y0I ...
56
+ description: 'CodeName: #TruthBomb https://www.youtube.com/watch?v=mXp99jJtyII ...
57
57
  An extensible Twitter client living inside the Fry and Pry REPLs.'
58
58
  email: trebor.macg8@protonmail.com
59
59
  executables: []
@@ -148,6 +148,6 @@ requirements: []
148
148
  rubygems_version: 3.0.1
149
149
  signing_key:
150
150
  specification_version: 4
151
- summary: 'CodeName: #TruthBomb https://www.youtube.com/watch?v=V5DJizg5Y0I ... An
151
+ summary: 'CodeName: #TruthBomb https://www.youtube.com/watch?v=mXp99jJtyII ... An
152
152
  extensible Twitter client living inside the Fry and Pry REPLs.'
153
153
  test_files: []