salesforce_certification_calculator 0.1.4 → 0.1.5

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 +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e97d4d7af4420856a1b03fde07ed7c38c2a85874b5e29a540355a1f03c95649
4
- data.tar.gz: 96e31ed19bf27d059915041a878fc77dab947e9731b47239fc462fbaef985870
3
+ metadata.gz: 5b3af38ee912086c7b247aa6de21898adc3602bf61fb9c6e3e8405604a82ae8e
4
+ data.tar.gz: 3f57b7edd150a282bce980b8e6c5a67a7da30e1e3861adc774c691b43f499b25
5
5
  SHA512:
6
- metadata.gz: 8ead965184debb4f3e697c67e14ff764e04ad576f069bd9dd193b4295ed740a4ecc5fe02b8b6a356f5b04e3a251df67e7d0b1fcf31a159a2eb1e7a2d2f804e47
7
- data.tar.gz: 1fc0675eebf398a6518e7b039412817ac295c69c83ee2ec450c7befdeea76fb3c1bcbca0e0dd43ff402daeabd0beb1c73541d13f0cacec3417c6521f502390cb
6
+ metadata.gz: 2f824cec6f7c2fc20ffdc7a1ca5cd31e4292b6ea9140b414e2e2eda2d1ba846e90a55de9b1a5b36b52c639aa9ad14be7316d38bb904b274c65b995e4663e9467
7
+ data.tar.gz: 4bd3a4ddd902b7969bb9a801b16a73ed3437a13cd5954fac2f0e5b61086b3c2113ae71a3f40d9321f8435da200b980982c7b843a5ddd891054ba54ec8d574e97
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.4.gem`
67
+ 4. Then install that built module: `gem install ./salesforce_certification_calculator-0.1.5.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.4.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.5.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.4). 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.5). 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,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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jackson Reeves
@@ -136,7 +136,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
136
  requirements:
137
137
  - - "~>"
138
138
  - !ruby/object:Gem::Version
139
- version: '2.0'
139
+ version: '3.1'
140
140
  required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  requirements:
142
142
  - - ">="