diff --git a/CHANGELOG.md b/CHANGELOG.md index f2253a51..5c299542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.3.7, released 2011-12-04 +* require activerecord only if available + ## 1.3.6, released 2011-30-03 * RedCloth name fix in gemspec diff --git a/README.md b/README.md index ed1a2728..d58e87f7 100644 --- a/README.md +++ b/README.md @@ -107,4 +107,4 @@ In Rails 3.0 specify the gem in your Gemfile ## Credits Author: [Dejan Simic](http://github.com/dejan)
-Contributors: [Claudio Perez Gamayo](http://github.com/crossblaim), [Matt Polito](http://github.com/mattpolito), [Ryan Heneise](http://github.com/mysmallidea), [Caleb Wright](http://github.com/fabrikagency), [Derrick Camerino](https://github.com/robustdj), [Daniel Weinmann](https://github.com/danielweinmann) +Contributors: [Claudio Perez Gamayo](http://github.com/crossblaim), [Matt Polito](http://github.com/mattpolito), [Ryan Heneise](http://github.com/mysmallidea), [Caleb Wright](http://github.com/fabrikagency), [Derrick Camerino](https://github.com/robustdj), [Daniel Weinmann](https://github.com/danielweinmann), [Edgars Beigarts](ebeigarts) diff --git a/auto_html.gemspec b/auto_html.gemspec index c3359624..3b8a0f99 100644 --- a/auto_html.gemspec +++ b/auto_html.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |gem| gem.name = 'auto_html' - gem.version = '1.3.6' + gem.version = '1.3.7' gem.date = Date.today.to_s gem.summary = "Transform URIs to appropriate markup"