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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea5e829393f0446c84304c7cea7554478e421d0bbbb41955fc79c36e94f3ab7d
4
- data.tar.gz: 1351e0965b19627c394f03e6fc9f694ea9550f8bd76a0f847f860f188c9e3652
3
+ metadata.gz: c31a27421a7a0c865f8f1e227bc92a4d748521ff0bce54b6994a4b78d9ed5582
4
+ data.tar.gz: 7fbc188e5108f67d780190d4e7d74106dcf351f6a5a6556a858d93c01ac95ab7
5
5
  SHA512:
6
- metadata.gz: 9bcfdf578dbc1bb7155dc7cf6c93bbda965f8892adb22b5ba2ddfe94f225987db3efe2e87b1003d78da8c80a21a591ceede5d981f8e1342e113c4f78d8aeceac
7
- data.tar.gz: b0f90c1b10458b44c840a851c30b27fc544f394556c220fa785681575bc3fa0e51fdfa2880969bf5ee92333f004af46c735ae1b99b04c0aa561087143411fc7a
6
+ metadata.gz: 635c81505473a47f8fa2f06763cbcfdd9e91084e93b3ae6316acfa489d4339864f3c2f3cee7bcfaa542c36151d4df363d9e76a100d45fe24b6c5769dca8824a7
7
+ data.tar.gz: 23d04cf75ce9a0ac18cbbf0fcb2793eb9357b693e5a022ddbe961d34b7305528fe23e3c734d6b2a387e2e65d81dffcdfd51f5cd12634c1791b5c35a5b5136dbe
@@ -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/ruby-basic-calculator'
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/ruby-basic-calculator'
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|
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dubcalculator
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
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.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/ruby-basic-calculator
61
+ homepage: https://github.com/DubAvenXP/calculator-gem
62
62
  licenses:
63
63
  - MIT
64
64
  metadata:
65
- homepage_uri: https://github.com/DubAvenXP/ruby-basic-calculator
66
- source_code_uri: https://github.com/DubAvenXP/ruby-basic-calculator
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: []