earned_value_calculator 0.1.0 → 0.1.1
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/earned_value_calculator.gemspec +3 -3
- data/lib/earned_value_calculator/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d346b658a8c417aede6e387cec8a660da609f7d072ead925fb3365ab0a21fa3f
|
|
4
|
+
data.tar.gz: 558ab60204fcacbf7c56dd44b32627ed2d3b3c76f54b890963a2542085928462
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 575b98d5aa318c19d1b487a761461f946f64a7b44d42e73c16c40772b160f106bebc412167285c9622858328e371130098d8335396a0481cba090062be4faadc
|
|
7
|
+
data.tar.gz: 840bc4bf7baaeb70337fc127767940c01840e978570243c264da42cfdd798cf982afdddddb9d1b040b2944c1cff67704932c6082cc0bc884c8570122e9640d21
|
|
@@ -10,13 +10,13 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
|
|
11
11
|
spec.summary = "Calculate the earned value of a project"
|
|
12
12
|
spec.description = "Calculate the earned value of a project"
|
|
13
|
-
spec.homepage = "https://
|
|
13
|
+
spec.homepage = "https://github.com/routeflags/earned_value_calculator"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
spec.required_ruby_version = ">= 2.6.0"
|
|
16
16
|
|
|
17
17
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
18
|
-
spec.metadata["source_code_uri"] = "https://
|
|
19
|
-
spec.metadata["changelog_uri"] = "https://
|
|
18
|
+
spec.metadata["source_code_uri"] = "https://github.com/routeflags/earned_value_calculator"
|
|
19
|
+
spec.metadata["changelog_uri"] = "https://github.com/routeflags/earned_value_calculator"
|
|
20
20
|
|
|
21
21
|
# Specify which files should be added to the gem when it is released.
|
|
22
22
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: earned_value_calculator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- smapira
|
|
@@ -143,13 +143,13 @@ files:
|
|
|
143
143
|
- lib/earned_value_calculator/validator.rb
|
|
144
144
|
- lib/earned_value_calculator/version.rb
|
|
145
145
|
- sig/earned_value_calculator.rbs
|
|
146
|
-
homepage: https://
|
|
146
|
+
homepage: https://github.com/routeflags/earned_value_calculator
|
|
147
147
|
licenses:
|
|
148
148
|
- MIT
|
|
149
149
|
metadata:
|
|
150
|
-
homepage_uri: https://
|
|
151
|
-
source_code_uri: https://
|
|
152
|
-
changelog_uri: https://
|
|
150
|
+
homepage_uri: https://github.com/routeflags/earned_value_calculator
|
|
151
|
+
source_code_uri: https://github.com/routeflags/earned_value_calculator
|
|
152
|
+
changelog_uri: https://github.com/routeflags/earned_value_calculator
|
|
153
153
|
post_install_message:
|
|
154
154
|
rdoc_options: []
|
|
155
155
|
require_paths:
|