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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f4ef766202ef0fb9c3e314f616d37f0409f73144c94a3798facc7a8ed4e48255
4
- data.tar.gz: 99dde2dd5d076677682a0b7b85a68a41614bb3c5c4a5224f2b9883c06126ad55
3
+ metadata.gz: 1e76bb750cdac4f9c0c85372291963bfa14177e4600cf39be9a1f56697d4e3e2
4
+ data.tar.gz: e8a850a83adbae3a594fa782d4cc83e5b1fdac239b8f4b7a1271148019e10903
5
5
  SHA512:
6
- metadata.gz: 2121f6dd033e350470c3735204e63abda817426ce6c6294cccd24ee11eaa78e73a78af3e72424670f83918ebca6e75cf87a1d1319bb3060377b16ffbb054d0a7
7
- data.tar.gz: 8b9cff5a7709c2afaf9692b69b4e102d85a4c55d6d004a28716a3606681c4e85930d349e05d144c5f634b8e26863c6f01bb940aab5e37e62aa7d26446e24ed33
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 "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 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 Fun has one function called gen , this function is an console input used for fun and outputs info of user .
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
 
@@ -2,7 +2,7 @@ require_relative 'lib/convert_currency/version'
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "convert_currency"
5
- spec.version = "0.1.0"
5
+ spec.version = "0.1.1"
6
6
  spec.authors = ["Jaya mouli"]
7
7
 
8
8
 
@@ -15,8 +15,8 @@ module ConvertCurrency
15
15
  end
16
16
  end
17
17
 
18
- class Fun
19
- def gen
18
+ class Information
19
+ def info
20
20
  puts "Enter your Name"
21
21
  name1 = gets.chomp
22
22
  puts "Enter you Age"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: convert_currency
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jaya mouli