pry-send_tweet.rb 1.17.9 → 1.18.0

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: 66109e9acc15ec0c0bd6350603ed05d505231c6c1aeffa9983811e9088ab38bd
4
- data.tar.gz: 5894b2f4d43f6ce8a61afa95c1004c95b77157828a2fc0df290088a9d13fad14
3
+ metadata.gz: 19cffa4f18048a580d8beaf0bcc3a7422c068c8a93fa676fa5c572cf3519a8fa
4
+ data.tar.gz: 9328922f787c29310d219ab357c77313725ed07284ad376365576abc59698e32
5
5
  SHA512:
6
- metadata.gz: 8f41ab17dcc4afd898c8107e0a080be2bbdb6656d999a4a83a10c27b5f76864d128acc81481592ef878accc8c83f03d6743e556439a8208302c895d48dfb9e8e
7
- data.tar.gz: e3fdf0b7d925c7cb93982bfbea18d610beda19428339c47c2cd5d695b70b95bc1e0a86e8b455fc451f14b45e7e9614d0931b58af11b6b04572a82d329b5a8dcd
6
+ metadata.gz: 8f58504db3191568671f9790b1ae0f9fff28bf9b95bcde344acc3c0ac4f20d7b223a2e9bae301829fdd7fe7467b60c1b6f2f01c62b55bd5b71d2b991e23a93d3
7
+ data.tar.gz: f216e549c828323fa89b9e7b27968bfd51438141ec560773ac204206bb2ee30a9689eef02359c628c577c5c5efeb78a36272c373165d39b895e3d25de64980d8
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.18.0
4
+
5
+ * Let the fun begin!
6
+
3
7
  ## v1.17.8
4
8
 
5
9
  * Add warning(s)
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.17.9'
4
- CODENAME = 'Virtus'
3
+ VERSION = '1.18.0'
4
+ CODENAME = 'ItsCalledTheftUnlessYouPayMe__GeneralAssembly'
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.17.9
4
+ version: 1.18.0
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: Virtus .. An extensible Twitter client living inside the Pry
58
- and Fry REPLs.'
57
+ description: 'Codename: ItsCalledTheftUnlessYouPayMe__GeneralAssembly .. An extensible
58
+ Twitter client living inside the Pry and Fry REPLs.'
59
59
  email: trebor.g@protonmail.com
60
60
  executables: []
61
61
  extensions: []
@@ -130,6 +130,6 @@ rubyforge_project:
130
130
  rubygems_version: 2.7.8
131
131
  signing_key:
132
132
  specification_version: 4
133
- summary: 'Codename: Virtus .. An extensible Twitter client living inside the Pry and
134
- Fry REPLs.'
133
+ summary: 'Codename: ItsCalledTheftUnlessYouPayMe__GeneralAssembly .. An extensible
134
+ Twitter client living inside the Pry and Fry REPLs.'
135
135
  test_files: []