diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-28 15:43:46 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-28 15:43:46 +0100 |
commit | d801fff4325a42f1bbbb273ac0a4597c32b4dd4b (patch) | |
tree | 5b9d4828b2c6bf8415ccabb0140eb730ed12ceca /lib/world_foi_websites.rb | |
parent | 0b511943ef5a8835af34842291725d1dce74b25a (diff) | |
parent | 533f0ab5f402e110f42d50fb6906a6b58ae312f7 (diff) |
Merge remote-tracking branch 'origin/release/0.19'0.19
Diffstat (limited to 'lib/world_foi_websites.rb')
-rw-r--r-- | lib/world_foi_websites.rb | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/lib/world_foi_websites.rb b/lib/world_foi_websites.rb index eb707a103..fc2395986 100644 --- a/lib/world_foi_websites.rb +++ b/lib/world_foi_websites.rb @@ -62,11 +62,22 @@ class WorldFOIWebsites :country_name => "România", :country_iso_code => "RO", :url => "http://nuvasuparati.info/"}, - {:name => "Marsoum41", + {:name => "Marsoum41", :country_name => "تونس", :country_iso_code => "TN", - :url => "http://www.marsoum41.org"} - + :url => "http://www.marsoum41.org"}, + {:name => "Доступ до правди", + :country_name => "Україна", + :country_iso_code => "UA", + :url => "https://dostup.pravda.com.ua/"}, + {:name => "Ask Data", + :country_name => "מְדִינַת יִשְׂרָאֵל", + :country_iso_code => "IL", + :url => "http://askdata.org.il/"}, + {:name => "Слободен пристап", + :country_name => "Република Македонија", + :country_iso_code => "MK", + :url => "http://www.slobodenpristap.mk/"} ] return world_foi_websites end |