Skip to content

Commit

Permalink
Bump to version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zachinglis committed Feb 7, 2012
1 parent a64a336 commit ddc164e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.5
* [ADDED] Global configuration options
* [REFACTORED] HTML now uses content_tags

1.3.6
* [FIXED] :li_class fixed in StandardRenderer#crumb_to_html_list

Expand Down
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Simply add the dependency to your Gemfile:

<pre>
<code>
gem "crummy", "~> 1.3.6"
gem "crummy", "~> 1.5.0"
</code>
</pre>

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.6
1.5.0
6 changes: 3 additions & 3 deletions crummy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Zach Inglis"]
s.date = %q{2011-12-24}
s.date = %q{2012-02-07}
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 = [
Expand Down Expand Up @@ -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.6') then
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.5.0') then
else
end
else
Expand Down

0 comments on commit ddc164e

Please sign in to comment.