dubcalculator 1.0.0 → 1.0.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/dubcalculator.gemspec +2 -2
- data/lib/dubcalculator/version.rb +1 -1
- 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: c31a27421a7a0c865f8f1e227bc92a4d748521ff0bce54b6994a4b78d9ed5582
|
|
4
|
+
data.tar.gz: 7fbc188e5108f67d780190d4e7d74106dcf351f6a5a6556a858d93c01ac95ab7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 635c81505473a47f8fa2f06763cbcfdd9e91084e93b3ae6316acfa489d4339864f3c2f3cee7bcfaa542c36151d4df363d9e76a100d45fe24b6c5769dca8824a7
|
|
7
|
+
data.tar.gz: 23d04cf75ce9a0ac18cbbf0fcb2793eb9357b693e5a022ddbe961d34b7305528fe23e3c734d6b2a387e2e65d81dffcdfd51f5cd12634c1791b5c35a5b5136dbe
|
data/dubcalculator.gemspec
CHANGED
|
@@ -9,13 +9,13 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.email = ['alejandrodubon88@gmail.com']
|
|
10
10
|
spec.summary = 'This is a simple calculator gem that can add, subtract, multiply, and divide.'
|
|
11
11
|
spec.description = 'This is my first gem. It is a simple calculator that can add, subtract, multiply, and divide.'
|
|
12
|
-
spec.homepage = 'https://github.com/DubAvenXP/
|
|
12
|
+
spec.homepage = 'https://github.com/DubAvenXP/calculator-gem'
|
|
13
13
|
spec.license = 'MIT'
|
|
14
14
|
spec.platform = Gem::Platform::RUBY
|
|
15
15
|
spec.required_ruby_version = '>= 2.7.2'
|
|
16
16
|
|
|
17
17
|
spec.metadata['homepage_uri'] = spec.homepage
|
|
18
|
-
spec.metadata['source_code_uri'] = 'https://github.com/DubAvenXP/
|
|
18
|
+
spec.metadata['source_code_uri'] = 'https://github.com/DubAvenXP/calculator-gem'
|
|
19
19
|
|
|
20
20
|
spec.files = Dir.chdir(__dir__) do
|
|
21
21
|
`git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dubcalculator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alejandro Dubon
|
|
@@ -58,12 +58,12 @@ files:
|
|
|
58
58
|
- lib/dubcalculator.rb
|
|
59
59
|
- lib/dubcalculator/version.rb
|
|
60
60
|
- sig/dubcalculator.rbs
|
|
61
|
-
homepage: https://github.com/DubAvenXP/
|
|
61
|
+
homepage: https://github.com/DubAvenXP/calculator-gem
|
|
62
62
|
licenses:
|
|
63
63
|
- MIT
|
|
64
64
|
metadata:
|
|
65
|
-
homepage_uri: https://github.com/DubAvenXP/
|
|
66
|
-
source_code_uri: https://github.com/DubAvenXP/
|
|
65
|
+
homepage_uri: https://github.com/DubAvenXP/calculator-gem
|
|
66
|
+
source_code_uri: https://github.com/DubAvenXP/calculator-gem
|
|
67
67
|
rubygems_mfa_required: 'true'
|
|
68
68
|
post_install_message:
|
|
69
69
|
rdoc_options: []
|