dom_for 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 1.0.1 (24/03/2014)
2
+
3
+ ### Bug Fixes
4
+
5
+ * Fixed a bug with inclusion of a helper in rails
6
+
1
7
  ## 1.0.0 (24/03/2014)
2
8
 
3
9
  * Initial release
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dom_for (1.0.0)
4
+ dom_for (1.0.1)
5
5
  rails (~> 3.2.17)
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module DomFor
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
data/lib/dom_for.rb CHANGED
@@ -40,4 +40,4 @@ module DomFor
40
40
 
41
41
  end
42
42
 
43
- ActionView::Helpers.send(:include, DomFor)
43
+ ActionView::Base.send(:include, DomFor)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dom_for
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-23 00:00:00.000000000 Z
12
+ date: 2014-03-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -177,7 +177,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
177
177
  version: '0'
178
178
  segments:
179
179
  - 0
180
- hash: 3538648472187446386
180
+ hash: 4344247265492673961
181
181
  required_rubygems_version: !ruby/object:Gem::Requirement
182
182
  none: false
183
183
  requirements:
@@ -186,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  version: '0'
187
187
  segments:
188
188
  - 0
189
- hash: 3538648472187446386
189
+ hash: 4344247265492673961
190
190
  requirements: []
191
191
  rubyforge_project:
192
192
  rubygems_version: 1.8.23