rsubhak 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rsubhak.rb +1 -1
  2. metadata +3 -3
data/lib/rsubhak.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  class Rsubhak
2
2
 
3
3
  ##
4
- # Recursively walk a hash or array *ha*,
4
+ # Recursively traverse a hash or array *ha*,
5
5
  # searching for all occurrences of hash key *k*, and substituting
6
6
  # (within their values) all occurrences of pattern *p* for replacement *r*.
7
7
  #
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.0
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-03-31 00:00:00.000000000Z
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: []