restcountry 0.4.0 → 0.4.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/restcountry/country.rb +1 -0
- data/lib/restcountry/version.rb +1 -1
- data/restcountry.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 31b72f9b6341b901e0dcdfef43644f7402a7c21b
|
|
4
|
+
data.tar.gz: 44baa3a54106c04ed6b7255e1cb38c0690032d8d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0df55880c0e479810d11e850a8443b6d095c8293a71ed2adbc96136d9acc1baecdad051ef957808cdc8c56a2f447506e0745f4e3056a89958212f77290c58937
|
|
7
|
+
data.tar.gz: 12a2197b1d3f77651d7b2e90f852a9aaa2faa78963a8b4290cc000bd9092f5e87ba083a3b772f6d304f2db2ba0f77dccd34ff0642456f19ede884a7a51da9de3
|
data/lib/restcountry/country.rb
CHANGED
data/lib/restcountry/version.rb
CHANGED
data/restcountry.gemspec
CHANGED
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
spec.metadata['allowed_push_host'] = "https://rubygems.org"
|
|
14
14
|
end
|
|
15
15
|
|
|
16
|
-
spec.summary = %q{Gem to wrap
|
|
16
|
+
spec.summary = %q{Gem to wrap restcountries.eu API}
|
|
17
17
|
spec.description = %q{Basic API implementation for REST Countries API http://restcountries.eu}
|
|
18
18
|
spec.homepage = "https://github.com/davidesantangelo/restcountry"
|
|
19
19
|
spec.license = "MIT"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: restcountry
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Davide Santangelo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -152,7 +152,7 @@ rubyforge_project:
|
|
|
152
152
|
rubygems_version: 2.4.6
|
|
153
153
|
signing_key:
|
|
154
154
|
specification_version: 4
|
|
155
|
-
summary: Gem to wrap
|
|
155
|
+
summary: Gem to wrap restcountries.eu API
|
|
156
156
|
test_files:
|
|
157
157
|
- spec/restcountry_spec.rb
|
|
158
158
|
- spec/spec_helper.rb
|