Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:mschnitzer:ruby:extensions
rubygem-countries
rubygem-countries.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rubygem-countries.changes of Package rubygem-countries
------------------------------------------------------------------- Fri Aug 26 16:14:35 UTC 2022 - Manuel Schnitzer <mschnitzer@suse.com> - updated to version 5.1.2 * * Missing unofficial translations, addresses the remaining translations in [\#580](https://github.com/countries/countries/issues/580) - [\#764](https://github.com/countries/countries/pull/764) ([pmor](https://github.com/pmor)) ------------------------------------------------------------------- Thu Aug 4 13:03:03 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 5.1.1 see installed CHANGELOG.md ## [5.1.1](https://github.com/countries/countries/releases/tag/v5.1.1') (2022/07/18 09:10 +00:00) **Important changes** - Subdivision loading now respects the configured locales and will only load subdivision translations for the configured locales instead of loading all translations. This fixes [\#580](https://github.com/countries/countries/issues/580) **Merged pull requests:** * Refactor subdivision loading to respect the configured locales. [\#762](https://github.com/countries/countries/pull/762) ([pmor](https://github.com/pmor)) * Add an alternative name for USVI lookup [\#763](https://github.com/countries/countries/pull/763) ([tadejm](https://github.com/tadejm)) ------------------------------------------------------------------- Fri Jul 8 08:34:02 UTC 2022 - Manuel Schnitzer <mschnitzer@suse.com> - updated to version 5.1.0 **Important changes** - `Subdivision` now has a `type` attribute obtained from ISO3166-2 subdivision types. `type` is a _lowercase_ and _snake_cased_ string. - Adds `Country#subdivision_types` and `#humanized_subdivision_types` to list a country's subdivision types - Adds `Country#subdivisions_of_types(types)` to allow getting subdivisions of given type(s) - `Country#states` is now deprecated to avoid confusion (this method was just an alias to `#subdivisions` and retuns all subdivisions, regarless of type) **Merged pull requests:** * Remove i18n_data dependency [\#755](https://github.com/countries/countries/pull/755) ([pmor](https://github.com/pmor)) * Update subdivision YAML with codes [\#757](https://github.com/countries/countries/pull/757) ([pmor](https://github.com/pmor)) * Add subdivision types from ISO3166-2 [\#758](https://github.com/countries/countries/pull/758) ([pmor](https://github.com/pmor)) ## [5.0.2](https://github.com/countries/countries/releases/tag/v5.0.2') (2022/06/02 20:01 +00:00) **Merged pull requests:** * Fix common name for IR [\#754](https://github.com/countries/countries/pull/754) ([pmor](https://github.com/pmor)) * Update MX subdivisions: Remove DIF and update some unofficial names [\#755](https://github.com/countries/countries/pull/755) ([pmor](https://github.com/pmor)) ------------------------------------------------------------------- Mon Jun 13 16:55:32 UTC 2022 - Manuel Schnitzer <mschnitzer@suse.com> - updated to version 5.0.2 * Fix common name for IR [\#754](https://github.com/countries/countries/pull/754) ([pmor](https://github.com/pmor)) * Update MX subdivisions: Remove DIF and update some unofficial names [\#755](https://github.com/countries/countries/pull/755) ([pmor](https://github.com/pmor)) ------------------------------------------------------------------- Sun May 15 15:29:31 UTC 2022 - Manuel Schnitzer <mschnitzer@suse.com> - updated to version 5.0.1 **Merged pull requests:** * Added subdivision_names_with_codes method in documentation [\#747](https://github.com/countries/countries/pull/747) ([arymoraes](https://github.com/arymoraes)) * Corrected Portuguese subdivision names by @FilipaDurao in [\#748](https://github.com/countries/countries/pull/748) ([FilipaDurao](https://github.com/FilipaDurao)) ------------------------------------------------------------------- Mon Feb 21 11:30:26 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 4.2.2 see installed CHANGELOG.md ------------------------------------------------------------------- Tue Jan 25 06:46:21 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 4.2.1 see installed CHANGELOG.md ------------------------------------------------------------------- Tue Dec 21 23:00:35 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com> - updated to version 4.1.2 ## [4.1.2](https://github.com/countries/countries/releases/tag/v4.1.2) (2021/12/20 17:06 +00:00) * Update subdivisions, fix #600 conflicts [\#710](https://github.com/countries/countries/pull/710) ([donnen](https://github.com/donnen), [pmor](https://github.com/pmor)) * Fix conflicts in #605 and update those countries to the latest subdivision data [\#711](https://github.com/countries/countries/pull/711) ([jjamesjohnson](https://github.com/jjamesjohnson), [pmor](https://github.com/pmor)) * Update NZ subdivision data and fix Chatham Island entry [\#712](https://github.com/countries/countries/pull/712) ([pmor](https://github.com/pmor)) * Update translation corrections for Occitan.[\#713](https://github.com/countries/countries/pull/713) ([pmor](https://github.com/pmor)) * Update i18n_data to 0.15.0 [\#715](https://github.com/countries/countries/pull/715) ([pmor](https://github.com/pmor)) ## [4.1.1](https://github.com/countries/countries/releases/tag/v4.1.1) (2021/12/06 13:31 +00:00) **Merged pull requests:** * Fix ISO3166::Country respond_to_missing? [\#625](https://github.com/countries/countries/pull/625) ([biinari](https://github.com/biinari)) * Revert subdivision changes to NO.yaml [\#709](https://github.com/countries/countries/pull/709) ([pmor](https://github.com/pmor)) ## [4.1.0](https://github.com/countries/countries/releases/tag/v4.1.0) (2021/11/30 09:44 +00:00) **New features:** - `Country.pluck` [\#706](https://github.com/countries/countries/pull/706) ([dorianmariefr](https://github.com/dorianmariefr)) **Closed issues:** - Ensure Moscow Oblast translations reference the "province" [\#694](https://github.com/countries/countries/pull/694) ([carlesjove](https://github.com/carlesjove)) - Update NL reduced VAT rate [\#693](https://github.com/countries/countries/pull/693) ([oscaredel](https://github.com/oscaredel)) - Serbian translation for North Macedonia is incorrect [\#703](https://github.com/countries/countries/issues/703) **Merged pull requests:** - Set the code when creating subdivisions [\#658](https://github.com/countries/countries/pull/658) ([IamDavidovich](https://github.com/IamDavidovich)) - Refresh subdivision data from CLDR [\#704](https://github.com/countries/countries/pull/704) ([pmor](https://github.com/pmor)) - Update I18nData gem to 0.13.1 and fix MK translation in `mk` locale [\#705](https://github.com/countries/countries/pull/705) ([pmor](https://github.com/pmor)) ------------------------------------------------------------------- Mon Jul 26 05:51:39 UTC 2021 - Stephan Kulow <coolo@suse.com> updated to version 4.0.1 see installed CHANGELOG.md ## [4.0.1](https://github.com/countries/countries/releases/tag/v4.0.1) (2021/07/19 14:47 +01:00) **Closed issues:** - ISO Country Code for Czechia/Czech Republic should be updated. [\#688](https://github.com/countries/countries/issues/688) - Regression in 4.0.0: ISO3166::Country.translations(:en) with symbol arg raises [\#691](https://github.com/countries/countries/issues/691) **Merged pull requests:** - Updating Norway subdivision codes to match late 2020 ISO change [\#666](https://github.com/countries/countries/pull/666) and [\#689](https://github.com/countries/countries/pull/689) ([thomascrumrine](https://github.com/thomascrumrine)) - Update CZ.yaml: Czechia is the ISO short name for the Czech Republic [\#690](https://github.com/countries/countries/pull/690) ([pmor](https://github.com/pmor)) - Fix regression in `ISO3166::Country.translations` with symbols [\#692](https://github.com/countries/countries/pull/692) ([pmor](https://github.com/pmor)) ------------------------------------------------------------------- Thu Jun 24 17:12:49 UTC 2021 - Stephan Kulow <coolo@suse.com> updated to version 4.0.0 see installed CHANGELOG.md ## [Unreleased] ## [4.0.0](https://github.com/countries/countries/releases/tag/v4.0.0) (2021/06/11 09:47 +01:00) **Closed issues:** - update_cldr_subdivison_data Rake task broken due to CLDR repo change [\#633](https://github.com/countries/countries/issues/663) - Fix ISO3166::Data.register loading of nested hashes (from https://github.com/countries/countries/pull/397#issuecomment-846543094) - Angola's bounds is the same as Austria? [\#682](https://github.com/countries/countries/issues/682) **Merged pull requests:** - `make_cache_thread_safe` ([factorialco](https://github.com/factorialco)) - Update i18n_data to 0.13.0 and drop support for rubies <2.5 [\#650](https://github.com/countries/countries/pull/650) ([pmor](https://github.com/pmor)) - Fixes [\#633] and updates geocoder searches [\#634](https://github.com/countries/countries/pull/634) ([mezza](https://github.com/mezza)) - `translation_corrections.yaml`: Fix broken link [\#664](https://github.com/countries/countries/pull/664) ([henrik](https://github.com/henrik)) - Correct Danish translation of CZ [\#661](https://github.com/countries/countries/pull/661) ([JanMSP](https://github.com/JanMSP)) - Swedish translation correction: RU = "Ryssland" [\#665](https://github.com/countries/countries/pull/665) ([henrik](https://github.com/henrik)) - Update gemspec metadata with new repo url [\#672](https://github.com/countries/countries/pull/672) ([pmor](https://github.com/pmor)) - Fix typo and lint in README.markdown [\#675](https://github.com/countries/countries/pull/675) ([DigiPie](https://github.com/DigiPie)) - Update CI to the latests ruby point versions [\#677](https://github.com/countries/countries/pull/677) ([pmor](https://github.com/pmor)) - Adds North Korea to list of unofficial names of KP [\#681](https://github.com/countries/countries/pull/681) ([talha-akram ](https://github.com/talha-akram )) - Update Vietnam subdivisions with current ISO_3166-2:VN [\#673](https://github.com/countries/countries/pull/673) ([keymastervn](https://github.com/keymastervn)) - Add custom countries to translation lists [\#595](https://github.com/countries/countries/pull/595) ([phylor](https://github.com/phylor)) - Fix ISO3166::Data.register loading of nested hashes, eg: geo data. [\#683](https://github.com/countries/countries/pull/683) ([pmor](https://github.com/pmor)) - Remove Travis CI configuration. [\#685](https://github.com/countries/countries/pull/683) ([pmor](https://github.com/pmor)) ------------------------------------------------------------------- Tue Apr 20 13:34:28 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com> - updated to version 3.1.0 [Full Changelog](https://github.com/countries/countries/compare/v3.0.1...v3.1.0) **Closed issues:** - Add timezones to country data [\#669](https://github.com/countries/countries/issues/669) - The name for Vietnam is incorrect [\#660](https://github.com/countries/countries/issues/660) - Missing address\_format for Vietnam [\#652](https://github.com/countries/countries/issues/652) - Temporary German VAT rate \(16%\) from July 1st to December 31st, 2020 [\#637](https://github.com/countries/countries/issues/637) - Armenian translations are incorrect [\#622](https://github.com/countries/countries/issues/622) - Please cut a release [\#610](https://github.com/countries/countries/issues/610) - Please update i18n\_data to 0.10.0 [\#607](https://github.com/countries/countries/issues/607) - Release '3.0.0' missing some commits [\#603](https://github.com/countries/countries/issues/603) - Please release a new version [\#591](https://github.com/countries/countries/issues/591) - 'Portugal' is misspelled in lib/countries/cache/locales/nn.json [\#583](https://github.com/countries/countries/issues/583) - Any interest in fiscal year data? [\#532](https://github.com/countries/countries/issues/532) - Kosovo independent from Serbia [\#511](https://github.com/countries/countries/issues/511) - Include country's postcode/zip format [\#366](https://github.com/countries/countries/issues/366) **Merged pull requests:** - add find\_all\_by example to readme [\#667](https://github.com/countries/countries/pull/667) ([glaucocustodio](https://github.com/glaucocustodio)) - Add address\_format for Vietnam, fixes \#652 [\#653](https://github.com/countries/countries/pull/653) ([pmor](https://github.com/pmor)) - "The United Kingdom" is an unofficial name for Great Britain [\#651](https://github.com/countries/countries/pull/651) ([RogerPodacter](https://github.com/RogerPodacter)) - UK is an unofficial name for Great Britain [\#648](https://github.com/countries/countries/pull/648) ([RogerPodacter](https://github.com/RogerPodacter)) - \[French\] Bad encoding for new zealand [\#643](https://github.com/countries/countries/pull/643) ([waghanza](https://github.com/waghanza)) - Update gemspec: i18n\_data 0.11.0 [\#640](https://github.com/countries/countries/pull/640) ([masawo](https://github.com/masawo)) - Add missing Latvia address\_format template [\#639](https://github.com/countries/countries/pull/639) ([RogerPodacter](https://github.com/RogerPodacter)) - Used the common name República Checa in PT [\#635](https://github.com/countries/countries/pull/635) ([basex](https://github.com/basex)) - Fix China subdvivisions iso code see https://en.wikipedia.org/wiki/IS… [\#632](https://github.com/countries/countries/pull/632) ([daniel88m](https://github.com/daniel88m)) - Use AUD currency for Tuvalu [\#629](https://github.com/countries/countries/pull/629) ([mayrsascha](https://github.com/mayrsascha)) - Add country code 672 to HM [\#626](https://github.com/countries/countries/pull/626) ([wongyouth](https://github.com/wongyouth)) - \[GB\] Add unofficial names for ERY [\#620](https://github.com/countries/countries/pull/620) ([carlesjove](https://github.com/carlesjove)) - \[ES\] Add unofficial names + translations + remove weird characters [\#619](https://github.com/countries/countries/pull/619) ([carlesjove](https://github.com/carlesjove)) - Add data & script to update postal code & format [\#618](https://github.com/countries/countries/pull/618) ([cover](https://github.com/cover)) - Fixes failing rspec assertions after cache update [\#617](https://github.com/countries/countries/pull/617) ([rposborne](https://github.com/rposborne)) - Potential solution for thread safety [\#608](https://github.com/countries/countries/pull/608) ([hammerdr](https://github.com/hammerdr)) - Fix a typo in 'Portugal' [\#602](https://github.com/countries/countries/pull/602) ([mbirman](https://github.com/mbirman)) - added CL standard VAT [\#578](https://github.com/countries/countries/pull/578) ([tiagomatos](https://github.com/tiagomatos)) - Remove Puerto Rico subdivisions [\#539](https://github.com/countries/countries/pull/539) ([philipefarias](https://github.com/philipefarias)) ------------------------------------------------------------------- Thu May 7 20:35:45 UTC 2020 - Stephan Kulow <coolo@suse.com> - updated to version 3.0.1 see installed CHANGELOG.md ## [v3.0.1](https://github.com/hexorx/countries/tree/HEAD) (2020/02/11 00:04 +05:00) [Full Changelog](https://github.com/hexorx/countries/compare/v3.0.0...v3.0.1) **Closed issues:** - Accessing all ISO 639-1 language codes [\#604](https://github.com/hexorx/countries/issues/604) - County ISO and translations for Cork County \(Ireland\) in invalid [\#594](https://github.com/hexorx/countries/issues/594) - Chile added Ñuble Region [\#592](https://github.com/hexorx/countries/issues/592) - Samoa currency code should be WST [\#584](https://github.com/hexorx/countries/issues/584) - Mauritanian currency code is changed [\#568](https://github.com/hexorx/countries/issues/568) - Czech Republic changed it's name to Czechia [\#560](https://github.com/hexorx/countries/issues/560) - Swaziland renamed to eSwatini [\#521](https://github.com/hexorx/countries/issues/521) **Merged pull requests:** - Update UK EU and EEA status [\#615](https://github.com/hexorx/countries/pull/615) ([carlesjove](https://github.com/carlesjove)) - Add "The Netherlands" as an unofficial name of NL [\#614](https://github.com/hexorx/countries/pull/614) ([RogerPodacter](https://github.com/RogerPodacter)) - CI: Drop unused sudo: false directive [\#613](https://github.com/hexorx/countries/pull/613) ([olleolleolle](https://github.com/olleolleolle)) - Samoa currency is WST [\#599](https://github.com/hexorx/countries/pull/599) ([mbirman](https://github.com/mbirman)) - Add Ñuble region [\#598](https://github.com/hexorx/countries/pull/598) ([mbirman](https://github.com/mbirman)) - Update Ireland Subdivision Formatting and Connacht and \(County\) Cork Data [\#596](https://github.com/hexorx/countries/pull/596) ([anastasiastowers](https://github.com/anastasiastowers)) - Change the name of Macedonia to North Macedonia [\#585](https://github.com/hexorx/countries/pull/585) ([svetliomihailov](https://github.com/svetliomihailov)) - Add Murica to United States unoffical names [\#577](https://github.com/hexorx/countries/pull/577) ([mikeyduece](https://github.com/mikeyduece)) - Fix state codes from being returned as false [\#574](https://github.com/hexorx/countries/pull/574) ([akiellor](https://github.com/akiellor)) - Update i18n\_data version [\#572](https://github.com/hexorx/countries/pull/572) ([tatarsky-v](https://github.com/tatarsky-v)) - remove bin/console from gemspec [\#571](https://github.com/hexorx/countries/pull/571) ([patleb](https://github.com/patleb)) - Add North Macedonia as alternate name [\#570](https://github.com/hexorx/countries/pull/570) ([toddwschneider](https://github.com/toddwschneider)) - Update Mauritanian currency code [\#569](https://github.com/hexorx/countries/pull/569) ([vencislavdimitrov](https://github.com/vencislavdimitrov)) - Update name of SZ to eSwatini \(was Swaziland\) [\#567](https://github.com/hexorx/countries/pull/567) ([rossgayler](https://github.com/rossgayler)) - Fixed links to debian package iso-codes [\#566](https://github.com/hexorx/countries/pull/566) ([panterch](https://github.com/panterch)) - It should include language variants which are available in i18n\_data. [\#565](https://github.com/hexorx/countries/pull/565) ([torumori](https://github.com/torumori)) - Fix "it's"-related typos [\#563](https://github.com/hexorx/countries/pull/563) ([RogerPodacter](https://github.com/RogerPodacter)) - Add Czechia as unofficial name for Czech Republic [\#561](https://github.com/hexorx/countries/pull/561) ([msdundar](https://github.com/msdundar)) - Drops the i18n requirement from the gem [\#558](https://github.com/hexorx/countries/pull/558) ([rposborne](https://github.com/rposborne)) - Add caching to the parsing of values during search [\#557](https://github.com/hexorx/countries/pull/557) ([radixhound](https://github.com/radixhound)) - 🇬🇧🇪🇺 Britain leaves the EU and EEA [\#500](https://github.com/hexorx/countries/pull/500) ([seanhandley](https://github.com/seanhandley)) ------------------------------------------------------------------- Wed Dec 19 07:04:36 UTC 2018 - Stephan Kulow <coolo@suse.com> - updated to version 3.0.0 see installed CHANGELOG.md ### v2.2.0 (yanked and re-released as 3.0.0) (2018/12/17 10:20 +00:00) **Closed issues:** - Overriding/Extending Country class with custom methods [\#506](https://github.com/hexorx/countries/issues/506) - fonts [\#503](https://github.com/hexorx/countries/issues/503) - USA counties [\#501](https://github.com/hexorx/countries/issues/501) - flags not working [\#489](https://github.com/hexorx/countries/issues/489) - Proper way to only change a few subset of data [\#486](https://github.com/hexorx/countries/issues/486) **Merged pull requests:** - Relax i18n gemspec [\#553](https://github.com/hexorx/countries/issues/553) - Update cache [\#549](https://github.com/hexorx/countries/pull/549) ([jgrau](https://github.com/jgrau)) - Update cache [\#549](https://github.com/hexorx/countries/pull/549) ([jgrau](https://github.com/jgrau)) - Add dash to Nouvelle-Calédonie [\#547](https://github.com/hexorx/countries/pull/547) ([HLFH](https://github.com/HLFH)) - New currency\_code for Venezuela: VEF -\> VES [\#546](https://github.com/hexorx/countries/pull/546) ([madacol](https://github.com/madacol)) - More vat rates [\#544](https://github.com/hexorx/countries/pull/544) ([jgrau](https://github.com/jgrau)) - Consistently use single-quotes in code block [\#541](https://github.com/hexorx/countries/pull/541) ([orhantoy](https://github.com/orhantoy)) - Add Thailand vat rates [\#536](https://github.com/hexorx/countries/pull/536) ([jgrau](https://github.com/jgrau)) - Update and fix LatAm countries subdivisions [\#534](https://github.com/hexorx/countries/pull/534) ([philipefarias](https://github.com/philipefarias)) - Add feature toggle for countries to avoid money dependency [\#533](https://github.com/hexorx/countries/pull/533) ([stefkin](https://github.com/stefkin)) - Fixing language code for Urdu to ISO 639-2 [\#531](https://github.com/hexorx/countries/pull/531) ([dachusa](https://github.com/dachusa)) - Correcting syntax for YAML numeric list key 08 [\#530](https://github.com/hexorx/countries/pull/530) ([dachusa](https://github.com/dachusa)) - Rubocop style guides [\#527](https://github.com/hexorx/countries/pull/527) ([mrclmrvn](https://github.com/mrclmrvn)) - Added 20 subdivisions yaml files [\#526](https://github.com/hexorx/countries/pull/526) ([dachusa](https://github.com/dachusa)) - Created Anguilla Subdivision YAML file [\#525](https://github.com/hexorx/countries/pull/525) ([dachusa](https://github.com/dachusa)) - Correcting Ash Shamālīyah's translations location [\#524](https://github.com/hexorx/countries/pull/524) ([dachusa](https://github.com/dachusa)) - Singapore IOC code has changed [\#523](https://github.com/hexorx/countries/pull/523) ([pzupan](https://github.com/pzupan)) - \#519 correct NO subdivision key for Sudan's Ash Shamālīyah [\#520](https://github.com/hexorx/countries/pull/520) ([jlw](https://github.com/jlw)) - Fixed incorrect flag emoji in Readme example [\#518](https://github.com/hexorx/countries/pull/518) ([keithpitt](https://github.com/keithpitt)) - Corrected VAT rates of Greece [\#516](https://github.com/hexorx/countries/pull/516) ([gauda](https://github.com/gauda)) - correct currency for Haiti [\#515](https://github.com/hexorx/countries/pull/515) ([genevievebelle](https://github.com/genevievebelle)) - Update LT.yaml [\#514](https://github.com/hexorx/countries/pull/514) ([s4uliu5](https://github.com/s4uliu5)) - \[CI\] Test against Ruby 2.1 and 2.5 [\#513](https://github.com/hexorx/countries/pull/513) ([nicolasleger](https://github.com/nicolasleger)) - Add zh translation for CN subdivisions [\#512](https://github.com/hexorx/countries/pull/512) ([wingice](https://github.com/wingice)) - Memoize subdivision YAML loading [\#510](https://github.com/hexorx/countries/pull/510) ([mdehoog](https://github.com/mdehoog)) - Update CZ country name [\#509](https://github.com/hexorx/countries/pull/509) ([minvs1](https://github.com/minvs1)) - Add Ukraine vat rates [\#507](https://github.com/hexorx/countries/pull/507) ([jgrau](https://github.com/jgrau)) - Corrected swedish transation for GB [\#505](https://github.com/hexorx/countries/pull/505) ([pidu](https://github.com/pidu)) - Remove empty :geo key and misspelled latitude [\#504](https://github.com/hexorx/countries/pull/504) ([normancapule](https://github.com/normancapule)) - Update README.markdown [\#502](https://github.com/hexorx/countries/pull/502) ([gssbzn](https://github.com/gssbzn)) ------------------------------------------------------------------- Fri Feb 9 05:29:29 UTC 2018 - factory-auto@kulow.org - updated to version 2.1.4 see installed CHANGELOG.md ### v2.1.4 (2018/02/09 01:52 +00:00) - [#498](https://github.com/hexorx/countries/pull/498) Updated Switzerland VAT rates (@Aethelflaed) - [#497](https://github.com/hexorx/countries/pull/497) Swedish translation correction of GB (@eric-khoury) - [#493](https://github.com/hexorx/countries/pull/493) Add vat rates for Philippines (@jgrau) ------------------------------------------------------------------- Tue Jan 9 07:25:46 UTC 2018 - coolo@suse.com - updated to version 2.1.3 see installed CHANGELOG.md ## 2.1.3 - [#480](https://github.com/hexorx/countries/pull/480) Add subdivision names with codes (@md-hamed) - [#490](https://github.com/hexorx/countries/pull/490) Fix search to work for countries with comma in their name (@bud-yoyo) - [#488](https://github.com/hexorx/countries/pull/488) Update BY currency code (BYR -> BYN) (@mainameiz) - [#487](https://github.com/hexorx/countries/pull/487) fix TW national_prefix (@swdyh) - [#478](https://github.com/hexorx/countries/pull/478) Add vat rates for mexico (@jgrau) - [#476](https://github.com/hexorx/countries/pull/476) Add standard vat rate for Norway (@jgrau) - [#473](https://github.com/hexorx/countries/pull/473) Add CLDR data source for subdivion translations. (@rposborne) - [#472](https://github.com/hexorx/countries/pull/472) Fix corrupted Subdivisions (@rposborne) ------------------------------------------------------------------- Mon Aug 28 05:16:30 UTC 2017 - coolo@suse.com - updated to version 2.1.2 see installed CHANGELOG.md ## 2.1.2 - Fix incorrectly named subdivision data files @skyborn8 - Updates MX.yaml to reflect Mexico City's official name change @novohispano ## 2.1.1 - Updated cache @rposborne - Add code attribute to Subdivision @kasparsj - Allow override of cache dir @kasparsj ## 2.1.0 - Fix emoji support in old rubies < 2.0 @pezholio - Detect if active_support is loaded before using .html_safe @subfusc - Changed the nationality of Hong Kong from Chinese to Hong Kongnese @neosepulveda - Readme Cleanup @dankimio - Correct typo for Virgin Islands, U.S and add translation for Palestine @jpawlyn - Add new French Regions (january 2016) @clemthenem - Add Russian unofficial name to GB @faucct - Update gem i18n_data @seb-sykio ------------------------------------------------------------------- Thu Aug 3 19:09:17 UTC 2017 - coolo@suse.com - updated to version 2.1.1 see installed CHANGELOG.md ------------------------------------------------------------------- Tue Mar 7 05:38:20 UTC 2017 - coolo@suse.com - updated to version 2.0.8 see installed CHANGELOG.md ## 2.0.8 - Add language data to Nepal @gkunwar - Add start of week day @Vsanchezr - Normalized Turkey's Subdivisions @emir ------------------------------------------------------------------- Thu Feb 16 05:30:40 UTC 2017 - coolo@suse.com - updated to version 2.0.7 see installed CHANGELOG.md ## 2.0.7 - Content Fixes ## 2.0.6 - Adds French Guiana nationality - Add missing un_locode for south sudan - Fix Norwegian country code (false -> NO) - Add missing un location codes - Further reduce calls to .keys to provide additional speedup and performance bump - Add sixarm_ruby_unaccent to gemspec dependencies - Update all official country names to the ISO 3166 standard - [Full Changelog](https://github.com/hexorx/countries/compare/v2.0.5...v2.0.6) ------------------------------------------------------------------- Wed Jan 18 05:30:18 UTC 2017 - coolo@suse.com - updated to version 2.0.6 see installed CHANGELOG.md ------------------------------------------------------------------- Fri Dec 9 05:30:10 UTC 2016 - coolo@suse.com - updated to version 2.0.5 see installed CHANGELOG.md ## 2.0.5 - Fixes #408 Correct Subdivision files for AD, AE, AF, AG, and AL ## 2.0.4 - Update cache. ## 2.0.3 - Fix comparison with country to nil - Add NANP_prefix as separate field ## 2.0.2 - Add nanp_prefix data. ## 2.0.1 - Content updates - Fix bounding boxes that were mismatched. - Update bounding box update task to prevent any lookup from return anything other than a country. ------------------------------------------------------------------- Tue Nov 15 05:31:40 UTC 2016 - coolo@suse.com - updated to version 2.0.0 see installed CHANGELOG.md ## 2.0.0 - Remove find_country_by_translations ## 2.0.0.rc3 - Content updates - All geo cords, are no longer strings - All bounding boxes updated - United States is now United States of America - Refactor of Rake tasks ## 2.0.0.rc2 - Add fallback when looking up locales for pt-BR style languages - Implement project style guide ## 2.0.0.rc - Fixed a regression that would purge the countries memory cache when adding a custom country #353 - Various Content Updates ## 2.0.0.pre.4 - Fix crash when app introduces an unexpected locale. Much thanks to @jstenhouse ## 2.0.0.pre.2 - Bringing in content from 1.x branch ## 2.0.0.pre - Selective loading translations of countries - Auto detect I18n locales to load - Add Configuration methods to force locales to load - Dropped currencies gem in favor of money - Add Time Zone Support - DATA STRUCTURE CHANGES -COUNTRY - BREAKING CHANGES - names: => unofficial_names - languages: => official_languages - lat/lng fields are nested under a "geo" key - + spoken_languages - + ------------------------------------------------------------------- Mon Jan 25 05:47:54 UTC 2016 - coolo@suse.com - updated to version 1.2.5 see installed CHANGELOG.md ## 1.2.5 @ 2016-01-22 - Rebuilding cache ## 1.2.4 @ 2016-01-21 - Romanian Standard VAT rate is 20% as of 2016-01-01 #325 @dougal - Palestine submit #324 @samizan - Added 47 as calling code for Bouvet Island, Norwegian territory #323 - Added XAF as currency code for Congo @espen - Force converting passed locale to string @borodiychuk ## 1.2.3 - Content Updates ------------------------------------------------------------------- Mon Nov 23 05:28:53 UTC 2015 - coolo@suse.com - updated to version 1.2.2 see installed CHANGELOG.md ------------------------------------------------------------------- Thu Nov 5 05:29:20 UTC 2015 - coolo@suse.com - updated to version 1.2.1 see installed CHANGELOG.md ## 1.2.0 - Cleaning up Global Load Path @rposborne - Add MOP as the currency for Macao @kriskhaira ------------------------------------------------------------------- Fri Sep 18 04:29:25 UTC 2015 - coolo@suse.com - updated to version 1.1.0 see installed CHANGELOG.md ## 1.1.0 - Adding compare operation to country @guilleart - Content Updates @rposbone - Correct NL to NO for un_locode @ohenrik - Fix spelling of Sjælland @boatrite - Add alternate spelling of Macao/Macau @nityaoberoi ------------------------------------------------------------------- Wed Aug 26 04:29:05 UTC 2015 - coolo@suse.com - updated to version 1.0.0 see installed CHANGELOG.md ## 1.0.0 - Switch to Marshalling for cache storage @rposborne - Country class helper now must be explicitly loaded @rposborne - Removed Rails 2.0 FormHelper COUNTRIES @rposborne - Add class codes method to get list of all alpha2 codes @rposborne - Change default behavior of all method to return a list of country objects vs a tuple of alpha code + name ## 0.11.5 - Refactored data loading into it's own class - Added ability to override bad translations from i18n - Update languages in NO.yml @matfiz - Fix Subdivisions & States in README @pnomolos - Fix New York, Washington, Oklahoma state's latitude/longitude information @GUI - Bad state data present in Uruguay has been removed @saisha92 - Various Other Content Updates by @danshultz @embs @sykaeh, @tg0 ## 0.11.4 - Added coordinates for subdivisions @fabn - Various Other Content Updates by @fabn, @snowblink ## 0.11.3 - Translations update from i18n-data ------------------------------------------------------------------- Fri Jul 10 04:28:36 UTC 2015 - coolo@suse.com - updated to version 0.11.5 see installed CHANGELOG.md ------------------------------------------------------------------- Tue May 12 07:23:26 UTC 2015 - coolo@suse.com - updated to version 0.11.4 see installed CHANGELOG.md ------------------------------------------------------------------- Fri Mar 27 05:29:37 UTC 2015 - coolo@suse.com - updated to version 0.11.3 ------------------------------------------------------------------- Tue Mar 17 05:29:18 UTC 2015 - coolo@suse.com - updated to version 0.11.2 ------------------------------------------------------------------- Wed Mar 4 05:30:20 UTC 2015 - coolo@suse.com - updated to version 0.11.0 ------------------------------------------------------------------- Tue Feb 10 17:34:17 UTC 2015 - coolo@suse.com - updated to version 0.10.0 ------------------------------------------------------------------- Thu Oct 31 05:54:40 UTC 2013 - coolo@suse.com - updated to version 0.9.3 ------------------------------------------------------------------- Sat May 25 21:25:10 UTC 2013 - coolo@suse.com - updated to version 0.9.2 ------------------------------------------------------------------- Tue Nov 6 05:33:51 UTC 2012 - coolo@suse.com - updated to version 0.8.4 ------------------------------------------------------------------- Tue Oct 9 08:31:05 UTC 2012 - coolo@suse.com - updated to version 0.8.3 ------------------------------------------------------------------- Wed Aug 1 05:03:10 UTC 2012 - coolo@suse.com - updated to version 0.8.2 ------------------------------------------------------------------- Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de - use rubygems_requires macro ------------------------------------------------------------------- Thu Mar 4 19:04:45 UTC 2010 - prusnak@suse.cz - created package
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor