piplapis-ruby 5.0.5 → 5.2.0

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.
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 = ['Pipl.com']
11
+ spec.email = ['support@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.5
4
+ version: 5.2.0
5
5
  platform: ruby
6
6
  authors:
7
- - Edo Shor
7
+ - Pipl.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-29 00:00:00.000000000 Z
11
+ date: 2023-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -27,7 +27,7 @@ dependencies:
27
27
  description: Pipl is the most comprehensive people search on the web. See https://pipl.com
28
28
  for details.
29
29
  email:
30
- - edo.shor@pipl.com
30
+ - support@pipl.com
31
31
  executables: []
32
32
  extensions: []
33
33
  extra_rdoc_files: []
@@ -48,7 +48,7 @@ files:
48
48
  - pipl.gemspec
49
49
  homepage: https://github.com/piplcom/piplapis-ruby
50
50
  licenses:
51
- - Apache 2.0
51
+ - Apache-2.0
52
52
  metadata: {}
53
53
  post_install_message:
54
54
  rdoc_options: []
@@ -65,8 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  - !ruby/object:Gem::Version
66
66
  version: '0'
67
67
  requirements: []
68
- rubyforge_project:
69
- rubygems_version: 2.5.1
68
+ rubygems_version: 3.0.3.1
70
69
  signing_key:
71
70
  specification_version: 4
72
71
  summary: Ruby bindings for the Pipl API