piplapis-ruby 5.0.4 → 5.0.5
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/LICENSE +10 -10
- data/README.md +25 -25
- data/lib/pipl.rb +35 -35
- data/lib/pipl/client.rb +177 -177
- data/lib/pipl/configurable.rb +58 -58
- data/lib/pipl/consts.rb +76 -76
- data/lib/pipl/containers.rb +294 -294
- data/lib/pipl/default.rb +66 -67
- data/lib/pipl/errors.rb +61 -61
- data/lib/pipl/fields.rb +732 -732
- data/lib/pipl/response.rb +220 -220
- data/lib/pipl/utils.rb +68 -68
- data/lib/pipl/version.rb +2 -2
- data/pipl.gemspec +18 -18
- metadata +2 -2
data/lib/pipl/version.rb
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
module Pipl
|
2
|
-
VERSION = '5.0.
|
1
|
+
module Pipl
|
2
|
+
VERSION = '5.0.5'.freeze
|
3
3
|
end
|
data/pipl.gemspec
CHANGED
@@ -1,19 +1,19 @@
|
|
1
|
-
lib = File.expand_path('../lib', __FILE__)
|
2
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
3
|
-
require 'pipl/version'
|
4
|
-
|
5
|
-
Gem::Specification.new do |spec|
|
6
|
-
spec.name = 'piplapis-ruby'
|
7
|
-
spec.summary = 'Ruby bindings for the Pipl API'
|
8
|
-
spec.description = 'Pipl is the most comprehensive people search on the web. See https://pipl.com for details.'
|
9
|
-
spec.homepage = 'https://github.com/piplcom/piplapis-ruby'
|
10
|
-
spec.authors = ['Edo Shor']
|
11
|
-
spec.email = ['edo.shor@pipl.com']
|
12
|
-
spec.license = 'Apache 2.0'
|
13
|
-
spec.version = Pipl::VERSION.dup
|
14
|
-
spec.files = %w(LICENSE README.md pipl.gemspec)
|
15
|
-
spec.files += Dir.glob('lib/**/*.rb')
|
16
|
-
spec.require_paths = ['lib']
|
17
|
-
|
18
|
-
spec.add_development_dependency('bundler', '~> 1.6')
|
1
|
+
lib = File.expand_path('../lib', __FILE__)
|
2
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
3
|
+
require 'pipl/version'
|
4
|
+
|
5
|
+
Gem::Specification.new do |spec|
|
6
|
+
spec.name = 'piplapis-ruby'
|
7
|
+
spec.summary = 'Ruby bindings for the Pipl API'
|
8
|
+
spec.description = 'Pipl is the most comprehensive people search on the web. See https://pipl.com for details.'
|
9
|
+
spec.homepage = 'https://github.com/piplcom/piplapis-ruby'
|
10
|
+
spec.authors = ['Edo Shor']
|
11
|
+
spec.email = ['edo.shor@pipl.com']
|
12
|
+
spec.license = 'Apache 2.0'
|
13
|
+
spec.version = Pipl::VERSION.dup
|
14
|
+
spec.files = %w(LICENSE README.md pipl.gemspec)
|
15
|
+
spec.files += Dir.glob('lib/**/*.rb')
|
16
|
+
spec.require_paths = ['lib']
|
17
|
+
|
18
|
+
spec.add_development_dependency('bundler', '~> 1.6')
|
19
19
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: piplapis-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.0.
|
4
|
+
version: 5.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Edo Shor
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|