contact-data 0.0.2 → 0.0.3

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: 2aaf71ac24016c2325d7e5b9397eaeb9387e0f60
4
- data.tar.gz: 850e075960ac1bdc7f67751cd54c4a3e2e1bf05e
3
+ metadata.gz: e60c22aaf663f59e740c8130dd7227160d7e0bb4
4
+ data.tar.gz: 263f67f6c10234ca33f7f7e4cb35c9f08e6630a7
5
5
  SHA512:
6
- metadata.gz: d8ee8e2460d74d9de6f93f828e9b0b9b312f17747cafc5c57fc0d4112d3fd5a14be8d03c7a37613bb6145d60ef24902354e5889e62684983613cd346711d3527
7
- data.tar.gz: 8bc93d0bd9ea6a5fce2779e88a6a5003c8c8829cfc1a75bd994d46bcb796b3d57e128971ad90a659b5beb2a0d56b2952b61c89e0b1398df13381b7288b8e080d
6
+ metadata.gz: 1fb01b732100d702436e31889a7eb70ff712d8d42e0347746e7fa8b067e7355725a97ff83c5420276e7a16c256a31460bed3a599cbf0844c0b55331b1312b5ab
7
+ data.tar.gz: fa7434dfd6ac0e1482b5dc39828b1f8522f25f6b9ffb71712a9037c72a80f3251db6d8bf8b703ce5a01c28422b468178b73cf8d59a26974ae83694589c5cbd64
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ![Gem Version](http://img.shields.io/gem/v/contact-data.svg?style=flat) [![Coverage Status](https://img.shields.io/coveralls/Xenapto/contact-data.svg?style=flat)](https://coveralls.io/r/Xenapto/contact-data?branch=master)
4
4
  [![Developer status](http://img.shields.io/badge/developer-awesome-brightgreen.svg?style=flat)](http://xenapto.com)
5
- ![build status](https://circleci.com/gh/Xenapto/contact-data.png?circle-token=2293f2a1d8463a948c2a2ce4bb3bd99786958c59)
5
+ ![build status](https://circleci.com/gh/Xenapto/contact-data.png?circle-token=4c6f3dcc1912d30c8d903ae767f0beee94d9b4e2)
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{Useful methods for taming names}
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'
@@ -1,3 +1,3 @@
1
1
  class ContactData
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
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: Useful methods for taming names
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: []