ksk 0.1.0 → 0.1.1

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,4 +1,4 @@
1
- class Kiosk::NavigationsController < Bhf::ApplicationController
1
+ class Ksk::NavigationsController < Bhf::ApplicationController
2
2
 
3
3
  def sort
4
4
  Navigation.sort_items(params[:navigation])
@@ -1,4 +1,4 @@
1
- module Kiosk
1
+ module Ksk
2
2
  module ApplicationHelper
3
3
 
4
4
  def recursive_navi(navis, current_level = 0, max_level = 99)
data/config/routes.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  unless Bhf::Engine.config.remove_default_routes
2
- Rails.application.routes.draw(&Kiosk::Engine.config.routes)
2
+ Rails.application.routes.draw(&Ksk::Engine.config.routes)
3
3
  end
data/lib/actives/asset.rb CHANGED
@@ -1,4 +1,4 @@
1
- module Kiosk
1
+ module Ksk
2
2
  module Asset
3
3
  extend ActiveSupport::Concern
4
4
 
@@ -1,4 +1,4 @@
1
- module Kiosk
1
+ module Ksk
2
2
  module Category
3
3
  extend ActiveSupport::Concern
4
4
 
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
- module Kiosk
2
+ module Ksk
3
3
  module Navigation
4
4
  extend ActiveSupport::Concern
5
5
 
@@ -1,4 +1,4 @@
1
- module Kiosk
1
+ module Ksk
2
2
  module NavigationType
3
3
  extend ActiveSupport::Concern
4
4
 
data/lib/actives/post.rb CHANGED
@@ -1,4 +1,4 @@
1
- module Kiosk
1
+ module Ksk
2
2
  module Post
3
3
  extend ActiveSupport::Concern
4
4
 
@@ -1,4 +1,4 @@
1
- module Kiosk
1
+ module Ksk
2
2
  module Preview
3
3
  extend ActiveSupport::Concern
4
4
 
@@ -1,4 +1,4 @@
1
- module Kiosk
1
+ module Ksk
2
2
  module Static
3
3
  extend ActiveSupport::Concern
4
4
 
data/lib/kiosk.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  require 'stringex'
2
2
 
3
- module Kiosk
3
+ module Ksk
4
4
  class Engine < Rails::Engine
5
5
 
6
6
  config.css << 'kiosk/application'
@@ -1,4 +1,4 @@
1
- module Kiosk
1
+ module Ksk
2
2
  class Engine < Rails::Engine
3
3
 
4
4
  # config.test = 1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ksk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: