rubydex 0.1.0.beta12-x86_64-linux → 0.1.0.beta13-x86_64-linux

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: cb25ac3402ea3ac78bd2e74afaba0621565e2d70f1d864e1d2cb39c91c0b1d84
4
- data.tar.gz: 516b7eee55714b8118049b629ba0c10c05ca3071a7ea830f00be97e75d425bb1
3
+ metadata.gz: aea366459a2f854b7732ec21b5ba3dbbf7de81ad9305fd71d80c1f1f94a81b96
4
+ data.tar.gz: dc4f4a84cbf408628e404d1a52a0ac5420903a6597eae88eac4b05ffedf5f82f
5
5
  SHA512:
6
- metadata.gz: aae1a6baad9aa283a819721e4a46a7b2d2d883b81b2084d02dc3d10e511a761343610516b231fdd296db3a940da80cf3ecfc3fe6abaa88e75a1f5a5835883fa8
7
- data.tar.gz: 7474d2110b12240b2f23ed1ce6496cc7b0751fbd3fe5c82eca058dc4ff25a20f7dae87f156ed6bb006684903512f50857f8efa59f3365786cb27ea13463118c4
6
+ metadata.gz: 1bd0db429ac67b389892e142b6a0821abac6b3a20aef9f80dbb523ba34b1148b71c903de71580ce3b37075aca593aa1913ccad5274dceeba19c2eaac6cc4f0ce
7
+ data.tar.gz: ab45ab19134941362d882a47463579c16e72241e78cf0a4ce79f27c7bfcb2576a00b9a016794bd438b448181433d034ec8eb4b8b436fb7157b36998fc27432a0
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Rubydex
2
2
 
3
- This project is a high performance static analysis toolkit for the Ruby language. The goal is to be a solid
3
+ This project is a high-performance static analysis toolkit for the Ruby language. The goal is to be a solid
4
4
  foundation to power a variety of tools, such as type checkers, linters, language servers and more.
5
5
 
6
6
  ## Usage