Skip to content

Commit 2b5d047

Browse files
authorMarco Giosa
committed
updated contact address and added test script to gem
1 parent 94aeb94 commit 2b5d047

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

checkhost.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Gem::Specification.new do |s|
22
s.name = 'checkhost'
3-
s.version = '1.0.2'
4-
s.date = '2015-12-27'
3+
s.version = '1.0.3'
4+
s.date = '2015-12-30'
55
s.summary = "Ruby check-host.net API"
66
s.description = "Gem to check-host.net public API"
77
s.required_ruby_version = '>= 1.9.1'
88
s.authors = ["Marco Giosa"]
9-
s.email = 'marco.giosa@me.com'
10-
s.files = ["lib/checkhost.rb"]
9+
s.email = 'markkuit@protonmail.ch'
10+
s.files = ["lib/checkhost.rb", "lib/test.rb"]
1111
s.homepage = 'https://github.com/markkuit/checkhost-ruby'
1212
s.license = 'MIT'
1313
end

0 commit comments

Comments
 (0)