dejan-auto_html 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,7 @@
1
+ == 1.1.1, released 2009-09-06
2
+
3
+ * test_helper fix
4
+
1
5
  == 1.1.0, released 2009-09-05
2
6
 
3
7
  * Plugin gemified
data/README.rdoc CHANGED
@@ -58,6 +58,16 @@ For filter list and options they support check: http://github.com/dejan/auto_htm
58
58
 
59
59
  == Install
60
60
 
61
+ === As a gem
62
+
63
+ To enable the library in your Rails 2.1 (or greater) project, use the gem configuration method in "config/environment.rb"
64
+
65
+ Rails::Initializer.run do |config|
66
+ config.gem 'dejan-auto_html', :version => '~> 1.1.0', :lib => 'auto_html', :source => 'http://gems.github.com'
67
+ end
68
+
69
+ === As a Rails plugin
70
+
61
71
  script/plugin install git://github.com/dejan/auto_html.git
62
72
 
63
73
 
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 1
4
- :patch: 0
4
+ :patch: 1
data/auto_html.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{auto_html}
8
- s.version = "1.1.0"
8
+ s.version = "1.1.1"
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{2009-09-05}
12
+ s.date = %q{2009-09-06}
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/test/test_helper.rb CHANGED
@@ -2,5 +2,5 @@ require 'rubygems'
2
2
  require 'test/unit'
3
3
  require 'active_record'
4
4
 
5
- require File.dirname(__FILE__) + '/../init'
5
+ require File.dirname(__FILE__) + '/../rails/init'
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dejan-auto_html
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dejan Simic
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-05 00:00:00 -07:00
12
+ date: 2009-09-06 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15