Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dejan committed Aug 22, 2010
1 parent 61242ea commit 945ae45
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## 1.3.1, released 2010-08-22
* Rails 3 initialization fix
* fixes to conform Rails 3.0.0.rc, sanitization by default in text_helpers (auto_link, simple_format)
* added vimeo html5 universal embed player

## 1.3.0, released 2010-08-14
* no need for explicit call to auto_html_prepare
* no need for DB column for cache (ie. _html)
Expand Down
2 changes: 1 addition & 1 deletion VERSION.yml
@@ -1,4 +1,4 @@
---
:major: 1
:minor: 3
:patch: 0
:patch: 1
9 changes: 5 additions & 4 deletions auto_html.gemspec
Expand Up @@ -5,15 +5,16 @@

Gem::Specification.new do |s|
s.name = %q{auto_html}
s.version = "1.3.0"
s.version = "1.3.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Dejan Simic"]
s.date = %q{2010-08-14}
s.date = %q{2010-08-22}
s.description = %q{Automatically transforms urls (via domain) and includes the destination resource (Vimeo, YouTube movie, image, ...) in your document}
s.email = %q{desimic@gmail.com}
s.extra_rdoc_files = [
"README.md"
"README.md",
"TODO"
]
s.files = [
".gitignore",
Expand All @@ -23,6 +24,7 @@ Gem::Specification.new do |s|
"Rakefile",
"VERSION.yml",
"auto_html.gemspec",
"init.rb",
"lib/auto_html.rb",
"lib/auto_html/auto_html_for.rb",
"lib/auto_html/base.rb",
Expand All @@ -38,7 +40,6 @@ Gem::Specification.new do |s|
"lib/auto_html/filters/vimeo.rb",
"lib/auto_html/filters/youtube.rb",
"lib/auto_html/filters/youtube_js_api.rb",
"rails/init.rb",
"test/fixture_setup.rb",
"test/fixtures/database.yml",
"test/fixtures/schema.rb",
Expand Down

0 comments on commit 945ae45

Please sign in to comment.