pry-twitter 1.34.0 → 1.34.1

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: 1a2131404b7d65f9b8ee5029948d95b5f3f3e9c197bea7e85b5cd24e0e3f02b1
4
- data.tar.gz: 612622d89ff57a6219c83d29bd4e36e302fa34495f31982db7c5d9cdb488f3f4
3
+ metadata.gz: aaf9b89d1f4af605c3a5121aabed311f1c7990bba654ebbabee99c84f5a5ed86
4
+ data.tar.gz: e38cca2bdd6aaa30f339e13f2e6c73de33ab6cdb68e45e852e6090ef9c616da7
5
5
  SHA512:
6
- metadata.gz: cc3438bb73f862a294605d4824241cf5ae967f8e4df3264099e8d25872485878bd29d80af5d465bce876f8d3359f78b2c124ec3cde731b0581b5b0d445b03a51
7
- data.tar.gz: 1f32c22ce16d79b784df80663149a34143f4bbf9ba5963ae124b3e8d2a40d22d7e0c970f04b3acbd6490418bd5e75645dc57f3f683f2fb857067bdd773c25504
6
+ metadata.gz: b905d70ffb83bd6bfa85fa3531e9b82498c3b566bef7cb3d19b4319809d08c6e5e3a2c9082afb14a1f72d87876cfaad2d4a4313895f2ec130ccdbe47a77ae3c2
7
+ data.tar.gz: c7e20db9d3a30f0a1bf4bef0eb190332cfa04b2eb907d13d426ab33718eb32d641632ddffed71150965d1c1874ef1715e5a246ffb299f1d240ecf2d99b7ece70
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.34.0
4
+
5
+ - The story of Dia.
6
+
7
+ ## v1.33.0
8
+
9
+ - blackout
10
+
3
11
  ## v1.32.0+ (#ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc #phx #rio #svo)
4
12
 
5
13
  - Around the world.
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.34.0'
4
- CODENAME = %q{manu https://rubygems.org/gems/dia}
3
+ VERSION = '1.34.1'
4
+ CODENAME = %q{Kind Of The Frogs (by invasion) https://www.youtube.com/watch?v=DvcAtamzdMA}
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.34.0
4
+ version: 1.34.1
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: manu https://rubygems.org/gems/dia ... An extensible Twitter
57
- client living inside the Fry and Pry REPLs.'
56
+ description: 'CodeName: Kind Of The Frogs (by invasion) https://www.youtube.com/watch?v=DvcAtamzdMA
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: []
@@ -148,6 +148,6 @@ requirements: []
148
148
  rubygems_version: 3.0.1
149
149
  signing_key:
150
150
  specification_version: 4
151
- summary: 'CodeName: manu https://rubygems.org/gems/dia ... An extensible Twitter client
152
- living inside the Fry and Pry REPLs.'
151
+ summary: 'CodeName: Kind Of The Frogs (by invasion) https://www.youtube.com/watch?v=DvcAtamzdMA
152
+ ... An extensible Twitter client living inside the Fry and Pry REPLs.'
153
153
  test_files: []