hiddengems 0.1.0 → 0.1.1

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: 0f68060eb1130cc3f42b1db1801de72527a1bdc51980557883b12493dd72bbde
4
- data.tar.gz: 2092ac85a1696099c7cfab6802b30f2b741c3354f4abc6ad2b01b3d0de49f58e
3
+ metadata.gz: 0ed328d3dc6959f2086b502143f0692538ddbdfcc6ffd8abb65e7c68424f4d6a
4
+ data.tar.gz: 0d181ea2f22fc4244f72f437f1c7df8476a75016cf4d0dbb45aae9ebd91bb69e
5
5
  SHA512:
6
- metadata.gz: ff84e6f76960871827d4e7cc3d254ab6170628b651092c8833db041b6700b309feb0ab36be91288a9126d3f0d3c970681939ac65bf7afd45e76151a6678a8c97
7
- data.tar.gz: 29c84023222bb564c2b27e53c4b5d5f4783861d62d9c73d178ca9f2d7288c6569edb0cd5c7b70c8f70b7d04ed9fcfddcc30980b3ae4ba81a10ef1482054e0b50
6
+ metadata.gz: 91e56a957df7c31b007eac9652e902b7ea06762eedc17e58cde6f0767c4d3984b6fbd7e9e0c634a0fa68a15c8ea2c696281b04a856074c1b3ebcfd1381eb1460
7
+ data.tar.gz: 49f32704bb775fa2160bd2b1a2b6359dd689b385b90a96484e2f7d63eda3d5bf5516c9018879ce75241aad51eeda932d0ba921995f4f2a69295d299fd02e4ff0
data/README.md CHANGED
@@ -14,6 +14,8 @@ works like this:
14
14
  The gem's ranking order for each of the above ranking parameters is summed together.
15
15
  The ranking sum that is loweest produces the highest "vitality" ranking.
16
16
 
17
+ The rationale for this is: bestgems.org ranks only according to download counts. If developers are using just bestgems.org's results to help find libraries that they need, they'll end up with results that are heavily biased toward libraries that have simply been around for a long time; if a gem has been around for many years it will accrue lots of downloads regardless of whether the gem is being actively developed/improved.
18
+
17
19
  Example:
18
20
 
19
21
  ```
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Hiddengems
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiddengems
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Parker