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.13 and actually allow 1.8.6 to work
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrivadeneira committed Jun 14, 2011
1 parent 18e8ffe commit 1303aac
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-13}
s.date = %q{2011-06-14}
s.description = %q{daikon, a radishapp.com client}
s.email = %q{nick@thoughtbot.com}
s.executables = [%q{daikon}]
Expand All @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
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.7")
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 = [
Expand Down
2 changes: 1 addition & 1 deletion lib/daikon/version.rb
@@ -1,3 +1,3 @@
module Daikon
VERSION = "0.8.12"
VERSION = "0.8.13"
end

0 comments on commit 1303aac

Please sign in to comment.