gem_lookup 1.0.1 โ†’ 1.1.0

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: 45aaad609d34d93d43bd3f3ca615a3e09c7107de0f0a49480ae84922aeaf3be9
4
- data.tar.gz: 2f7983be5fc2f02eb61bbb0d67b50efae634584ebfdd9c765656b42f75b05841
3
+ metadata.gz: 4406e9a2cb86197cc76bb546764b41ce078e938b69525e68206b24bd7648c0b9
4
+ data.tar.gz: 697c6c5bd42d790d20c6f93057de44bf4b393114f9ad222583c3909989b57411
5
5
  SHA512:
6
- metadata.gz: 5d54fc1f56378a15d2939625b65db4f67afb162d87d26dd1569219238a886a7e6e82fb897f4560c2b80fb002fa7d6bb6ac1828b8d7d8ab6f7bace87b638f9194
7
- data.tar.gz: f4dd917a44e2e4cc5c23ac4d1d66047513a9aa4ef00c022e344f1a71c939e31b111880cbdebf3aead2fad41bafa4d4757c17be61328acb26a58c054df726ccbe
6
+ metadata.gz: f859e2ec0accfb8a0f437043cd53589d83ebe56e7c7bffc4e681b75ec186c54b2dab6617f3a04f45c797835a92defb262a67f097c8c1865651eafaed31a4222c
7
+ data.tar.gz: 4b5614a668000b060abcf28ead57240f9668279a513cdfb97d14735aaa4cbab61c89c4c5122fbcb7677f4b917e91b1ab8969ea695b3182b5bdb8f1504942c8cb
data/CHANGELOG.md CHANGED
@@ -5,13 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog][changelog], and this project adheres to
6
6
  [Semantic Versioning][semver].
7
7
 
8
+ ## [1.1.0] - 2021-07-14
9
+
10
+ ### Added
11
+
12
+ * The RubyGems url is now displayed as the :compass: / `Location`.
13
+
8
14
  ## [1.0.1] - 2021-07-14
9
15
 
10
16
  ### Fixed
11
17
 
12
18
  * `Bundler.require` is no longer called when `ENV['APP_ENV']` is set to `production`.
13
19
  * Zeitwerk ignores specs if `ENV['APP_ENV']` is set to `production`.
14
- * Add `require_relative 'gem_lookup/version' to `lib/gem_lookup.rb`.
20
+ * Add `require_relative 'gem_lookup/version'` to `lib/gem_lookup.rb`.
15
21
  * Satisfies Zeitwerk's need for the `GemLookup` constant to be defined in the file.
16
22
  * Solves a `GemLookup::Help.version` constant check, as this module had not yet been defined.
17
23
 
data/README.md CHANGED
@@ -66,6 +66,7 @@ $ gems pry
66
66
  => ๐Ÿ”Ž Looking up: pry
67
67
  => ๐Ÿ’Ž pry is at 0.14.1
68
68
  ==> ๐Ÿ“… April 12, 2021
69
+ ==> ๐Ÿงญ https://rubygems.org/gems/pry
69
70
  ==> ๐Ÿ  http://pry.github.io
70
71
  ==> ๐Ÿ”— https://github.com/pry/pry
71
72
  ==> ๐Ÿ“‘ https://github.com/pry/pry/blob/master/CHANGELOG.md
@@ -80,6 +81,7 @@ $ gems --wordy pry
80
81
  => Looking up: pry
81
82
  => Gem: pry is at 0.14.1
82
83
  ==> Updated: April 12, 2021
84
+ ==> Location: https://rubygems.org/gems/pry
83
85
  ==> Homepage: http://pry.github.io
84
86
  ==> Source Code: https://github.com/pry/pry
85
87
  ==> Changelog: https://github.com/pry/pry/blob/master/CHANGELOG.md
@@ -154,28 +156,36 @@ Since there is a [rate limit](#rate-limit), passing less gems than that will cau
154
156
 
155
157
  ```sh
156
158
  $ gems pry rspec sentry-ruby rails
157
- => โœจ Gems: 4
158
- => ๐Ÿ”Ž Looking up: pry, rspec, sentry-ruby, rails
159
+ => ๐Ÿค” 4 gems
160
+ => ๐Ÿ”Ž pry, rspec, sentry-ruby, rails
161
+ => ๐Ÿ’Ž pry is at 0.14.1
162
+ ==> ๐Ÿ“… April 12, 2021
163
+ ==> ๐Ÿงญ https://rubygems.org/gems/pry
164
+ ==> ๐Ÿ  http://pry.github.io
165
+ ==> ๐Ÿ”— https://github.com/pry/pry
166
+ ==> ๐Ÿ“‘ https://github.com/pry/pry/blob/master/CHANGELOG.md
167
+ ==> ๐Ÿ’Œ Unavailable
159
168
  => ๐Ÿ’Ž rspec is at 3.10.0
160
169
  ==> ๐Ÿ“… October 30, 2020
