auto_html 1.3.2 → 1.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,6 @@
1
+ ## 1.3.3, released 2010-09-01
2
+ * yet another Rails 3 initialization fix
3
+
1
4
  ## 1.3.2, released 2010-08-27
2
5
  * pre-rails 3 initialization fix
3
6
 
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 3
4
- :patch: 2
4
+ :patch: 3
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{auto_html}
8
- s.version = "1.3.2"
8
+ s.version = "1.3.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Dejan Simic"]
12
- s.date = %q{2010-08-27}
12
+ s.date = %q{2010-09-01}
13
13
  s.description = %q{Automatically transforms urls (via domain) and includes the destination resource (Vimeo, YouTube movie, image, ...) in your document}
14
14
  s.email = %q{desimic@gmail.com}
15
15
  s.extra_rdoc_files = [
data/init.rb CHANGED
@@ -1,3 +1,2 @@
1
1
  require 'auto_html'
2
2
 
3
- ActiveRecord::Base.send :include, AutoHtmlFor
@@ -6,3 +6,5 @@ end
6
6
  Dir["#{File.dirname(__FILE__) + '/auto_html/filters'}/**/*"].each do |filter|
7
7
  require "#{filter}"
8
8
  end
9
+
10
+ ActiveRecord::Base.send :include, AutoHtmlFor
@@ -1,3 +1 @@
1
1
  require 'auto_html'
2
-
3
- ActiveRecord::Base.send :include, AutoHtmlFor
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auto_html
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 2
10
- version: 1.3.2
9
+ - 3
10
+ version: 1.3.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dejan Simic
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-27 00:00:00 +02:00
18
+ date: 2010-09-01 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies: []
21
21