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.
@@ -1,3 +1,3 @@
1
- module Pipl
2
- VERSION = '5.0.4'.freeze
1
+ module Pipl
2
+ VERSION = '5.0.5'.freeze
3
3
  end
@@ -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
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: 2016-12-05 00:00:00.000000000 Z
11
+ date: 2017-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler