phony_rails 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module PhonyRails
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
data/lib/phony_rails.rb CHANGED
@@ -27,8 +27,8 @@ module PhonyRails
27
27
  end
28
28
  number = Phony.normalize(number)
29
29
  return number.to_s
30
- # rescue
31
- # number # If all goes wrong .. we still return the original input.
30
+ rescue
31
+ number # If all goes wrong .. we still return the original input.
32
32
  end
33
33
 
34
34
  # This module is added to AR.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phony_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: