live-front-rails 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 56246e399da94cc709cedba4d871227860de7277
4
- data.tar.gz: ee5647238cd69a2a4afd38d7d775072f55e480f4
3
+ metadata.gz: 9af8062f5d1bdfcf8b6820f495a8dc8ad1dff9ef
4
+ data.tar.gz: 997a9d3f0a05c72f60c380b389712d334697703e
5
5
  SHA512:
6
- metadata.gz: 39457c74264ffbc5649e730b5cbded7381eb9662685d725afa1d9ff0430f581c2970eb9d4cfe88d91f5cab3dad07331d4f53c39da86b3f1635c79f7fb7e35505
7
- data.tar.gz: 6efdb2a013cbcf5f2580aeec1f8d81501175e4f21be89a97936080015533d34b19ec461f429874165521786f85d23b69d2e9fa4d76c328fd06284989d09f7c5b
6
+ metadata.gz: df198bc46ecc2c252d6fb6f26eabdaa113ca78af361a59dd126d93fe72fd6b96962ed3303e935adfad5594a5f5f5149ea3b69b887e19c12c24bed9d0e2935f7e
7
+ data.tar.gz: 452b8281d4e54c02dbb437865d29c43ebeb22ed1ee629a2ce7bfce39eed2601803fb03e9285b6304a11ff6925fb906cd873f08284fefbe1091f5ccacaf81809a
@@ -5,11 +5,16 @@ require 'live-front/sign_in_form_helper'
5
5
 
6
6
  module LiveFront
7
7
  if defined? Rails
8
- class Railtie < ::Rails::Railtie
9
- initializer 'live_front.view_helpers' do
10
- ActionView::Base.send :include, LiveFront::ApplicationHelper
11
- ActionView::Base.send :include, LiveFront::TabHelper
12
- ActionView::Base.send :include, LiveFront::SignInFormHelper
8
+ module Rails
9
+ class Engine < ::Rails::Engine
10
+ end
11
+
12
+ class Railtie < ::Rails::Railtie
13
+ initializer 'live_front.view_helpers' do
14
+ ActionView::Base.send :include, LiveFront::ApplicationHelper
15
+ ActionView::Base.send :include, LiveFront::TabHelper
16
+ ActionView::Base.send :include, LiveFront::SignInFormHelper
17
+ end
13
18
  end
14
19
  end
15
20
  end
@@ -1,3 +1,3 @@
1
1
  module LiveFront
2
- VERSION = '0.1.2'.freeze
2
+ VERSION = '0.1.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: live-front-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Krivko
@@ -92,7 +92,7 @@ files:
92
92
  - LICENSE.txt
93
93
  - README.md
94
94
  - Rakefile
95
- - app/assets/stylesheets/sign_in_form.scss
95
+ - app/assets/stylesheets/sign-in-form.scss
96
96
  - config/locales/sign_in_form.en.yml
97
97
  - config/locales/sign_in_form.ru.yml
98
98
  - lib/live-front-rails.rb