convert_currency 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/README.md +3 -3
- data/convert_currency.gemspec +1 -1
- data/lib/convert_currency.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e76bb750cdac4f9c0c85372291963bfa14177e4600cf39be9a1f56697d4e3e2
|
4
|
+
data.tar.gz: e8a850a83adbae3a594fa782d4cc83e5b1fdac239b8f4b7a1271148019e10903
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6ad37de0dc162a1d74be39c724ffebccc382e6de68cce10e41e4b744b24d7c6fcd255e782d1c388a68159097b2cb2db16b04142c44b1084da45383c77c80975
|
7
|
+
data.tar.gz: 9d53c35ca7915db602ce53934346d5501cfc6a4a82af309e7b0834061fef36b4029a1fbecdbe0d9d14a72ac0403859b7bf41bcd16444907d9b5f1dd4ff2a6aad
|
data/README.md
CHANGED
@@ -22,11 +22,11 @@ Or install it yourself as:
|
|
22
22
|
|
23
23
|
## Usage
|
24
24
|
|
25
|
-
This gem has one Module "
|
26
|
-
class Convert_curr has two functions with one argument for integer
|
25
|
+
This gem has one Module "ConvertCurrency" having two classes first class name is Convert_curr and second one is class Fun .
|
26
|
+
class Convert_curr has two functions with one argument each for integer,
|
27
27
|
first function in class Convert_curr is con_rup_usd - this function is used to convert indian rupees to us dollars .
|
28
28
|
second function in class Convert_curr is con_usd_rup - this function is used to convert us dollars to indian rupees .
|
29
|
-
Class
|
29
|
+
Class Information has one function called info , this function is an console input used to outputs information of user .
|
30
30
|
|
31
31
|
## Development
|
32
32
|
|
data/convert_currency.gemspec
CHANGED
data/lib/convert_currency.rb
CHANGED