170
+ ==> ๐Ÿงญ https://rubygems.org/gems/rspec
161
171
  ==> ๐Ÿ  http://github.com/rspec
162
172
  ==> ๐Ÿ”— https://github.com/rspec/rspec
163
- ==> ๐Ÿ“‘ No changelog
164
- => ๐Ÿ’Ž sentry-ruby is at 4.5.1
165
- ==> ๐Ÿ“… June 4, 2021
173
+ ==> ๐Ÿ“‘ Unavailable
174
+ ==> ๐Ÿ’Œ https://groups.google.com/forum/#!forum/rspec
175
+ => ๐Ÿ’Ž rails is at 6.1.4
176
+ ==> ๐Ÿ“… June 24, 2021
177
+ ==> ๐Ÿงญ https://rubygems.org/gems/rails
178
+ ==> ๐Ÿ  https://rubyonrails.org
179
+ ==> ๐Ÿ”— https://github.com/rails/rails/tree/v6.1.4
180
+ ==> ๐Ÿ“‘ https://github.com/rails/rails/releases/tag/v6.1.4
181
+ ==> ๐Ÿ’Œ https://discuss.rubyonrails.org/c/rubyonrails-talk
182
+ => ๐Ÿ’Ž sentry-ruby is at 4.6.1
183
+ ==> ๐Ÿ“… July 8, 2021
184
+ ==> ๐Ÿงญ https://rubygems.org/gems/sentry-ruby
166
185
  ==> ๐Ÿ  https://github.com/getsentry/sentry-ruby
167
186
  ==> ๐Ÿ”— https://github.com/getsentry/sentry-ruby
168
187
  ==> ๐Ÿ“‘ https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md
169
- => ๐Ÿ’Ž pry is at 0.14.1
170
- ==> ๐Ÿ“… April 12, 2021
171
- ==> ๐Ÿ  http://pry.github.io
172
- ==> ๐Ÿ”— https://github.com/pry/pry
173
- ==> ๐Ÿ“‘ https://github.com/pry/pry/blob/master/CHANGELOG.md
174
- => ๐Ÿ’Ž rails is at 6.1.3.2
175
- ==> ๐Ÿ“… May 5, 2021
176
- ==> ๐Ÿ  https://rubyonrails.org
177
- ==> ๐Ÿ”— https://github.com/rails/rails/tree/v6.1.3.2
178
- ==> ๐Ÿ“‘ https://github.com/rails/rails/releases/tag/v6.1.3.2
188
+ ==> ๐Ÿ’Œ Unavailable
179
189
  ```
180
190
 
181
191
  #### Batch Mode
@@ -186,126 +196,181 @@ between batches, so as to respect the rate limit.
186
196
 
187
197
  ```sh
188
198
  $ gems byebug pinglish rspec rubocop rubocop-rspec rubocop-rails sentry-ruby sentry-rails pry byebug typhoeus faraday Faraday rails pagy clowne discard aasm logidze GLOBALIZE lockbox factory_BOT faker site_prism nokogiri simplecov
189
- => โœจ Gems: 24
190
- => ๐Ÿงบ Batch: 1 of 3
191
- => ๐Ÿ”Ž Looking up: byebug, pinglish, rspec, rubocop, rubocop-rspec, rubocop-rails, sentry-ruby, sentry-rails, pry, typhoeus
199
+ => ๐Ÿค” 24 gems
200
+ => ๐Ÿงบ 1 of 3
201
+ => ๐Ÿ”Ž byebug, pinglish, rspec, rubocop, rubocop-rspec, rubocop-rails, sentry-ruby, sentry-rails, pry, typhoeus
192
202
  => ๐Ÿ’Ž pinglish is at 0.2.1
193
203
  ==> ๐Ÿ“… November 13, 2014
204
+ ==> ๐Ÿงญ https://rubygems.org/gems/pinglish
194
205
  ==> ๐Ÿ  https://github.com/jbarnette/pinglish
