Fix versioning and dependencies for release. v0.1.0
authorMahlon E. Smith <mahlon@martini.nu>
Wed, 13 Jun 2018 09:28:18 -0700
changeset 8 4f397a05dcdf
parent 7 919f139d2931
child 9 b79fff2fe432
Fix versioning and dependencies for release.
Rakefile
lib/arborist/monitor/fping.rb
--- 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|
--- a/lib/arborist/monitor/fping.rb	Thu Apr 12 10:50:57 2018 -0700
+++ b/lib/arborist/monitor/fping.rb	Wed Jun 13 09:28:18 2018 -0700
@@ -26,7 +26,7 @@
 	log_to :arborist
 
 	# The version of this library.
-	VERSION = '0.1.2'
+	VERSION = '0.1.0'
 
 	# Always request the node addresses.
 	USED_PROPERTIES = [ :addresses ].freeze