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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc1958d7636ac8ebbfb4afd355d518dc0170f477c199ff16f6ea9a12cd5a47df
4
- data.tar.gz: 2191df55a84c14d1cd35b93526ad44c78f3476bee7fce6d7dbb0ab35b593ef66
3
+ metadata.gz: cd9dd97ecbcd894eb811f00730404d194cb59fae4724699c970f0d41b36e5f8d
4
+ data.tar.gz: a8e79f03f199e5ab1cae5dc555a23a50161f4accf0cec4edc940395a4a60fc9e
5
5
  SHA512:
6
- metadata.gz: 218de6dfa3eefa21030c49b8a567c277fa9d3b2e282987b2304763a2e6e40503ed324ec819db6fce834b6b3edbac00365d0427e608884bab9ad87341127de504
7
- data.tar.gz: a80a0e8497b6e95410d51f24866346f8a6a4a83dcc2d5f8cfbef475b77779a6284ed058089a89621cec57021a9bf125edb37c8fe033bec5a43888731bef22431
6
+ metadata.gz: '085c65fc1ef39b0775a8305676d038f4a4c5faea4d3a4dce796d7faeea30ce41ae4be59d17b1ae174e7060bacc2bf9f2f5f91a3f66bc907037f24090ef967c13'
7
+ data.tar.gz: 5378d43c9ec7b5a363a43d736bf0ca7f6f1e23b3ac6b43fbeb0704e17b7b8f1f71dcd2b69cca88cb29d57ede955904d079392577c66ba057dc360eb708a24b1c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- to_rupees (0.1.1)
4
+ to_rupees (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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/[vin-droid]/to_rupees/fork )
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`)
@@ -1,3 +1,3 @@
1
1
  module ToRupees
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.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-27 00:00:00.000000000 Z
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: []