easy_partials 0.3.0 → 0.3.3

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.3
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{easy_partials}
8
- s.version = "0.3.0"
8
+ s.version = "0.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 = ["Samer Abukhait"]
12
- s.date = %q{2010-08-23}
12
+ s.date = %q{2010-08-24}
13
13
  s.description = %q{An easier way to call partials}
14
14
  s.email = %q{abukhait@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -101,9 +101,6 @@ module EasyPartials
101
101
 
102
102
  end
103
103
 
104
- if defined? ApplicationHelper
105
- ApplicationHelper.module_eval do
106
- include EasyPartials::HelperAdditions
107
- end
104
+ module ApplicationHelper
105
+ include EasyPartials::HelperAdditions
108
106
  end
109
-
data/lib/easy_partials.rb CHANGED
@@ -14,4 +14,3 @@ end
14
14
  require "easy_partials/object_additions"
15
15
  require "easy_partials/helper_additions"
16
16
  require 'easy_partials/controller_additions'
17
-
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_partials
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 0
10
- version: 0.3.0
9
+ - 3
10
+ version: 0.3.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Samer Abukhait
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-23 00:00:00 -07:00
18
+ date: 2010-08-24 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency