# HG changeset patch # User Mahlon E. Smith # Date 1528907298 25200 # Node ID 4f397a05dcdf84590efa7a6f0e9d65f8833d548e # Parent 919f139d2931aef2f5639df7878676fba95a3679 Fix versioning and dependencies for release. diff -r 919f139d2931 -r 4f397a05dcdf Rakefile --- 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 ', 'Michael Granger ' ] + 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| diff -r 919f139d2931 -r 4f397a05dcdf lib/arborist/monitor/fping.rb --- 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