kayessess 0.1.6 → 0.2.0
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.
@@ -1,7 +1,10 @@
|
|
1
1
|
module Kayessess
|
2
2
|
# Helpers for building styleguides
|
3
3
|
module StyleguideHelper
|
4
|
-
|
4
|
+
|
5
|
+
def method_missing(name, *args)
|
6
|
+
main_app.sign_out_path(*args)
|
7
|
+
end
|
5
8
|
|
6
9
|
def styleguide_example_for(section, options = {}, &block)
|
7
10
|
html = capture(&block)
|
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.
|
4
|
+
version: 0.2.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -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: 1823050178019799420
|
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: 1823050178019799420
|
477
477
|
requirements: []
|
478
478
|
rubyforge_project:
|
479
479
|
rubygems_version: 1.8.23
|