<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,10 +5,12 @@ begin
   Jeweler::Tasks.new do |s|
     s.name = &quot;dash-sensor&quot;
     s.summary = %Q{FiveRuns Sensor allows Dash to monitor ad-hoc infrastructure non-invasively}
-    s.email = &quot;bruce@codefluency.com&quot;
+    s.email = &quot;dev@fiveruns.com&quot;
     s.homepage = &quot;http://github.com/fiveruns/dash-sensor/&quot;
     s.description = &quot;Daemon to monitor ad-hoc infrastructure non-invasively for FiveRuns Dash&quot;
     s.authors = [&quot;FiveRuns Development Team&quot;]
+    s.add_dependency('fiveruns-dash-ruby', '&gt;= 0.8.2')
+    s.files = FileList[&quot;[A-Z]*.*&quot;, &quot;{bin,lib,plugins,test}/**/*&quot;]
   end
 rescue LoadError
   puts &quot;Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,20 +1,34 @@
+# -*- encoding: utf-8 -*-
+
 Gem::Specification.new do |s|
-	s.name = &quot;dash-sensor&quot;
-	s.version = &quot;0.8.4&quot;
-	s.authors = &quot;FiveRuns&quot;
-	s.email = &quot;support@fiveruns.com&quot;
-	s.homepage = &quot;http://github.com/fiveruns/dash-sensor/&quot;
-	s.summary = &quot;Sensor allows Dash to monitor ad-hoc infrastructure non-invasively&quot;
-	s.description = s.summary
+  s.name = %q{dash-sensor}
+  s.version = &quot;0.8.5&quot;
 
-	s.require_path = 'lib'
+  s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
+  s.authors = [&quot;FiveRuns Development Team&quot;]
+  s.date = %q{2009-02-26}
+  s.default_executable = %q{fiveruns-dash-sensor}
+  s.description = %q{Daemon to monitor ad-hoc infrastructure non-invasively for FiveRuns Dash}
+  s.email = %q{dev@fiveruns.com}
+  s.executables = [&quot;fiveruns-dash-sensor&quot;]
+  s.files = [&quot;README.rdoc&quot;, &quot;VERSION.yml&quot;, &quot;bin/fiveruns-dash-sensor&quot;, &quot;lib/runner.rb&quot;, &quot;lib/sensor.rb&quot;, &quot;lib/sensor_plugin.rb&quot;, &quot;plugins/apache.rb&quot;, &quot;plugins/memcached.rb&quot;, &quot;plugins/nginx.rb&quot;, &quot;plugins/noaa_weather.rb&quot;, &quot;plugins/starling.rb&quot;, &quot;plugins/twitter.rb&quot;]
+  s.has_rdoc = true
+  s.homepage = %q{http://github.com/fiveruns/dash-sensor/}
+  s.rdoc_options = [&quot;--inline-source&quot;, &quot;--charset=UTF-8&quot;]
+  s.require_paths = [&quot;lib&quot;]
+  s.rubygems_version = %q{1.3.1}
+  s.summary = %q{FiveRuns Sensor allows Dash to monitor ad-hoc infrastructure non-invasively}
 
-	# get this easily and accurately by running 'Dir.glob(&quot;{bin,config,lib,plugins}/**/*&quot;)'
-	# in an IRB session.  However, GitHub won't allow that command hence
-	# we spell it out.
-	s.files = [&quot;bin/fiveruns-dash-sensor&quot;, &quot;config.rb&quot;, &quot;lib/runner.rb&quot;, &quot;lib/sensor.rb&quot;, &quot;lib/sensor_plugin.rb&quot;, &quot;plugins/memcached.rb&quot;, &quot;plugins/starling.rb&quot;, &quot;plugins/nginx.rb&quot;, &quot;plugins/apache.rb&quot;]
-	s.test_files = []
-	s.extra_rdoc_files = [&quot;README.rdoc&quot;]
-	s.executables = [&quot;fiveruns-dash-sensor&quot;]
+  if s.respond_to? :specification_version then
+    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
+    s.specification_version = 2
 
+    if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
+      s.add_runtime_dependency(%q&lt;fiveruns-dash-ruby&gt;, [&quot;&gt;= 0.8.2&quot;])
+    else
+      s.add_dependency(%q&lt;fiveruns-dash-ruby&gt;, [&quot;&gt;= 0.8.2&quot;])
+    end
+  else
+    s.add_dependency(%q&lt;fiveruns-dash-ruby&gt;, [&quot;&gt;= 0.8.2&quot;])
+  end
 end</diff>
      <filename>dash-sensor.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>91fd50f3c02bf0ae6916b40b7eff81e7d0d7f445</id>
    </parent>
  </parents>
  <author>
    <name>Bruce Williams</name>
    <email>bruce@codefluency.com</email>
  </author>
  <url>http://github.com/fiveruns/dash-sensor/commit/2c4cce04e1b6c379eb0f1346c6287512f5633fbc</url>
  <id>2c4cce04e1b6c379eb0f1346c6287512f5633fbc</id>
  <committed-date>2009-02-26T18:09:50-08:00</committed-date>
  <authored-date>2009-02-26T18:09:50-08:00</authored-date>
  <message>Release 0.8.5
Add fiveruns-dash-ruby dependency
Add Jeweler for version handling</message>
  <tree>e55dc62125e54bf924ae89d398b0b8aad1e97049</tree>
  <committer>
    <name>Bruce Williams</name>
    <email>bruce@codefluency.com</email>
  </committer>
</commit>
