rsubhak 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rsubhak.rb +1 -1
- metadata +3 -3
data/lib/rsubhak.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rsubhak
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-04-02 00:00:00.000000000Z
|
13
13
|
dependencies: []
|
14
14
|
description: Rsubhak can be used to sanitize a params hash. For instance, remove currency
|
15
15
|
symbols and commas from decimal fields (e.g. price, cost, quantity). Convert '$1,500.00'
|
@@ -23,7 +23,7 @@ files:
|
|
23
23
|
- lib/rsubhak.rb
|
24
24
|
- test/test_helper.rb
|
25
25
|
- test/test_rsubhak.rb
|
26
|
-
homepage:
|
26
|
+
homepage: https://github.com/abatko/rsubhak
|
27
27
|
licenses: []
|
28
28
|
post_install_message:
|
29
29
|
rdoc_options: []
|