pry-send_tweet.rb 1.11.3 → 1.11.4

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: b4bedf5d4147ddeab24add87f5314cf9b353acaec09082b0db929b62d98f12bf
4
- data.tar.gz: 568a743e27f61bc4d22977e4515448c13db35aed1f7febe57eb7268cf9fc4949
3
+ metadata.gz: ec68bdf98fd4b42069ab0acd4bf7a3edd8b0c4b33356a44289170d19b70333f3
4
+ data.tar.gz: 8e5d5beeaf8b96f8c5afd77c74088396c49f3a3f3bb4b0296a24f8f26d3f4711
5
5
  SHA512:
6
- metadata.gz: ceebdbf55d12126714ee7d28bf89056eb93fe73ea541e3c748c166950a391a4d681e3c8f86082dd1ea293db773cdfd0a3e6571c433f8764e17d4c8061f443ce2
7
- data.tar.gz: e7eda9f18a3fbe5154d70a92080967007ceb246e81839dbb56b59a8a2b9e468d69137cbcb967628352486fe0aa8ec026f6a555f373676e030ffb0a1066be2a00
6
+ metadata.gz: fe6e0bd205956180008729fde5328eea9120f9a50f231d46319cb197c9bfd1e6cf7a462d0de7659843080525882447af509377ec89c2f8292fef493f5ad2a783
7
+ data.tar.gz: 2c0644b77cc01d44296803af0caf69f976350483c3f3c296ad3417671bc90be6da8a5fdd41af587b7c52a7bcaee170679d2fc8d0dc752a4376af68f06ac4560e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.11.4 (ChairmanKim)
4
+
5
+ * Embed the codename of each release into the gemspec.
6
+
3
7
  ## v1.11.3 (ChairmanKim)
4
8
 
5
9
  * Disable warnings on the FreeBSD VM.
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.11.3'
3
+ VERSION = '1.11.4'
4
4
  CODENAME = 'ChairmanKim'
5
5
  end
6
6
  end
@@ -4,7 +4,7 @@ Gem::Specification.new do |spec|
4
4
  spec.version = Pry::SendTweet::VERSION
5
5
  spec.authors = ["Pry developers", "Fry developers", "trebor8"]
6
6
  spec.email = "trebor.g@protonmail.com"
7
- spec.summary = "An extensible Twitter client living inside the Pry and Fry REPLs."
7
+ spec.summary = "Codename: #{Pry::SendTweet::CODENAME} .. An extensible Twitter client living inside the Pry and Fry REPLs."
8
8
  spec.description = spec.summary
9
9
  spec.homepage = "https://gitlab.com/trebor8/fry-send_tweet.rb"
10
10
  spec.licenses = ["BSD (3-Clause)"]
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.11.3
4
+ version: 1.11.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers
@@ -54,7 +54,8 @@ dependencies:
54
54
  - - "~>"
55
55
  - !ruby/object:Gem::Version
56
56
  version: '1.4'
57
- description: An extensible Twitter client living inside the Pry and Fry REPLs.
57
+ description: 'Codename: ChairmanKim .. An extensible Twitter client living inside
58
+ the Pry and Fry REPLs.'
58
59
  email: trebor.g@protonmail.com
59
60
  executables: []
60
61
  extensions: []
@@ -121,5 +122,6 @@ rubyforge_project:
121
122
  rubygems_version: 2.7.8
122
123
  signing_key:
123
124
  specification_version: 4
124
- summary: An extensible Twitter client living inside the Pry and Fry REPLs.
125
+ summary: 'Codename: ChairmanKim .. An extensible Twitter client living inside the
126
+ Pry and Fry REPLs.'
125
127
  test_files: []