image_tag_with_sane_alt 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/image_tag_with_sane_alt.gemspec +1 -1
- data/lib/image_tag_with_sane_alt/railtie.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
@@ -2,7 +2,7 @@ module ImageTagWithSaneAlt
|
|
2
2
|
class Railtie < Rails::Railtie
|
3
3
|
initializer 'image_tag_with_sane_alt.configure' do
|
4
4
|
ActiveSupport.on_load :action_view do
|
5
|
-
require 'image_tag_with_sane_alt/
|
5
|
+
require 'image_tag_with_sane_alt/image_tag_patch'
|
6
6
|
end
|
7
7
|
end
|
8
8
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: image_tag_with_sane_alt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -130,7 +130,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
130
130
|
version: '0'
|
131
131
|
segments:
|
132
132
|
- 0
|
133
|
-
hash:
|
133
|
+
hash: -4578942729960176163
|
134
134
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
135
135
|
none: false
|
136
136
|
requirements:
|