number_to_indian_currency 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -10,21 +10,8 @@ Gem::Specification.new do |s|
|
|
10
10
|
s.email = ["sandip@funonrails.com"]
|
11
11
|
s.homepage = ""
|
12
12
|
s.summary = %q{Helper that coverts number to indian currency with rupees symbol with css}
|
13
|
-
description = "Converts number to indian currency with rupee style"
|
14
|
-
description << "<br/><br/>"
|
15
|
-
description << %{
|
16
|
-
Example Usage
|
17
|
-
--------------------------------------------------------
|
18
|
-
>> number_to_indian_currency(400)
|
19
|
-
=> "<span class="WebRupee">Rs.</span> 400"
|
20
|
-
>> number_to_indian_currency(5921, false)
|
21
|
-
=> "Rs. 5,921" >> helper.number_to_indian_currency(9921)
|
22
|
-
=> "<span class="WebRupee">Rs.</span> 9,921"
|
23
|
-
>> number_to_indian_currency(1222040.54, false)
|
24
|
-
=> "Rs.12,22,040.54"
|
25
|
-
}
|
13
|
+
s.description = "Converts number to indian currency with rupee style"
|
26
14
|
|
27
|
-
s.description = description
|
28
15
|
s.rubyforge_project = "number_to_indian_currency"
|
29
16
|
|
30
17
|
s.files = `git ls-files`.split("\n")
|
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:
|
4
|
+
hash: 17
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 3
|
10
|
+
version: 1.0.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Sandip Ransing
|
@@ -15,11 +15,11 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-04-12 00:00:00 +05:30
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|
22
|
-
description:
|
22
|
+
description: Converts number to indian currency with rupee style
|
23
23
|
email:
|
24
24
|
- sandip@funonrails.com
|
25
25
|
executables: []
|