impartial-rails 0.0.1 → 0.0.2
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/Gemfile.lock +2 -2
- data/lib/impartial-rails/railtie.rb +1 -0
- data/lib/impartial-rails/version.rb +1 -1
- metadata +8 -8
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
impartial-rails (0.0.
|
|
4
|
+
impartial-rails (0.0.2)
|
|
5
5
|
impartial
|
|
6
6
|
rails (~> 3.1.3)
|
|
7
7
|
|
|
@@ -43,7 +43,7 @@ GEM
|
|
|
43
43
|
therubyracer (~> 0.9.4)
|
|
44
44
|
hike (1.2.1)
|
|
45
45
|
i18n (0.6.0)
|
|
46
|
-
impartial (0.0.
|
|
46
|
+
impartial (0.0.1)
|
|
47
47
|
activesupport (~> 3.0)
|
|
48
48
|
hbs (~> 0.1.2)
|
|
49
49
|
railties (~> 3.0)
|
|
@@ -7,6 +7,7 @@ module Impartial
|
|
|
7
7
|
|
|
8
8
|
initializer 'impartial.autoload', :before => :set_autoload_paths do |app|
|
|
9
9
|
app.config.autoload_paths << ::Rails.root.join('app', 'impartials')
|
|
10
|
+
app.config.assets.paths << Rails.root.join('app', 'impartials')
|
|
10
11
|
end
|
|
11
12
|
|
|
12
13
|
initializer 'impartial.paths' do |app|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: impartial-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-12-
|
|
12
|
+
date: 2011-12-15 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70255973656180 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: 3.1.3
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70255973656180
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: impartial
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70255973655140 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70255973655140
|
|
36
36
|
description: Add impartial partials to your Rails project.
|
|
37
37
|
email:
|
|
38
38
|
- fractaloop@thefrontside.net
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
version: '0'
|
|
67
67
|
segments:
|
|
68
68
|
- 0
|
|
69
|
-
hash:
|
|
69
|
+
hash: 2511436892652051354
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
none: false
|
|
72
72
|
requirements:
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
version: '0'
|
|
76
76
|
segments:
|
|
77
77
|
- 0
|
|
78
|
-
hash:
|
|
78
|
+
hash: 2511436892652051354
|
|
79
79
|
requirements: []
|
|
80
80
|
rubyforge_project:
|
|
81
81
|
rubygems_version: 1.8.11
|