number_to_indian_currency 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,7 @@ module NumberToIndianCurrency
23
23
  end
24
24
  else
25
25
  begin
26
- puts "Copying #{rupeess_css}..."
26
+ puts "Copying #{rupees_css}..."
27
27
  FileUtils.cp_r orig, dest
28
28
  rescue Exception => e
29
29
  puts e.message
@@ -1,3 +1,3 @@
1
1
  module NumberToIndianCurrency
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: number_to_indian_currency
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 3
10
- version: 1.0.3
9
+ - 4
10
+ version: 1.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sandip Ransing