diff --git a/README.md b/README.md index 454ba1e..fe926ed 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by *Libraries for geocoding addresses and working with latitudes and longitudes.* * [geocoder](https://github.com/alexreisner/geocoder) Complete Ruby geocoding solution + * [Geokit](https://github.com/geokit/geokit) - Geokit gem provides geocoding and distance/heading calculations. ## HTTP @@ -261,6 +262,8 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by *Libraries for woking with i18n.* +* [i18n](https://github.com/svenfuchs/i18n) - Basic internationalization(i18n) library for Ruby + ## URL Manipulation *Libraries for parsing URLs.*