kayessess 0.1.3 → 0.1.4
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/lib/kayessess/engine.rb +10 -0
- data/lib/kayessess/version.rb +1 -1
- metadata +4 -4
data/lib/kayessess/engine.rb
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
module Kayessess
|
|
2
2
|
class Engine < ::Rails::Engine
|
|
3
|
+
|
|
4
|
+
config.autoload_paths << File.expand_path("../lib", __FILE__)
|
|
3
5
|
isolate_namespace Kayessess
|
|
6
|
+
engine_name "kayessess"
|
|
7
|
+
|
|
8
|
+
# Ensure that application helpers are available to kayessess.
|
|
9
|
+
# This is important as we need to make sure that application helpers can be
|
|
10
|
+
# used within styleguide examples.
|
|
11
|
+
config.to_prepare do
|
|
12
|
+
Kayessess::ApplicationController.helper Rails.application.helpers
|
|
13
|
+
end
|
|
4
14
|
end
|
|
5
15
|
end
|
data/lib/kayessess/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kayessess
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
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: 2013-11-
|
|
12
|
+
date: 2013-11-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bourbon
|
|
@@ -464,7 +464,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
464
464
|
version: '0'
|
|
465
465
|
segments:
|
|
466
466
|
- 0
|
|
467
|
-
hash:
|
|
467
|
+
hash: 400368478933957497
|
|
468
468
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
469
469
|
none: false
|
|
470
470
|
requirements:
|
|
@@ -473,7 +473,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
473
473
|
version: '0'
|
|
474
474
|
segments:
|
|
475
475
|
- 0
|
|
476
|
-
hash:
|
|
476
|
+
hash: 400368478933957497
|
|
477
477
|
requirements: []
|
|
478
478
|
rubyforge_project:
|
|
479
479
|
rubygems_version: 1.8.23
|