salesforce_certification_calculator 0.1.0 → 0.1.1
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/README.md +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a6fbd76bb32a540d3582c8edfca3e0cf1a75f996414bfffd84d17c66574bcb1d
|
4
|
+
data.tar.gz: a1bdf5faa52ac7f102fc5cb62359b2f8deef0f87e15f7fbe8c2b23a306499343
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ee996008ad7d0d1702d78bc9f80ebf2dc4c6761d1fc2bea4daba13f95fd19348da96fea0eb30b95b83087a5be07f111b6b08af3f92a53d5318c54056b0edd5b
|
7
|
+
data.tar.gz: 3f22cdb8c7eb53a16e96fcca82ea81a3698dc4ab38c32f5373d99f351404a478aca8b1e3d300e27cd6231528c2812fb9f2c2dc1e3ae710043dd1a6e778bfd453
|
data/README.md
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
## Description
|
18
18
|
|
19
|
-
A **Ruby** gem module for taking all the sections' weights and scores provided by **Salesforce** and using them to generate a cumulative score for the entire exam. Built using [Ruby's guide to making gems](https://guides.rubygems.org/make-your-own-gem/).
|
19
|
+
A **Ruby** gem module for taking all the sections' weights and scores provided by **Salesforce** and using them to generate a cumulative score for the entire exam. Built using [Ruby's guide to making gems](https://guides.rubygems.org/make-your-own-gem/). View the details on the [published module](https://rubygems.org/gems/salesforce_certification_calculator) on Ruby's site.
|
20
20
|
|
21
21
|
## Inspiration
|
22
22
|
|
@@ -67,7 +67,7 @@ Of course, you may use any of the other methods provided by the package, but `de
|
|
67
67
|
|
68
68
|
## Documentation
|
69
69
|
|
70
|
-
This project uses **YARD** for documentation generation. To view the docs, go to the `doc` folder. To generate the docs yourself, execute `rake yard` in the CLI from the root of your local copy of the project.
|
70
|
+
This project uses **YARD** for documentation generation. To view the published form, see the [documentation](https://www.rubydoc.info/gems/salesforce_certification_calculator/0.1.0) on the YARD site. To view the docs locally, go to the `doc` folder. To generate the docs yourself, execute `rake yard` in the CLI from the root of your local copy of the project.
|
71
71
|
|
72
72
|
## Code Examples
|
73
73
|
|