Skip to content

Commit a2f5b75

Browse files
Update license
1 parent 25bb93c commit a2f5b75

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 MailboxValidator.com
3+
Copyright (c) 2020 MailboxValidator.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ end
6767

6868
== Copyright
6969

70-
Copyright (c) 2018 MailboxValidator.com
70+
Copyright (c) 2020 MailboxValidator.com
7171

mailboxvalidator_ruby.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Gem::Specification.new do |s|
22
s.name = 'mailboxvalidator_ruby'
3-
s.version = '1.2.0'
3+
s.version = '1.2.1'
44
s.required_ruby_version = '>= 2.0.0'
55
s.date = '2018-09-13'
66
s.summary = "MailboxValidator API wrapper"
77
s.description = "Enable users to block disposal email, detect free email and validate if an email is valid"
88
s.author = "MailboxValidator"
99
s.email = 'support@mailboxvalidator'
1010
s.files = ["lib/mailboxvalidator_ruby.rb","test/test.rb","README.rdoc"]
11-
s.homepage = 'http://www.mailboxvalidator.com/ruby'
11+
s.homepage = 'https://www.mailboxvalidator.com/ruby'
1212
s.license = 'MIT'
1313
end

0 commit comments

Comments
 (0)