Skip to content
This repository has been archived by the owner on Feb 15, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
bump to 0.8.8
  • Loading branch information
nickrivadeneira committed May 31, 2011
1 parent c87a8aa commit 0f3ecf3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
4 changes: 3 additions & 1 deletion Rakefile
Expand Up @@ -12,7 +12,9 @@ task :default => :spec


desc "test all appraisals" desc "test all appraisals"
task :all do task :all do
sh("bundle exec rake appraisal:redis2-1") && sh("bundle exec rake appraisal:redis2-2") sh("bundle exec rake appraisal:install") &&
sh("bundle exec rake appraisal:redis2-1") &&
sh("bundle exec rake appraisal:redis2-2")
end end


def parse_monitor def parse_monitor
Expand Down
18 changes: 3 additions & 15 deletions daikon.gemspec
Expand Up @@ -16,27 +16,15 @@ Gem::Specification.new do |s|
s.files = [ s.files = [
".document", ".document",
".rspec", ".rspec",
"Appraisals",
"Gemfile", "Gemfile",
"Gemfile.lock", "Gemfile.lock",
"MIT-LICENSE", "MIT-LICENSE",
"README.rdoc", "README.rdoc",
"Rakefile", "Rakefile",
"bin/daikon", "bin/daikon",
"daikon.gemspec", "daikon.gemspec"
"lib/daikon.rb", ] + Dir["lib/**/*.rb"] + Dir["spec/*.rb"] + Dir["gemfiles/*"]
"lib/daikon/client.rb",
"lib/daikon/configuration.rb",
"lib/daikon/daemon.rb",
"lib/daikon/daemons_hacks.rb",
"lib/daikon/monitor.rb",
"lib/daikon/redis_hacks.rb",
"lib/daikon/version.rb",
"spec/client_spec.rb",
"spec/configuration_spec.rb",
"spec/daemon_spec.rb",
"spec/monitor_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/qrush/daikon} s.homepage = %q{http://github.com/qrush/daikon}
s.licenses = [%q{MIT}] s.licenses = [%q{MIT}]
s.require_paths = [%q{lib}] s.require_paths = [%q{lib}]
Expand Down
2 changes: 1 addition & 1 deletion lib/daikon/version.rb
@@ -1,3 +1,3 @@
module Daikon module Daikon
VERSION = "0.8.7" VERSION = "0.8.8"
end end

0 comments on commit 0f3ecf3

Please sign in to comment.