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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c4a13e3dab8c6a845711dfa4fb35f4952de3fbf62273511b0c242c0f3240e924
4
- data.tar.gz: c50a5c48c7a8ed1e4089b96845bdd30d116c71ed559a0f4e5f79c37a48ce4eb2
3
+ metadata.gz: f22ae65bcbef0473ae9e52421a4907f017d0642ab6f65df5a52b0c2552a35396
4
+ data.tar.gz: d2ce21e0908dc21bf91f68d477301667bc25fd8425b51c97d06d3f32a5df72a2
5
5
  SHA512:
6
- metadata.gz: 91c145d5a314120fbdc6941d6d787c45a468ed5dc2b2e6971c2c4f8749d2d8ef29c2e0e66c10c965eb4f8419596ade4d3e621ca920accd05888caf2d04a3cf32
7
- data.tar.gz: 61f3fe77262bf71d04444028cfe062f247b9119db518203b7ac728f8bf21ef77e592fd63b2a9de3df010d46003788a4bf9ed2656b11c2354196434a7e32b3df0
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.2.gem`
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.2.gem` may need to become `-0.2.0.gem`).
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.2). 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.
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.2
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-15 00:00:00.000000000 Z
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