Skip to content

Commit

Permalink
Updaing Gemspec
Browse files Browse the repository at this point in the history
Zach Inglis committed Nov 4, 2011
1 parent 07779ac commit 678147e
Showing 3 changed files with 11 additions and 10 deletions.
13 changes: 7 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -28,12 +28,13 @@ Rake::TestTask.new(:test) do |t|
t.verbose = true
end

begin
gem 'hanna'
require 'hanna/rdoctask'
rescue LoadError
require 'rake/rdoctask'
end
# begin
# gem 'hanna'
# require 'hanna/rdoctask'
# rescue LoadError
require 'rdoc/task'
# end

desc 'Generate documentation for the crummy plugin.'
Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.rdoc_dir = 'rdoc'
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.0
1.3.5
6 changes: 3 additions & 3 deletions crummy.gemspec
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{crummy}
s.version = "1.3"
s.version = "1.3.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Zach Inglis"]
s.date = %q{2011-04-20}
s.date = %q{2011-11-04}
s.description = %q{Crummy is a simple and tasty way to add breadcrumbs to your Rails applications.}
s.email = %q{zach+crummy@londonmade.co.uk}
s.extra_rdoc_files = [
@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
if s.respond_to? :specification_version then
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.3.0') then
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.3.5') then
else
end
else

0 comments on commit 678147e

Please sign in to comment.