salesforce_certification_calculator 0.1.5 → 0.1.6
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89975cfe44435c5333ff78f7cf2ae9b07fa6bb7e65e2c04956032d701f168295
|
4
|
+
data.tar.gz: 034d59b5a2b748c3dc5f68ada517d8ddbb2b228a8c0510a41ca443389885ef3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9206baab3efeab5656430fb32fcf4149e860d1a0208757caf8abaaed6ca1d102615d4ba16661e4dde19fcd142a8c8228999171770632282a89ba088d01195547
|
7
|
+
data.tar.gz: 07aacc0a3b6028d552ad74984b86bb4688f27858c2953c635da417f676360956a4b6354b327df2c0777c9b41c2bc673430b7999d7a3350a9c8b166f10dba5b61
|
data/README.md
CHANGED
@@ -64,11 +64,11 @@ If you have trouble downloading the package or just want to play around with the
|
|
64
64
|
1. Fork this repository
|
65
65
|
2. Clone it to your local computer
|
66
66
|
3. From within your local version of the directory, build the module: `gem build salesforce_certification_calculator.gemspec`
|
67
|
-
4. Then install that built module: `gem install ./salesforce_certification_calculator-0.1.
|
67
|
+
4. Then install that built module: `gem install ./salesforce_certification_calculator-0.1.6.gem`
|
68
68
|
5. Open a Ruby environment to use the module: `irb`
|
69
69
|
6. Execute any of the recently installed methods
|
70
70
|
|
71
|
-
You may need to update the specific version of the build as later releases come out (e.g., `-0.1.
|
71
|
+
You may need to update the specific version of the build as later releases come out (e.g., `-0.1.6.gem` may need to become `-0.2.0.gem`).
|
72
72
|
|
73
73
|
## Usage
|
74
74
|
|
@@ -82,7 +82,7 @@ Of course, you may use any of the other methods provided by the package, but `de
|
|
82
82
|
|
83
83
|
## Documentation
|
84
84
|
|
85
|
-
This project uses **YARD** for documentation generation. To view the published form, see the [documentation on the RubyDoc site](https://www.rubydoc.info/gems/salesforce_certification_calculator/0.1.
|
85
|
+
This project uses **YARD** for documentation generation. To view the published form, see the [documentation on the RubyDoc site](https://www.rubydoc.info/gems/salesforce_certification_calculator/0.1.6). 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.
|
86
86
|
|
87
87
|
## Code Examples
|
88
88
|
|