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.
@@ -23,7 +23,7 @@ module NumberToIndianCurrency
23
23
  end
24
24
  else
25
25
  begin
26
- puts "Copying #{rupess_css}..."
26
+ puts "Copying #{rupeess_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.2"
2
+ VERSION = "1.0.3"
3
3
  end
@@ -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: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
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-03-18 00:00:00 +05:30
18
+ date: 2011-04-12 00:00:00 +05:30
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
22
- description: "Converts number to indian currency with rupee style<br/><br/>\n Example Usage\n --------------------------------------------------------\n >> number_to_indian_currency(400)\n => \"<span class=\"WebRupee\">Rs.</span> 400\" \n >> number_to_indian_currency(5921, false)\n => \"Rs. 5,921\" >> helper.number_to_indian_currency(9921)\n => \"<span class=\"WebRupee\">Rs.</span> 9,921\"\n >> number_to_indian_currency(1222040.54, false) \n => \"Rs.12,22,040.54\"\n "
22
+ description: Converts number to indian currency with rupee style
23
23
  email:
24
24
  - sandip@funonrails.com
25
25
  executables: []