contact-data 0.0.2 → 0.0.3
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/README.md +1 -1
- data/contact-data.gemspec +1 -1
- data/lib/contact-data/version.rb +1 -1
- data/spec/spec_helper.rb +0 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e60c22aaf663f59e740c8130dd7227160d7e0bb4
|
|
4
|
+
data.tar.gz: 263f67f6c10234ca33f7f7e4cb35c9f08e6630a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1fb01b732100d702436e31889a7eb70ff712d8d42e0347746e7fa8b067e7355725a97ff83c5420276e7a16c256a31460bed3a599cbf0844c0b55331b1312b5ab
|
|
7
|
+
data.tar.gz: fa7434dfd6ac0e1482b5dc39828b1f8522f25f6b9ffb71712a9037c72a80f3251db6d8bf8b703ce5a01c28422b468178b73cf8d59a26974ae83694589c5cbd64
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
 [](https://coveralls.io/r/Xenapto/contact-data?branch=master)
|
|
4
4
|
[](http://xenapto.com)
|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
Retrieves information about people and organizations from http://public.xenapto.com
|
|
8
8
|
|
data/contact-data.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ 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{
|
|
10
|
+
spec.description = %q{A Ruby gem to retrieve information about people and organizations from http://public.xenapto.com}
|
|
11
11
|
spec.summary = %q{Example: ContactData.search('John Smith III')}
|
|
12
12
|
spec.homepage = 'https://github.com/Xenapto/contact-data'
|
|
13
13
|
spec.license = 'MIT'
|
data/lib/contact-data/version.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
|
@@ -4,7 +4,6 @@ require 'coveralls'
|
|
|
4
4
|
SimpleCov.start
|
|
5
5
|
Coveralls.wear!('rails') if ENV['COVERALLS_REPO_TOKEN']
|
|
6
6
|
|
|
7
|
-
|
|
8
7
|
RSpec.configure do |config|
|
|
9
8
|
# Run specs in random order to surface order dependencies. If you find an
|
|
10
9
|
# order dependency and want to debug it, you can fix the order by providing
|
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.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Xenapto
|
|
@@ -114,7 +114,8 @@ dependencies:
|
|
|
114
114
|
- - "~>"
|
|
115
115
|
- !ruby/object:Gem::Version
|
|
116
116
|
version: '0'
|
|
117
|
-
description:
|
|
117
|
+
description: A Ruby gem to retrieve information about people and organizations from
|
|
118
|
+
http://public.xenapto.com
|
|
118
119
|
email:
|
|
119
120
|
- developers@xenapto.com
|
|
120
121
|
executables: []
|