yoti.gemspec in yoti-1.7.0 vs yoti.gemspec in yoti-1.7.1
- old
+ new
@@ -3,12 +3,12 @@
require 'yoti/version'
Gem::Specification.new do |spec|
spec.name = 'yoti'
spec.version = Yoti::VERSION
- spec.authors = ['Sebastian Zaremba']
- spec.email = ['tech@yoti.com']
+ spec.authors = ['Yoti']
+ spec.email = ['websdk@yoti.com']
spec.summary = 'Yoti Ruby SDK for back-end integration.'
spec.description = <<-DESC
This gem contains the tools you need to quickly integrate your Ruby back-end
with Yoti, so that your users can share their identity details with your
@@ -16,10 +16,10 @@
DESC
spec.homepage = 'https://github.com/getyoti/yoti-ruby-sdk'
spec.license = 'MIT'
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|examples)/|^sonar-project.properties$|^.dependabot/config.yml$|^.travis.yml$}) }
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|examples|docs)/|^sonar-project.properties$|^.dependabot/config.yml$|^.travis.yml$}) }
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.4'
spec.add_dependency 'google-protobuf', '~> 3.7'