tramway-core 1.0.1.4 → 1.0.1.5

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
  SHA256:
3
- metadata.gz: 5b32185a5e34ea05441239fbf03ce98b9710e189676c01225c08d6392b87e83b
4
- data.tar.gz: 5305306f7be6eb93e5b4850614c16c50a6d09aab46f0c5cf4ebed3a105b6098c
3
+ metadata.gz: 603b885b9f8a300019f0fa8ff3b15f9c2817f82e0d955b156dac1e1c676ff097
4
+ data.tar.gz: 6678bd6efe78c7cc445652cc468a041af4541ce97ab7395f303814418edd173f
5
5
  SHA512:
6
- metadata.gz: 2fc1850a6b1846d25024826badf05b18edf8fe179966750d121e4f960d2a9d31a3293a9bd554be17f53473c804aa255c9f4c292f9757dd85845126044e386778
7
- data.tar.gz: 6c709e741ecce46b1f7d8f0878c093735ef4b132bdbc01c231ff8cbe31bfb37665d4803c324d55d5fd2ea9dcc93808d50bdccdef0f65e5bd58fa7a6db4558934
6
+ metadata.gz: 8c923039f2cea72a4f8d80e685cf3d6d4c7da19e83d9fca5d63be144bf7c292ed813364cd4340b7b08d9558444979c0d543d4165d6a0c2700582d37679fbcfeb
7
+ data.tar.gz: 3407c0efa6d878f3121e9ee9173ce833ee07aa1cdc44b4bdde0c90d93d94b9134c6efc045665605710dcf4ea5af00a1fd53806e8d977dda6dffd6f13e8053b64
@@ -1,9 +1,13 @@
1
+ require 'tramway/core/generators/install_generator'
2
+ require 'tramway/core/application'
3
+ require 'simple_form'
4
+
1
5
  module Tramway
2
6
  module Core
3
7
  class Engine < ::Rails::Engine
4
8
  isolate_namespace Tramway::Core
5
9
 
6
- config.before_initialize do
10
+ config.before_initialize do
7
11
  config.i18n.available_locales = [:ru]
8
12
  config.i18n.default_locale = :ru
9
13
  config.i18n.load_path += Dir["#{config.root}/config/locales/**/*.yml"]
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Core
3
- VERSION = '1.0.1.4'
3
+ VERSION = '1.0.1.5'
4
4
  end
5
5
  end
data/lib/tramway/core.rb CHANGED
@@ -1,6 +1,4 @@
1
1
  require "tramway/core/engine"
2
- require 'tramway/core/generators/install_generator'
3
- require 'tramway/core/application'
4
2
 
5
3
  module Tramway
6
4
  module Core
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1.4
4
+ version: 1.0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-25 00:00:00.000000000 Z
11
+ date: 2018-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: reform-rails
@@ -218,7 +218,6 @@ files:
218
218
  - app/assets/images/tramway/core/mona_lisa_from_prado.jpg
219
219
  - app/assets/images/tramway/core/mona_lisa_from_prado_square.jpg
220
220
  - app/assets/javascripts/tramway/core/application.js.coffee
221
- - app/assets/javascripts/tramway/core/web/application.js
222
221
  - app/assets/stylesheets/tramway/core/application.sass
223
222
  - app/decorators/tramway/core/application_decorated_collection.rb
224
223
  - app/decorators/tramway/core/application_decorator.rb
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.