-
-
Notifications
You must be signed in to change notification settings - Fork 298
Expand file tree
/
Copy pathruby-mailchecker.gemspec
More file actions
16 lines (14 loc) · 821 Bytes
/
ruby-mailchecker.gemspec
File metadata and controls
16 lines (14 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = 'ruby-mailchecker'
spec.version='6.0.20'
spec.authors = ['Francois-Guillaume Ribreau', 'Jacob Burenstam', 'Owen Stephens']
spec.email = ['github@fgribreau.com']
spec.summary = 'Temporary (disposable/throwaway) email detection library. Covers 1979 fake email providers.'
spec.description = 'Cross-language temporary (disposable/throwaway) email detection library. Covers 1979 fake email providers. http://twitter.com/FGRibreau'
spec.homepage = 'https://github.com/FGRibreau/mailchecker'
spec.license = 'MIT'
spec.files = ['platform/ruby/mail_checker.rb', 'platform/ruby/ruby-mailchecker.rb']
spec.require_paths = ['platform/ruby']
spec.add_development_dependency 'minitest', '~>5.8'
end