contact-data 0.0.16 → 0.0.17

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aed78086ce6a7812f5b9a156b9451bbdc912886f
4
- data.tar.gz: 159b1198ef270cbbd708e462f98c2fe81cc2a04e
3
+ metadata.gz: f37b84a2b8f44d2afbfd7c92404186bb27fdede8
4
+ data.tar.gz: 01dbba58341fdc52eeda7c7f41de2bcfac0ae5e7
5
5
  SHA512:
6
- metadata.gz: e9109ccfb2247d4a9922e911eb45e503f26ea583ac4af8b73951a469c45a4829c3ec68d40d43e6f89b7746de4c03acd529bcdf7d5662646147c9e5a53f4eed6f
7
- data.tar.gz: 40a732a74fc8d5d8555d6ffc0ef307d233f1695a11c78f076a196ceb6f1dd64e96e9235da242562912d86f8793567184bedceba6455679f03fab29e41c9a60ed
6
+ metadata.gz: db1d4d3b565f01ae1be74c4c7c9c0bc84a149cec8845909cf28697932e7356bf19ccb0ea8ded56c96c62724039403d29eec2230974f91a52144a716058c301d0
7
+ data.tar.gz: c7fa0dabc5bb2d4053b6f8cf7c7d39a01649cac74b128cc65c2e0bb3ceab34e2562f696cfc6909a2f91faf7741af5d5f73986d9579993f477576ec4eefcae247
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- contact-data (0.0.15)
4
+ contact-data (0.0.16)
5
5
  rest-client (~> 1)
6
6
 
7
7
  GEM
data/contact-data.gemspec CHANGED
@@ -7,8 +7,8 @@ Gem::Specification.new do |spec|
7
7
  spec.version = ContactData::VERSION
8
8
  spec.authors = ['Xenapto']
9
9
  spec.email = ['developers@xenapto.com']
10
- spec.description = %q(A Ruby gem to retrieve data about people and organizations from http://public.xenapto.com)
11
- spec.summary = %q{Example: ContactData.search('John Smith III')}
10
+ spec.description = 'A Ruby gem to retrieve data about people and organizations from http://public.xenapto.com'
11
+ spec.summary = "Example: ContactData.search('John Smith III')"
12
12
  spec.homepage = 'https://github.com/Xenapto/contact-data'
13
13
  spec.license = 'MIT'
14
14
 
data/lib/contact-data.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- require 'URI'
2
+ require 'uri'
3
3
  require 'json'
4
4
  require 'logger'
5
5
  require 'contact-data/contact'
@@ -1,4 +1,4 @@
1
1
  # Gem version
2
2
  module ContactData
3
- VERSION = '0.0.16'
3
+ VERSION = '0.0.17'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contact-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xenapto