195
- ==> ๐Ÿ“‘ No changelog
196
- => ๐Ÿ’Ž sentry-rails is at 4.5.1
197
- ==> ๐Ÿ“… June 4, 2021
198
- ==> ๐Ÿ  https://github.com/getsentry/sentry-ruby
199
- ==> ๐Ÿ”— https://github.com/getsentry/sentry-ruby
200
- ==> ๐Ÿ“‘ https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md
201
- => ๐Ÿ’Ž sentry-ruby is at 4.5.1
202
- ==> ๐Ÿ“… June 4, 2021
203
- ==> ๐Ÿ  https://github.com/getsentry/sentry-ruby
204
- ==> ๐Ÿ”— https://github.com/getsentry/sentry-ruby
205
- ==> ๐Ÿ“‘ https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md
206
- => ๐Ÿ’Ž rubocop-rails is at 2.10.1
207
- ==> ๐Ÿ“… May 5, 2021
208
- ==> ๐Ÿ  https://docs.rubocop.org/rubocop-rails/
209
- ==> ๐Ÿ”— https://github.com/rubocop/rubocop-rails/
210
- ==> ๐Ÿ“‘ https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md
211
- => ๐Ÿ’Ž rspec is at 3.10.0
212
- ==> ๐Ÿ“… October 30, 2020
213
- ==> ๐Ÿ  http://github.com/rspec
214
- ==> ๐Ÿ”— https://github.com/rspec/rspec
215
- ==> ๐Ÿ“‘ No changelog
216
- => ๐Ÿ’Ž rubocop is at 1.16.1
217
- ==> ๐Ÿ“… June 9, 2021
218
- ==> ๐Ÿ  https://rubocop.org/
219
- ==> ๐Ÿ”— https://github.com/rubocop/rubocop/
220
- ==> ๐Ÿ“‘ https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md
206
+ ==> ๐Ÿ”— Unavailable
207
+ ==> ๐Ÿ“‘ Unavailable
208
+ ==> ๐Ÿ’Œ Unavailable
221
209
  => ๐Ÿ’Ž rubocop-rspec is at 2.4.0
222
210
  ==> ๐Ÿ“… June 9, 2021
211
+ ==> ๐Ÿงญ https://rubygems.org/gems/rubocop-rspec
223
212
  ==> ๐Ÿ  https://github.com/rubocop/rubocop-rspec
213
+ ==> ๐Ÿ”— Unavailable
224
214
  ==> ๐Ÿ“‘ https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md
215
+ ==> ๐Ÿ’Œ Unavailable
216
+ => ๐Ÿ’Ž byebug is at 11.1.3
217
+ ==> ๐Ÿ“… April 23, 2020
218
+ ==> ๐Ÿงญ https://rubygems.org/gems/byebug
219
+ ==> ๐Ÿ  https://github.com/deivid-rodriguez/byebug
220
+ ==> ๐Ÿ”— https://github.com/deivid-rodriguez/byebug
221
+ ==> ๐Ÿ“‘ Unavailable
222
+ ==> ๐Ÿ’Œ Unavailable
223
+ => ๐Ÿ’Ž rspec is at 3.10.0
224
+ ==> ๐Ÿ“… October 30, 2020
225
+ ==> ๐Ÿงญ https://rubygems.org/gems/rspec
226
+ ==> ๐Ÿ  http://github.com/rspec
227
+ ==> ๐Ÿ”— https://github.com/rspec/rspec
228
+ ==> ๐Ÿ“‘ Unavailable
229
+ ==> ๐Ÿ’Œ https://groups.google.com/forum/#!forum/rspec
230
+ => ๐Ÿ’Ž rubocop-rails is at 2.11.3
231
+ ==> ๐Ÿ“… July 11, 2021
232
+ ==> ๐Ÿงญ https://rubygems.org/gems/rubocop-rails
233
+ ==> ๐Ÿ  https://docs.rubocop.org/rubocop-rails/
234
+ ==> ๐Ÿ”— https://github.com/rubocop/rubocop-rails/
235
+ ==> ๐Ÿ“‘ https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md
236
+ ==> ๐Ÿ’Œ Unavailable
237
+ => ๐Ÿ’Ž sentry-ruby is at 4.6.1
238
+ ==> ๐Ÿ“… July 8, 2021
239
+ ==> ๐Ÿงญ https://rubygems.org/gems/sentry-ruby
240
+ ==> ๐Ÿ  https://github.com/getsentry/sentry-ruby
241
+ ==> ๐Ÿ”— https://github.com/getsentry/sentry-ruby
242
+ ==> ๐Ÿ“‘ https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md
243
+ ==> ๐Ÿ’Œ Unavailable
225
244
  => ๐Ÿ’Ž pry is at 0.14.1
226
245
  ==> ๐Ÿ“… April 12, 2021
246
+ ==> ๐Ÿงญ https://rubygems.org/gems/pry
227
247
  ==> ๐Ÿ  http://pry.github.io
228
248
  ==> ๐Ÿ”— https://github.com/pry/pry
229
249
  ==> ๐Ÿ“‘ https://github.com/pry/pry/blob/master/CHANGELOG.md
250
+ ==> ๐Ÿ’Œ Unavailable
230
251
  => ๐Ÿ’Ž typhoeus is at 1.4.0
231
252
  ==> ๐Ÿ“… May 8, 2020
253
+ ==> ๐Ÿงญ https://rubygems.org/gems/typhoeus
232
254
  ==> ๐Ÿ  https://github.com/typhoeus/typhoeus
233
255
  ==> ๐Ÿ”— https://github.com/typhoeus/typhoeus
