contact-data 0.0.15 → 0.0.16

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: fcd1ee409330383ee5d81b381baf33b05dd36875
4
- data.tar.gz: d45c29c3b0b457d595586004f532c90d66084f89
3
+ metadata.gz: aed78086ce6a7812f5b9a156b9451bbdc912886f
4
+ data.tar.gz: 159b1198ef270cbbd708e462f98c2fe81cc2a04e
5
5
  SHA512:
6
- metadata.gz: 0b9d2fded0b3f1c7029de1d4208109afa89c2330595c8fa0314f3c8852b2fbac594bad65b3e5fee57d7ba1bb3b204b15c4a0f2c57e2cfb79f3286e1f17533376
7
- data.tar.gz: fd4bf52f9c365603d4f7749118dfca622162c6c2f6978ae412ee572c1cd6043280f1ad6b58a59a2031f4ffe767f2a682751b8fab19d0a3fc5e754fd669c65b14
6
+ metadata.gz: e9109ccfb2247d4a9922e911eb45e503f26ea583ac4af8b73951a469c45a4829c3ec68d40d43e6f89b7746de4c03acd529bcdf7d5662646147c9e5a53f4eed6f
7
+ data.tar.gz: 40a732a74fc8d5d8555d6ffc0ef307d233f1695a11c78f076a196ceb6f1dd64e96e9235da242562912d86f8793567184bedceba6455679f03fab29e41c9a60ed
data/.ruby-gemset ADDED
@@ -0,0 +1 @@
1
+ contact-data
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- contact-data (0.0.13)
4
+ contact-data (0.0.15)
5
5
  rest-client (~> 1)
6
6
 
7
7
  GEM
@@ -1,4 +1,4 @@
1
1
  # Gem version
2
2
  module ContactData
3
- VERSION = '0.0.15'
3
+ VERSION = '0.0.16'
4
4
  end
data/lib/contact-data.rb CHANGED
@@ -1,4 +1,6 @@
1
1
  # encoding: utf-8
2
+ require 'URI'
3
+ require 'json'
2
4
  require 'logger'
3
5
  require 'contact-data/contact'
4
6
  require 'contact-data/link'
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.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xenapto
@@ -153,6 +153,7 @@ files:
153
153
  - ".gitignore"
154
154
  - ".hound.yml"
155
155
  - ".rubocop.yml"
156
+ - ".ruby-gemset"
156
157
  - ".ruby-version"
157
158
  - Gemfile
158
159
  - Gemfile.lock