to_rupees 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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +2 -2
- data/lib/to_rupees/version.rb +1 -1
- data/to_rupees.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cd9dd97ecbcd894eb811f00730404d194cb59fae4724699c970f0d41b36e5f8d
|
4
|
+
data.tar.gz: a8e79f03f199e5ab1cae5dc555a23a50161f4accf0cec4edc940395a4a60fc9e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '085c65fc1ef39b0775a8305676d038f4a4c5faea4d3a4dce796d7faeea30ce41ae4be59d17b1ae174e7060bacc2bf9f2f5f91a3f66bc907037f24090ef967c13'
|
7
|
+
data.tar.gz: 5378d43c9ec7b5a363a43d736bf0ca7f6f1e23b3ac6b43fbeb0704e17b7b8f1f71dcd2b69cca88cb29d57ede955904d079392577c66ba057dc360eb708a24b1c
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# ToRupees
|
2
|
-
Spell out numbers in indian currency.
|
2
|
+
Spell out numbers in indian currency. It converts numbers in words(ruppes).
|
3
3
|
|
4
4
|
|
5
5
|
## Installation
|
@@ -43,7 +43,7 @@ Or install it yourself as:
|
|
43
43
|
## Contributing
|
44
44
|
|
45
45
|
Bug reports and pull requests are welcome on GitHub at https://github.com/[vin-droid]/to_rupees.
|
46
|
-
1. Fork it ( https://github.com/
|
46
|
+
1. Fork it ( https://github.com/vin-droid/to_rupees/fork )
|
47
47
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
48
48
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
49
49
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/lib/to_rupees/version.rb
CHANGED
data/to_rupees.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["vineet.12cs069@abes.ac.in"]
|
11
11
|
|
12
12
|
spec.summary = %q{Spell out numbers in indian currency.}
|
13
|
-
spec.description = %q{Spell out numbers in indian currency.}
|
13
|
+
spec.description = %q{Spell out numbers in indian currency. It converts numbers in words(rupees)}
|
14
14
|
spec.homepage = "https://github.com/vin-droid/to_rupees"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: to_rupees
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vineet sahu
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-08-
|
11
|
+
date: 2019-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -52,7 +52,7 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '3.0'
|
55
|
-
description: Spell out numbers in indian currency.
|
55
|
+
description: Spell out numbers in indian currency. It converts numbers in words(rupees)
|
56
56
|
email:
|
57
57
|
- vineet.12cs069@abes.ac.in
|
58
58
|
executables: []
|