234
- ==> ๐Ÿ“‘ No changelog
235
- => ๐Ÿ’Ž byebug is at 11.1.3
236
- ==> ๐Ÿ“… April 23, 2020
237
- ==> ๐Ÿ  https://github.com/deivid-rodriguez/byebug
238
- ==> ๐Ÿ”— https://github.com/deivid-rodriguez/byebug
239
- ==> ๐Ÿ“‘ No changelog
240
- => ๐Ÿงบ Batch: 2 of 3
241
- => ๐Ÿ”Ž Looking up: faraday, rails, pagy, clowne, discard, aasm, logidze, globalize, lockbox, factory_bot
242
- => ๐Ÿ’Ž faraday is at 1.4.2
243
- ==> ๐Ÿ“… May 22, 2021
244
- ==> ๐Ÿ  https://lostisland.github.io/faraday
245
- ==> ๐Ÿ”— https://github.com/lostisland/faraday
246
- ==> ๐Ÿ“‘ https://github.com/lostisland/faraday/releases/tag/v1.4.2
256
+ ==> ๐Ÿ“‘ Unavailable
257
+ ==> ๐Ÿ’Œ http://groups.google.com/group/typhoeus
258
+ => ๐Ÿ’Ž rubocop is at 1.18.3
259
+ ==> ๐Ÿ“… July 6, 2021
260
+ ==> ๐Ÿงญ https://rubygems.org/gems/rubocop
261
+ ==> ๐Ÿ  https://rubocop.org/
262
+ ==> ๐Ÿ”— https://github.com/rubocop/rubocop/
263
+ ==> ๐Ÿ“‘ https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md
264
+ ==> ๐Ÿ’Œ Unavailable
265
+ => ๐Ÿ’Ž sentry-rails is at 4.6.1
266
+ ==> ๐Ÿ“… July 8, 2021
267
+ ==> ๐Ÿงญ https://rubygems.org/gems/sentry-rails
268
+ ==> ๐Ÿ  https://github.com/getsentry/sentry-ruby
269
+ ==> ๐Ÿ”— https://github.com/getsentry/sentry-ruby
270
+ ==> ๐Ÿ“‘ https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md
271
+ ==> ๐Ÿ’Œ Unavailable
272
+ => ๐Ÿงบ 2 of 3
273
+ => ๐Ÿ”Ž faraday, rails, pagy, clowne, discard, aasm, logidze, globalize, lockbox, factory_bot
274
+ => ๐Ÿ’Ž discard is at 1.2.0
275
+ ==> ๐Ÿ“… February 17, 2020
276
+ ==> ๐Ÿงญ https://rubygems.org/gems/discard
277
+ ==> ๐Ÿ  https://github.com/jhawthorn/discard
278
+ ==> ๐Ÿ”— Unavailable
279
+ ==> ๐Ÿ“‘ Unavailable
280
+ ==> ๐Ÿ’Œ Unavailable
281
+ => ๐Ÿ’Ž aasm is at 5.2.0
282
+ ==> ๐Ÿ“… May 1, 2021
283
+ ==> ๐Ÿงญ https://rubygems.org/gems/aasm
284
+ ==> ๐Ÿ  https://github.com/aasm/aasm
285
+ ==> ๐Ÿ”— https://github.com/aasm/aasm
286
+ ==> ๐Ÿ“‘ Unavailable
287
+ ==> ๐Ÿ’Œ Unavailable
288
+ => ๐Ÿ’Ž lockbox is at 0.6.5
289
+ ==> ๐Ÿ“… July 7, 2021
290
+ ==> ๐Ÿงญ https://rubygems.org/gems/lockbox
291
+ ==> ๐Ÿ  https://github.com/ankane/lockbox
292
+ ==> ๐Ÿ”— Unavailable
293
+ ==> ๐Ÿ“‘ Unavailable
294
+ ==> ๐Ÿ’Œ Unavailable
295
+ => ๐Ÿ’Ž rails is at 6.1.4
296
+ ==> ๐Ÿ“… June 24, 2021
297
+ ==> ๐Ÿงญ https://rubygems.org/gems/rails
298
+ ==> ๐Ÿ  https://rubyonrails.org
299
+ ==> ๐Ÿ”— https://github.com/rails/rails/tree/v6.1.4
300
+ ==> ๐Ÿ“‘ https://github.com/rails/rails/releases/tag/v6.1.4
301
+ ==> ๐Ÿ’Œ https://discuss.rubyonrails.org/c/rubyonrails-talk
247
302
  => ๐Ÿ’Ž logidze is at 1.2.0
248
303
  ==> ๐Ÿ“… June 11, 2021
304
+ ==> ๐Ÿงญ https://rubygems.org/gems/logidze
249
305
  ==> ๐Ÿ  http://github.com/palkan/logidze
250
306
  ==> ๐Ÿ”— http://github.com/palkan/logidze
251
307
  ==> ๐Ÿ“‘ https://github.com/palkan/logidze/blob/master/CHANGELOG.md
308
+ ==> ๐Ÿ’Œ Unavailable
252
309
  => ๐Ÿ’Ž clowne is at 1.3.0
