We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a5d15 commit c79cf7eCopy full SHA for c79cf7e
pipl.gemspec
@@ -7,9 +7,9 @@ Gem::Specification.new do |spec|
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'
+ spec.authors = ['Pipl']
+ spec.email = ['support@pipl.com']
+ 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')
0 commit comments