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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 261768563e556f96d8dc7cf3c0c27bb192f21a364261e727986d41e1a5fa0106
4
- data.tar.gz: 847be3e13f524378222c85e1b569dbebd061c497ef992fe816d2662d083cc180
3
+ metadata.gz: a6fbd76bb32a540d3582c8edfca3e0cf1a75f996414bfffd84d17c66574bcb1d
4
+ data.tar.gz: a1bdf5faa52ac7f102fc5cb62359b2f8deef0f87e15f7fbe8c2b23a306499343
5
5
  SHA512:
6
- metadata.gz: 56a368833a149e38fe351cae441e8a82c2badc22b6d0a71bfbdd9f1fa7182fabd34bd6f75868056e952acd51bcdbb474e352f2e8d3dbabfd523ceb1fc6ac4876
7
- data.tar.gz: 2b9f04207b572825091fa0d17aa407d1a9805e22ec03beefd5072432f8110916aa7402de557c716408ad34f2e1c30874b4c6475011b73b246197d6bb3388c424
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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: salesforce_certification_calculator
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
  - Jackson Reeves