253
310
  ==> ๐Ÿ“… May 12, 2021
311
+ ==> ๐Ÿงญ https://rubygems.org/gems/clowne
254
312
  ==> ๐Ÿ  https://clowne.evilmartians.io/
255
313
  ==> ๐Ÿ”— http://github.com/clowne-rb/clowne
256
314
  ==> ๐Ÿ“‘ https://github.com/clowne-rb/clowne/blob/master/CHANGELOG.md
257
- => ๐Ÿ’Ž discard is at 1.2.0
258
- ==> ๐Ÿ“… February 17, 2020
259
- ==> ๐Ÿ  https://github.com/jhawthorn/discard
260
- ==> ๐Ÿ“‘ No changelog
261
- => ๐Ÿ’Ž pagy is at 4.8.0
262
- ==> ๐Ÿ“… June 8, 2021
315
+ ==> ๐Ÿ’Œ Unavailable
316
+ => ๐Ÿ’Ž pagy is at 4.10.1
317
+ ==> ๐Ÿ“… June 24, 2021
318
+ ==> ๐Ÿงญ https://rubygems.org/gems/pagy
263
319
  ==> ๐Ÿ  https://github.com/ddnexus/pagy
264
- ==> ๐Ÿ“‘ No changelog
265
- => ๐Ÿ’Ž globalize is at 6.0.0
266
- ==> ๐Ÿ“… January 11, 2021
320
+ ==> ๐Ÿ”— Unavailable
321
+ ==> ๐Ÿ“‘ Unavailable
322
+ ==> ๐Ÿ’Œ Unavailable
323
+ => ๐Ÿ’Ž globalize is at 6.0.1
324
+ ==> ๐Ÿ“… June 23, 2021
325
+ ==> ๐Ÿงญ https://rubygems.org/gems/globalize
267
326
  ==> ๐Ÿ  http://github.com/globalize/globalize
268
- ==> ๐Ÿ“‘ No changelog
327
+ ==> ๐Ÿ”— Unavailable
328
+ ==> ๐Ÿ“‘ Unavailable
329
+ ==> ๐Ÿ’Œ Unavailable
269
330
  => ๐Ÿ’Ž factory_bot is at 6.2.0
270
331
  ==> ๐Ÿ“… May 7, 2021
332
+ ==> ๐Ÿงญ https://rubygems.org/gems/factory_bot
271
333
  ==> ๐Ÿ  https://github.com/thoughtbot/factory_bot
272
- ==> ๐Ÿ“‘ No changelog
273
- => ๐Ÿ’Ž rails is at 6.1.3.2
274
- ==> ๐Ÿ“… May 5, 2021
275
- ==> ๐Ÿ  https://rubyonrails.org
276
- ==> ๐Ÿ”— https://github.com/rails/rails/tree/v6.1.3.2
277
- ==> ๐Ÿ“‘ https://github.com/rails/rails/releases/tag/v6.1.3.2
278
- => ๐Ÿ’Ž lockbox is at 0.6.4
279
- ==> ๐Ÿ“… April 6, 2021
280
- ==> ๐Ÿ  https://github.com/ankane/lockbox
281
- ==> ๐Ÿ“‘ No changelog
282
- => ๐Ÿ’Ž aasm is at 5.2.0
283
- ==> ๐Ÿ“… May 1, 2021
284
- ==> ๐Ÿ  https://github.com/aasm/aasm
285
- ==> ๐Ÿ”— https://github.com/aasm/aasm
286
- ==> ๐Ÿ“‘ No changelog
287
- => ๐Ÿงบ Batch: 3 of 3
288
- => ๐Ÿ”Ž Looking up: faker, site_prism, nokogiri, simplecov
334
+ ==> ๐Ÿ”— Unavailable
335
+ ==> ๐Ÿ“‘ Unavailable
336
+ ==> ๐Ÿ’Œ Unavailable
337
+ => ๐Ÿ’Ž faraday is at 1.5.1
338
+ ==> ๐Ÿ“… July 11, 2021
339
+ ==> ๐Ÿงญ https://rubygems.org/gems/faraday
340
+ ==> ๐Ÿ  https://lostisland.github.io/faraday
341
+ ==> ๐Ÿ”— https://github.com/lostisland/faraday
342
+ ==> ๐Ÿ“‘ https://github.com/lostisland/faraday/releases/tag/v1.5.1
343
+ ==> ๐Ÿ’Œ Unavailable
344
+ => ๐Ÿงบ 3 of 3
345
+ => ๐Ÿ”Ž faker, site_prism, nokogiri, simplecov
346
+ => ๐Ÿ’Ž simplecov is at 0.21.2
347
+ ==> ๐Ÿ“… January 9, 2021
348
+ ==> ๐Ÿงญ https://rubygems.org/gems/simplecov
349
+ ==> ๐Ÿ  https://github.com/simplecov-ruby/simplecov
350
+ ==> ๐Ÿ”— https://github.com/simplecov-ruby/simplecov/tree/v0.21.2
351
+ ==> ๐Ÿ“‘ https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md
352
+ ==> ๐Ÿ’Œ https://groups.google.com/forum/#!forum/simplecov
289
353
  => ๐Ÿ’Ž faker is at 2.18.0
