salesforce_certification_calculator 0.1.3 → 0.1.4
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.
- checksums.yaml +4 -4
- data/README.md +3 -3
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0e97d4d7af4420856a1b03fde07ed7c38c2a85874b5e29a540355a1f03c95649
|
4
|
+
data.tar.gz: 96e31ed19bf27d059915041a878fc77dab947e9731b47239fc462fbaef985870
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ead965184debb4f3e697c67e14ff764e04ad576f069bd9dd193b4295ed740a4ecc5fe02b8b6a356f5b04e3a251df67e7d0b1fcf31a159a2eb1e7a2d2f804e47
|
7
|
+
data.tar.gz: 1fc0675eebf398a6518e7b039412817ac295c69c83ee2ec450c7befdeea76fb3c1bcbca0e0dd43ff402daeabd0beb1c73541d13f0cacec3417c6521f502390cb
|
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.4.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.4.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.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.
|
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
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jackson Reeves
|
@@ -28,56 +28,56 @@ dependencies:
|
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '13.0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - "
|
38
|
+
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '13.0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: yard
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - "
|
45
|
+
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '0.9'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- - "
|
52
|
+
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0.9'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: stringio
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- - "
|
59
|
+
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '3.0'
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- - "
|
66
|
+
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '3.0'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: o_stream_catcher
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- - "
|
73
|
+
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: 0.0.1
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- - "
|
80
|
+
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: 0.0.1
|
83
83
|
description: Calculates cumulative percentage from Salesforce certification section
|
@@ -134,7 +134,7 @@ require_paths:
|
|
134
134
|
- data
|
135
135
|
required_ruby_version: !ruby/object:Gem::Requirement
|
136
136
|
requirements:
|
137
|
-
- - "
|
137
|
+
- - "~>"
|
138
138
|
- !ruby/object:Gem::Version
|
139
139
|
version: '2.0'
|
140
140
|
required_rubygems_version: !ruby/object:Gem::Requirement
|