itu_codes 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,13 @@
1
+ require 'carmen'
2
+
3
+ module ItuCodes
4
+ module Helpers
5
+ def self.country_code_lookup(country_name)
6
+ Carmen::country_code(country_name)
7
+ end
8
+
9
+ def self.country_name_lookup(iso_code)
10
+ Carmen::country_name(iso_code)
11
+ end
12
+ end
13
+ end
@@ -1,3 +1,3 @@
1
1
  module ItuCodes
2
- VERSION = "0.3.5"
2
+ VERSION = "0.3.6"
3
3
  end