290
354
  ==> ๐Ÿ“… May 15, 2021
355
+ ==> ๐Ÿงญ https://rubygems.org/gems/faker
291
356
  ==> ๐Ÿ  https://github.com/faker-ruby/faker
292
357
  ==> ๐Ÿ”— https://github.com/faker-ruby/faker
293
358
  ==> ๐Ÿ“‘ https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md
294
- => ๐Ÿ’Ž site_prism is at 3.7.1
295
- ==> ๐Ÿ“… February 19, 2021
296
- ==> ๐Ÿ  https://github.com/site-prism/site_prism
297
- ==> ๐Ÿ”— https://github.com/site-prism/site_prism
298
- ==> ๐Ÿ“‘ https://github.com/site-prism/site_prism/blob/main/CHANGELOG.md
359
+ ==> ๐Ÿ’Œ Unavailable
299
360
  => ๐Ÿ’Ž nokogiri is at 1.11.7
300
361
  ==> ๐Ÿ“… June 3, 2021
362
+ ==> ๐Ÿงญ https://rubygems.org/gems/nokogiri
301
363
  ==> ๐Ÿ  https://nokogiri.org
302
364
  ==> ๐Ÿ”— https://github.com/sparklemotion/nokogiri
303
365
  ==> ๐Ÿ“‘ https://nokogiri.org/CHANGELOG.html
304
- => ๐Ÿ’Ž simplecov is at 0.21.2
305
- ==> ๐Ÿ“… January 9, 2021
306
- ==> ๐Ÿ  https://github.com/simplecov-ruby/simplecov
307
- ==> ๐Ÿ”— https://github.com/simplecov-ruby/simplecov/tree/v0.21.2
308
- ==> ๐Ÿ“‘ https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md
366
+ ==> ๐Ÿ’Œ Unavailable
367
+ => ๐Ÿ’Ž site_prism is at 3.7.1
368
+ ==> ๐Ÿ“… February 19, 2021
369
+ ==> ๐Ÿงญ https://rubygems.org/gems/site_prism
370
+ ==> ๐Ÿ  https://github.com/site-prism/site_prism
371
+ ==> ๐Ÿ”— https://github.com/site-prism/site_prism
372
+ ==> ๐Ÿ“‘ https://github.com/site-prism/site_prism/blob/main/CHANGELOG.md
373
+ ==> ๐Ÿ’Œ Unavailable
309
374
  ```
310
375
 
311
376
  #### Non-Existent Gems
@@ -316,14 +381,16 @@ up.
316
381
 
317
382
  ```sh
318
383
  $ gems non-existent rails
319
- => โœจ Gems: 2
320
- => ๐Ÿ”Ž Looking up: non-existent, rails
384
+ => ๐Ÿค” 2 gems
385
+ => ๐Ÿ”Ž non-existent, rails
321
386
  => ๐Ÿ’Ž non-existent not found
322
- => ๐Ÿ’Ž rails is at 6.1.3.2
323
- ==> ๐Ÿ“… May 5, 2021
387
+ => ๐Ÿ’Ž rails is at 6.1.4
388
+ ==> ๐Ÿ“… June 24, 2021
389
+ ==> ๐Ÿงญ https://rubygems.org/gems/rails
324
390
  ==> ๐Ÿ  https://rubyonrails.org
