gem_basic_calculator 0.1.1 → 0.1.2

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: 406604e6ac55461834ec06ebe9e21f7e25e2b0927931752902940a89c22d2561
4
- data.tar.gz: 6d8c8087bd26364feb1f5125b94718b6fdeab66db06b803d70d7ea1033fb572e
3
+ metadata.gz: 8f30911036d61c0b63197a18402a0005b0600243a9c0ffbf5189c37a64c042c8
4
+ data.tar.gz: b8b3cfaa6a4207a5f1b0d9b0a3fe3a10c9b27c56bb824050c2b4114610943f43
5
5
  SHA512:
6
- metadata.gz: 3087f3071a26ace6706032372ee963cf1741afe1f210a87f5c7381b44b21c3db097ac06bbc143969cd33008995f129802e4454d3ecff3ab333abb1dd0fbddf86
7
- data.tar.gz: 1aceb019a6a57aded5c09d86fab2bd64b75eb369c7037b979c99abb37ee362770f1512dc137790f37bc30b07ddeadd52ab7003f6654f0d6e7e85244d84ac9cd0
6
+ metadata.gz: 32b796e38e2b88f4b8fefccf9dc3be7f59c15ba75e24a9ada5c0126d75e8a4a432d45c2f7c71a3e69aaa14e569668712baaa30367b11996082d9002a244fc8ef
7
+ data.tar.gz: 154ed84f0dbfcecde8890f33c830b7b83d2c8f6c283f051f7bd7c5f58983d072484ac87108859361ac4f7c5e3f010f32e8f3423c26056ac0ff7ec0c46e47bc6c
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GemBasicCalculator
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem_basic_calculator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allan Chávez
@@ -10,7 +10,9 @@ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2022-09-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: " Write a longer description or delete this line."
13
+ description: This is a simple gem that helps to implement a couple of math operations
14
+ such as addition, substraction, multiplication, division, roots, power and percents.
15
+ Enjoy!
14
16
  email:
15
17
  - allancss2009@hotmail.com
16
18
  executables: []