un_countries 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/un_countries/version.rb +1 -1
- data/lib/un_countries.rb +7 -1
- data/un_countries-0.1.0.gem +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d1c2ac705b747702912f3a2b74209b4c71a25631
|
4
|
+
data.tar.gz: 1858feccb109b755185730f0916621eea713d8eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca398420858af807750635e8a4b4c97ae8a1d8e2a6ddd7bdb7c3114619cb74c554138645dc792675521aa92e4fd7bf1bc7190928cb79cfefae1f77e141a4a5bf
|
7
|
+
data.tar.gz: 61a04a535cc9d30f9d0238ceceea0de6c0f3fdcf33e8e5a61a877aa69adfa5694ad7447e032c3b0419543888084bea9893e3e9f2a54239e420c67792e6eb3206
|
data/lib/un_countries/version.rb
CHANGED
data/lib/un_countries.rb
CHANGED
@@ -4,7 +4,13 @@ module UnCountries
|
|
4
4
|
def self.countries_list
|
5
5
|
|
6
6
|
countries = ["Afghanistan","Albania","Algeria","Andorra","Angola","Antigua and Barbuda",
|
7
|
-
"Argentina","Armenia","Australia","Austria"
|
7
|
+
"Argentina","Armenia","Australia","Austria","Azerbaijan","Bahamas","Bahrain","Bangladesh",
|
8
|
+
"Barbados","Belarus","Belgium","Belize","Benin","Bhutan","Bolivia","Bosnia and Herzegovina",
|
9
|
+
"Botswana","Brazil","Brunei Darussalam","Bulgaria","Burkina Faso","Burundi","Cabo Verde","Cambodia",
|
10
|
+
"Cameroon","Canada","Central African Republic","Chad","Chile","China","Colombia","Comoros","Congo",
|
11
|
+
"Costa Rica","Côte d'Ivoire","Croatia","Cuba","Cyprus","Czech Republic","Democratic Republic of the Congo",
|
12
|
+
"Denmark","Djibouti","Dominica","Dominican Republic","Ecuador","Egypt","El Salvador","Equatorial Guinea","Eritrea",
|
13
|
+
"Estonia","Ethiopia","Fiji","Finland","France","Gabon","Gambia","Georgia","Germany","Ghana","Greece"]
|
8
14
|
return countries
|
9
15
|
end
|
10
16
|
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: un_countries
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Spiros Avlonitis
|
@@ -71,6 +71,7 @@ files:
|
|
71
71
|
- bin/setup
|
72
72
|
- lib/un_countries.rb
|
73
73
|
- lib/un_countries/version.rb
|
74
|
+
- un_countries-0.1.0.gem
|
74
75
|
- un_countries.gemspec
|
75
76
|
homepage: ''
|
76
77
|
licenses:
|