salesforce_certification_calculator 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f22ae65bcbef0473ae9e52421a4907f017d0642ab6f65df5a52b0c2552a35396
|
4
|
+
data.tar.gz: d2ce21e0908dc21bf91f68d477301667bc25fd8425b51c97d06d3f32a5df72a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70914bb6b37c2497d98ff8e7cf1667e3d86edf7758b7b984637ff2c4286eece6adf79ac4f2554f74115c1924cc1c086838c182a56e9381fbb51330e41d9606f3
|
7
|
+
data.tar.gz: a2dacb5b70ee020e252f18ec3a805b962c9db041fb823750cd6668625c7ee27bfae8d3ef6683beb210fa5ed6f22d6fdea6ba7731c34f0751d9a1b531c34fa64b
|
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.3.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.3.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.3). 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
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: salesforce_certification_calculator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jackson Reeves
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-07-
|
11
|
+
date: 2022-07-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|
@@ -148,8 +148,8 @@ signing_key:
|
|
148
148
|
specification_version: 4
|
149
149
|
summary: Uses linear algebra to determine total scores on exams
|
150
150
|
test_files:
|
151
|
-
- test/test_exam.rb
|
152
|
-
- test/test_file_reader.rb
|
153
151
|
- test/test_salesforce_certification_calculator.rb
|
152
|
+
- test/test_exam.rb
|
154
153
|
- test/test_section.rb
|
154
|
+
- test/test_file_reader.rb
|
155
155
|
- test/test_u_i.rb
|