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.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrivadeneira committed Jun 10, 2011
1 parent 2f7c010 commit 394e823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions daikon.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ['Nick Quaranto', 'thoughtbot']
s.date = %q{2011-06-09}
s.date = %q{2011-06-10}
s.description = %q{daikon, a radishapp.com client}
s.email = %q{nick@thoughtbot.com}
s.executables = [%q{daikon}]
Expand Down Expand Up @@ -44,7 +44,7 @@ Gem::Specification.new do |s|

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<daemons>, ["~> 1.1.0"])
s.add_runtime_dependency(%q<excon>, ["~> 0.5.6"])
s.add_runtime_dependency(%q<excon>, ["~> 0.5"])
s.add_runtime_dependency(%q<json_pure>, ["~> 1.4.6"])
s.add_runtime_dependency(%q<redis>, ["~> 2.1"])
s.add_development_dependency(%q<bourne>, [">= 0"])
Expand Down
2 changes: 1 addition & 1 deletion lib/daikon/version.rb
@@ -1,3 +1,3 @@
module Daikon
VERSION = "0.8.10"
VERSION = "0.8.11"
end

0 comments on commit 394e823

Please sign in to comment.