diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-11-07 13:07:05 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-11-07 16:56:23 +0000 |
commit | 6a5ed58aefd5bb70fe9ee0cd7d4630ae9bf197c2 (patch) | |
tree | 6aea0d60004bd448432af8ff241d48292427c97d | |
parent | a8e90cfcb21e33c7fc5a1485fa95b31178cf790d (diff) |
Add Czech site to list of world FOI sites.
Conflicts:
lib/world_foi_websites.rb
-rw-r--r-- | lib/world_foi_websites.rb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/world_foi_websites.rb b/lib/world_foi_websites.rb index 8cfd0dfae..2ff924713 100644 --- a/lib/world_foi_websites.rb +++ b/lib/world_foi_websites.rb @@ -49,7 +49,12 @@ class WorldFOIWebsites {:country_name => "Australia", :country_iso_code => "AU", # The Australian site is not yet live. So, not including name & url yet. - }] + }, + {:name => "Informace pro Vsechny", + :country_name => "Česká republika", + :country_iso_code => "CZ", + :url => "http://www.infoprovsechny.cz"} + ] return world_foi_websites end @@ -58,4 +63,4 @@ class WorldFOIWebsites return result end end - + |