restcountry 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d4529a0a454e36b402e477bd82abfd26025be28d
4
- data.tar.gz: 87527b89b7c60e2a7bbe34966210ab82e052d8a1
3
+ metadata.gz: 31b72f9b6341b901e0dcdfef43644f7402a7c21b
4
+ data.tar.gz: 44baa3a54106c04ed6b7255e1cb38c0690032d8d
5
5
  SHA512:
6
- metadata.gz: 70ecb83e3b2b26a77987a46125587cd821dbde8667f61f0213af1f16cf263201011062131df36511e6347b071bd40b7ceaa846cf657d61bf55f2e73a9a51c35e
7
- data.tar.gz: 1ba09405164a70b72b1b9c591cd286a22d0f3628adf0f9d98ce0782c1acb299418a97f2955c14bc1b27ef83b047e77f45b64a3ede49a5edb22c15ad4733dbe0b
6
+ metadata.gz: 0df55880c0e479810d11e850a8443b6d095c8293a71ed2adbc96136d9acc1baecdad051ef957808cdc8c56a2f447506e0745f4e3056a89958212f77290c58937
7
+ data.tar.gz: 12a2197b1d3f77651d7b2e90f852a9aaa2faa78963a8b4290cc000bd9092f5e87ba083a3b772f6d304f2db2ba0f77dccd34ff0642456f19ede884a7a51da9de3
@@ -1,5 +1,6 @@
1
1
  require 'faraday'
2
2
  require 'json'
3
+ require 'uri'
3
4
 
4
5
  API_URL = "https://restcountries.eu/rest/v1"
5
6
 
@@ -1,3 +1,3 @@
1
1
  module Restcountry
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
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 BensBenzes.com API}
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.0
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-15 00:00:00.000000000 Z
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 BensBenzes.com API
155
+ summary: Gem to wrap restcountries.eu API
156
156
  test_files:
157
157
  - spec/restcountry_spec.rb
158
158
  - spec/spec_helper.rb