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

Commit

Permalink
Bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Jan 29, 2011
1 parent d9e923d commit 2ebb547
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions daikon.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{daikon} s.name = %q{daikon}
s.version = "0.6.0" s.version = "0.7.0"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nick Quaranto"] s.authors = ["Nick Quaranto"]
s.date = %q{2011-01-10} s.date = %q{2011-01-29}
s.default_executable = %q{daikon} s.default_executable = %q{daikon}
s.description = %q{daikon, a radishapp.com client} s.description = %q{daikon, a radishapp.com client}
s.email = %q{nick@quaran.to} s.email = %q{nick@quaran.to}
Expand Down Expand Up @@ -40,7 +40,6 @@ Gem::Specification.new do |s|
"spec/client_spec.rb", "spec/client_spec.rb",
"spec/configuration_spec.rb", "spec/configuration_spec.rb",
"spec/daemon_spec.rb", "spec/daemon_spec.rb",
"spec/daikon_spec.rb",
"spec/monitor_spec.rb", "spec/monitor_spec.rb",
"spec/spec_helper.rb" "spec/spec_helper.rb"
] ]
Expand All @@ -54,7 +53,6 @@ Gem::Specification.new do |s|
"spec/client_spec.rb", "spec/client_spec.rb",
"spec/configuration_spec.rb", "spec/configuration_spec.rb",
"spec/daemon_spec.rb", "spec/daemon_spec.rb",
"spec/daikon_spec.rb",
"spec/monitor_spec.rb", "spec/monitor_spec.rb",
"spec/spec_helper.rb" "spec/spec_helper.rb"
] ]
Expand Down
2 changes: 1 addition & 1 deletion lib/daikon.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
require 'daikon/redis_hacks' require 'daikon/redis_hacks'


module Daikon module Daikon
VERSION = "0.6.0" VERSION = "0.7.0"
end end

0 comments on commit 2ebb547

Please sign in to comment.