Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump to 0.8.15
  • Loading branch information
nickrivadeneira committed Jun 24, 2011
1 parent 489e3fa commit 1a65765
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 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-16}
s.date = %q{2011-06-24}
s.description = %q{daikon, a radishapp.com client}
s.email = %q{nick@thoughtbot.com}
s.executables = [%q{daikon}]
Expand All @@ -24,20 +24,17 @@ Gem::Specification.new do |s|
"Rakefile",
"bin/daikon",
"daikon.gemspec"
] + Dir["lib/**/*.rb"] + Dir["spec/*.rb"] + Dir["gemfiles/*"]
] + Dir["lib/**/*.rb"]
s.homepage = %q{http://github.com/qrush/daikon}
s.licenses = [%q{MIT}]
s.require_paths = [%q{lib}]
s.required_ruby_version = Gem::Requirement.new(">= 1.8.6")
s.rubygems_version = %q{1.8.1}
s.summary = %q{daikon, a radishapp.com client}
s.test_files = [
"spec/client_spec.rb",
"spec/configuration_spec.rb",
"spec/daemon_spec.rb",
"spec/monitor_spec.rb",
"spec/spec_helper.rb"
]
s.test_files =
Dir["gemfiles/**/*"] +
Dir["spec/**/*"] +
Dir["features/**/*"]

s.add_runtime_dependency(%q<daemons>, ["~> 1.0"])
s.add_runtime_dependency(%q<excon>, ["~> 0.5"])
Expand Down
2 changes: 1 addition & 1 deletion lib/daikon/version.rb
@@ -1,3 +1,3 @@
module Daikon
VERSION = "0.8.14"
VERSION = "0.8.15"
end

0 comments on commit 1a65765

Please sign in to comment.