325
- ==> ๐Ÿ”— https://github.com/rails/rails/tree/v6.1.3.2
326
- ==> ๐Ÿ“‘ https://github.com/rails/rails/releases/tag/v6.1.3.2
391
+ ==> ๐Ÿ”— https://github.com/rails/rails/tree/v6.1.4
392
+ ==> ๐Ÿ“‘ https://github.com/rails/rails/releases/tag/v6.1.4
393
+ ==> ๐Ÿ’Œ https://discuss.rubyonrails.org/c/rubyonrails-talk
327
394
  ```
328
395
 
329
396
  #### Timing Out
@@ -53,6 +53,7 @@ module GemLookup
53
53
  [].tap do |output|
54
54
  output.push "=> ๐Ÿ’Ž #{json[:name]} is at #{json[:version]}".green
55
55
  output.push "==> ๐Ÿ“… #{convert_date(date: json[:version_created_at])}"
56
+ output.push "==> ๐Ÿงญ #{json[:project_uri]}"
56
57
  output.push "==> ๐Ÿ  #{json[:homepage_uri]}"
57
58
  output.push source_code(source_code_uri: json[:source_code_uri])
58
59
  output.push changelog(changelog_uri: json[:changelog_uri])
@@ -4,114 +4,117 @@ require 'colorize'
4
4
  require 'date'
5
5
 
6
6
  module GemLookup
7
- module Serializers::Wordy
8
- class << self
9
- # Outputs the emoji-based format for the gem
10
- # @param json [Hash] the json hash, with symbolized keys.
11
- def display(json:)
12
- if json[:timeout]
13
- puts timed_out(gem_name: json[:name])
14
- elsif json[:exists]
15
- puts gem_details(json: json)
16
- else
17
- puts not_found(gem_name: json[:name])
7
+ module Serializers
8
+ class Wordy < Interface
9
+ class << self
10
+ # Outputs the emoji-based format for the gem
11
+ # @param json [Hash] the json hash, with symbolized keys.
12
+ def display(json:)
13
+ if json[:timeout]
14
+ puts timed_out(gem_name: json[:name])
15
+ elsif json[:exists]
16
+ puts gem_details(json: json)
17
+ else
18
+ puts not_found(gem_name: json[:name])
19
+ end
18
20
  end
19
- end
20
21
 
21
- # Outputs the number of gems being queried.
22
- # @param num [Numeric] the number of gems.
23
- def gem_count(num:)
24
- puts "=> Query: #{num} gems".light_cyan
25
- end
22
+ # Outputs the number of gems being queried.
23
+ # @param num [Numeric] the number of gems.
24
+ def gem_count(num:)
25
+ puts "=> Query: #{num} gems".light_cyan
26
+ end
26
27
 
27
- # Outputs the current batch and total number of batches
28
- # @param num [Numeric] the current batch number.
29
- # @param total [Numeric] the total number of batches.
30
- def batch_iterator(num:, total:)
31
- puts "=> Batch: #{num} of #{total}".yellow
32
- end
28
+ # Outputs the current batch and total number of batches
29
+ # @param num [Numeric] the current batch number.
30
+ # @param total [Numeric] the total number of batches.
31
+ def batch_iterator(num:, total:)
32
+ puts "=> Batch: #{num} of #{total}".yellow
33
+ end
33
34
 
34
- # Outputs the list of gems being looked up from the batch.
35
- # @param batch [Array] the array of gems.
36
- def querying(batch:)
37
- puts "=> Looking up: #{batch.join(", ")}".light_yellow
38
- end
35
+ # Outputs the list of gems being looked up from the batch.
36
+ # @param batch [Array] the array of gems.
37
+ def querying(batch:)
38
+ puts "=> Looking up: #{batch.join(", ")}".light_yellow
39
+ end
39
40
 
40
- # Returns if the serializer is meant to be used to stream content.
41
- # @return [Boolean] whether the serializer is meant for streaming content.
42
- def streaming?
43
- true
44
- end
41
+ # Returns if the serializer is meant to be used to stream content.
42
+ # @return [Boolean] whether the serializer is meant for streaming content.
43
+ def streaming?
44
+ true
45
+ end
45
46
 
46
- private
47
+ private
47
48
 
48
- # rubocop:disable Metrics/AbcSize
49
- # Returns the emoji-based format for the gem.
50
- # @param json [Hash] the json hash, with symbolized keys.
51
- def gem_details(json:)
52
- [].tap do |output|
53
- output.push "=> Gem: #{json[:name]} is at #{json[:version]}".green
54
- output.push "==> Updated: #{convert_date(date: json[:version_created_at])}"
55
- output.push "==> Homepage: #{json[:homepage_uri]}"
56
- output.push source_code(source_code_uri: json[:source_code_uri])
57
- output.push changelog(changelog_uri: json[:changelog_uri])
58
- output.push mailing_list(mailing_list_uri: json[:mailing_list_uri])
59
- end.join "\n"
60
- end
61
- # rubocop:enable Metrics/AbcSize
49
+ # rubocop:disable Metrics/AbcSize
50
+ # Returns the emoji-based format for the gem.
51
+ # @param json [Hash] the json hash, with symbolized keys.
52
+ def gem_details(json:)
53
+ [].tap do |output|
54
+ output.push "=> Gem: #{json[:name]} is at #{json[:version]}".green
55
+ output.push "==> Updated: #{convert_date(date: json[:version_created_at])}"
56
+ output.push "==> Location: #{json[:project_uri]}"
57
+ output.push "==> Homepage: #{json[:homepage_uri]}"
58
+ output.push source_code(source_code_uri: json[:source_code_uri])
59
+ output.push changelog(changelog_uri: json[:changelog_uri])
60
+ output.push mailing_list(mailing_list_uri: json[:mailing_list_uri])
61
+ end.join "\n"
62
+ end
63
+ # rubocop:enable Metrics/AbcSize
62
64
 
63
- # Generates the "Source Code" string
64
- # @param source_code_uri [String] the source code uri.
65
- # @return [String] the repository string.
66
- def source_code(source_code_uri:)
67
- if source_code_uri && !source_code_uri.empty?
68
- "==> Source Code: #{source_code_uri}"
69
- else
70
- '==> Source Code: Unavailable'.light_red
65
+ # Generates the "Source Code" string
66
+ # @param source_code_uri [String] the source code uri.
67
+ # @return [String] the repository string.
68
+ def source_code(source_code_uri:)
69
+ if source_code_uri && !source_code_uri.empty?
70
+ "==> Source Code: #{source_code_uri}"
71
+ else
72
+ '==> Source Code: Unavailable'.light_red
73
+ end
71
74
  end
72
- end
73
75
 
74
- # Generates the "changelog" string
75
- # @param changelog_uri [String] the changelog uri.
76
- # @return [String] the changelog string.
77
- def changelog(changelog_uri:)
78
- if changelog_uri && !changelog_uri.empty?
79
- "==> Changelog: #{changelog_uri}".light_cyan
80
- else
81
- '==> Changelog: Unavailable'.light_red
76
+ # Generates the "changelog" string
77
+ # @param changelog_uri [String] the changelog uri.
78
+ # @return [String] the changelog string.
79
+ def changelog(changelog_uri:)
80
+ if changelog_uri && !changelog_uri.empty?
81
+ "==> Changelog: #{changelog_uri}".light_cyan
82
+ else
83
+ '==> Changelog: Unavailable'.light_red
84
+ end
82
85
  end
83
- end
84
86
 
85
- # Generates the "mailing list" string
86
- # @param mailing_list_uri [String] the mailing list uri.
87
- # @return [String] the mailing list string.
88
- def mailing_list(mailing_list_uri:)
89
- if mailing_list_uri && !mailing_list_uri.empty?
90
- "==> Mailing List: #{mailing_list_uri}".light_cyan
91
- else
92
- '==> Mailing List: Unavailable'.light_red
87
+ # Generates the "mailing list" string
88
+ # @param mailing_list_uri [String] the mailing list uri.
89
+ # @return [String] the mailing list string.
90
+ def mailing_list(mailing_list_uri:)
91
+ if mailing_list_uri && !mailing_list_uri.empty?
92
+ "==> Mailing List: #{mailing_list_uri}".light_cyan
93
+ else
94
+ '==> Mailing List: Unavailable'.light_red
95
+ end
93
96
  end
94
- end
95
97
 
96
- # Generates the "gem lookup timed out" string
97
- # @param gem_name [String] the name of the gem that the lookup timed out on.
98
- # @return [String] the gem lookup timed out string.
99
- def timed_out(gem_name:)
100
- "=> Gem: #{gem_name} lookup timed out".red
101
- end
98
+ # Generates the "gem lookup timed out" string
99
+ # @param gem_name [String] the name of the gem that the lookup timed out on.
100
+ # @return [String] the gem lookup timed out string.
101
+ def timed_out(gem_name:)
102
+ "=> Gem: #{gem_name} lookup timed out".red
103
+ end
102
104
 
103
- # Generates the "gem not found" string.
104
- # @param gem_name [String] the name of the gem that was not found.
105
- # @return [String] the gem not found string.
106
- def not_found(gem_name:)
107
- "=> Gem: #{gem_name} not found".red
108
- end
105
+ # Generates the "gem not found" string.
106
+ # @param gem_name [String] the name of the gem that was not found.
107
+ # @return [String] the gem not found string.
108
+ def not_found(gem_name:)
109
+ "=> Gem: #{gem_name} not found".red
110
+ end
109
111
 
110
- # Parses the passed date/datetime string into the desired format, aka "November 13, 2014".
111
- # @param date [String] the date to be parsed.
112
- # @return [String] the formatted date.
113
- def convert_date(date:)
114
- Date.parse(date).strftime '%B %-d, %Y'
112
+ # Parses the passed date/datetime string into the desired format, aka "November 13, 2014".
113
+ # @param date [String] the date to be parsed.
114
+ # @return [String] the formatted date.
115
+ def convert_date(date:)
116
+ Date.parse(date).strftime '%B %-d, %Y'
117
+ end
115
118
  end
116
119
  end
117
120
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module GemLookup
4
4
  # @return [String] the current version of the gem.
5
- VERSION = '1.0.1'
5
+ VERSION = '1.1.0'
6
6
 
7
7
  # @return [String] the name of the gem
8
8
  NAME = 'gem_lookup'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem_lookup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Mills
@@ -102,7 +102,7 @@ metadata:
102
102
  changelog_uri: https://github.com/trueheart78/gem_lookup/blob/main/CHANGELOG.md
103
103
  documentation_uri: https://github.com/trueheart78/gem_lookup
104
104
  homepage_uri: https://github.com/trueheart78/gem_lookup
105
- source_code_uri: https://github.com/trueheart78/gem_lookup/tree/v1.0.1
105
+ source_code_uri: https://github.com/trueheart78/gem_lookup/tree/v1.1.0
106
106
  post_install_message:
107
107
  rdoc_options: []
108
108
  require_paths: