Rakefile
changeset 8 4f397a05dcdf
parent 0 d99e1dffbc72
--- a/Rakefile	Thu Apr 12 10:50:57 2018 -0700
+++ b/Rakefile	Wed Jun 13 09:28:18 2018 -0700
@@ -28,7 +28,8 @@
 spec = Gem::Specification.new do |s|
 	s.email        = 'mahlon@martini.nu'
 	s.homepage     = 'http://bitbucket.org/mahlon/Arborist-fping'
-	s.authors      = [ 'Mahlon E. Smith <mahlon@martini.nu>', 'Michael Granger <ged@faeriemud.org>' ]
+	s.authors      = [ 'Mahlon E. Smith', 'Michael Granger' ]
+	s.email        = [ 'mahlon@martini.nu', 'ged@faeriemud.org' ]
 	s.platform     = Gem::Platform::RUBY
 	s.summary      = "Efficient ping strobing for Arborist"
 	s.name         = 'arborist-' + PROJECT
@@ -44,7 +45,7 @@
 	EOF
 	s.required_ruby_version = '>= 2'
 
-	s.add_dependency 'arborist', "~> 1.0"
+	s.add_dependency 'arborist', "~> 0.1"
 end
 
 Gem::PackageTask.new( spec ) do |pkg|