pry-send_tweet.rb 1.20.54 → 1.20.55
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 +4 -4
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aeb2abbae216e29916ff9f840b2ec84044fc80eb27ed7966165ea3f230c9fdc3
|
|
4
|
+
data.tar.gz: ce4275eb550e42d5016afb922068e4cbea3e93df3c067bb8c20e6dc3acc8da45
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c589b40de2386af4145acd96014bc7bf185f1851e3211e0b907c8c1515ed485422fd7e09aff06a74d21dc0f495b577f403d4181d29c5cd5f5988f3678c31525
|
|
7
|
+
data.tar.gz: b3fa1d5201e0e62272737b37dfe8ee886531bcfa6465f80a72856d35298b44002867375dfcbafff017167100e9aa787002138e086895288983f0da8fb31451a2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
class Pry
|
|
2
2
|
module SendTweet
|
|
3
|
-
VERSION = '1.20.
|
|
4
|
-
CODENAME = 'I
|
|
3
|
+
VERSION = '1.20.55'
|
|
4
|
+
CODENAME = 'I have been trapped inside that book ever since, I was told, "It will all end in .."'
|
|
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.20.
|
|
4
|
+
version: 1.20.55
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pry developers
|
|
@@ -54,9 +54,9 @@ dependencies:
|
|
|
54
54
|
- - "~>"
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
56
|
version: '1.4'
|
|
57
|
-
description: 'Codename: I
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
description: 'Codename: I have been trapped inside that book ever since, I was told, "It
|
|
58
|
+
will all end in .." .. An extensible Twitter client living inside the Pry and Fry
|
|
59
|
+
REPLs.'
|
|
60
60
|
email: trebor.g@protonmail.com
|
|
61
61
|
executables: []
|
|
62
62
|
extensions: []
|
|
@@ -139,7 +139,7 @@ rubyforge_project:
|
|
|
139
139
|
rubygems_version: 2.7.8
|
|
140
140
|
signing_key:
|
|
141
141
|
specification_version: 4
|
|
142
|
-
summary: 'Codename: I
|
|
143
|
-
|
|
144
|
-
|
|
142
|
+
summary: 'Codename: I have been trapped inside that book ever since, I was told, "It
|
|
143
|
+
will all end in .." .. An extensible Twitter client living inside the Pry and Fry
|
|
144
|
+
REPLs.'
|
|
145
145
|
test_files: []
|