basic_calculator 0.0.3 → 0.0.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
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1a3065e6f083854a01861f8ef9c0c9e0647aa696
|
|
4
|
+
data.tar.gz: a730452f45a159c5bce5ad2ced78f0c0cad7ce0f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad29cd8f5c7c86660e402b1009d71d2d52b969a8c6639fc171632d1f5e943fff76e79d23988b4326bb48b1dd23f3aa824bcd36fb8b51bafa04043f925c3efc3c
|
|
7
|
+
data.tar.gz: 23fe23f6610fd34a98540d2c3ce9a7bfdbcae6eb772400f04846fedd594a90fe444f8a1a42c02fb66354d47c6a03d2c06951b1859068f136462188d1941fe4cb
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: basic_calculator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Syed Saud Hasan
|
|
@@ -10,8 +10,9 @@ bindir: bin
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2019-10-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description: You can
|
|
14
|
-
using this ruby gem
|
|
13
|
+
description: 'You can perfor basic mathematical operations(add/subtract/multiply/devide)
|
|
14
|
+
using this ruby gem. Usage: BasicCalculator.add(1,2), BasicCalculator.subtract(2,1),
|
|
15
|
+
BasicCalculator.multiply(2,3), BasicCalculator.devide(4,2).'
|
|
15
16
|
email: syedsaud@theporter.in
|
|
16
17
|
executables: []
|
|
17
18
|
extensions: []
|