tramway-admin 1.1.2.15 → 1.1.3.1

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: 0bfb2b12dbd3a6d445a80bbf43b0370239b08758682648d651991b8b0426201d
4
- data.tar.gz: 9ce99657323170f174a573eb9f11e8ae36d7c851210f32307a225cbe7c5a1e55
3
+ metadata.gz: 8ebeee0d53c377ed850d02b40a539c6e25f9440983ef3a614655aa199a1ff36f
4
+ data.tar.gz: 2f158db3f556597d9e99c6cb8222f004ad11346e3d7a12270dad9c7740122e89
5
5
  SHA512:
6
- metadata.gz: 512e892a6de35d24d212a59634e8e0625861cd2103bb18020b817851a152264e94b0646107929b98bb1f68c29e1323fceb55a450b9e7aba5112e3444c2075864
7
- data.tar.gz: 61c47600e60c98033eafd320e25fef986eb685e229ccf52acd0231f3b1f6979930c435a69430cbe50d544e787c072de13cab708e576a0ee63f6989174e2b8020
6
+ metadata.gz: 65f3aa718f07079f0006602667db5db70b41eef5f10935010bea101d3d375a6bf8bc199e1be41ce6e4eb2cc8b30c7d1ede744cb74e300ef20a9d22cc0882071d
7
+ data.tar.gz: b85148161518d5418adc5f570d7fd786fcd9a4d010d1d00cc5ec1ca61883ef45c248172349584abbbe94540843cdfedc7b0102fe19ace3a865e6e9224e1ec5d6
@@ -1,4 +1,6 @@
1
1
  Tramway::Admin::Engine.routes.draw do
2
+ mount Tramway::User::Engine, at: '/users'
3
+
2
4
  root to: 'welcome#index'
3
5
 
4
6
  resources :records
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Admin
3
- VERSION = '1.1.2.15'
3
+ VERSION = '1.1.3.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2.15
4
+ version: 1.1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
@@ -151,11 +151,7 @@ files:
151
151
  - app/assets/config/tramway_admin_manifest.js
152
152
  - app/assets/javascripts/tramway/admin/application.js.coffee
153
153
  - app/assets/javascripts/tramway/admin/ckeditor/config.js
154
- - app/assets/javascripts/tramway/admin/records.js
155
- - app/assets/javascripts/tramway/admin/welcome.js
156
154
  - app/assets/stylesheets/tramway/admin/application.sass
157
- - app/assets/stylesheets/tramway/admin/records.css
158
- - app/assets/stylesheets/tramway/admin/tramway/admin/records.css
159
155
  - app/controllers/tramway/admin/application_controller.rb
160
156
  - app/controllers/tramway/admin/records_controller.rb
161
157
  - app/controllers/tramway/admin/singletons_controller.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.
@@ -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.
@@ -1,4 +0,0 @@
1
- /*
2
- Place all the styles related to the matching controller here.
3
- They will automatically be included in application.css.
4
- */
@@ -1,4 +0,0 @@
1
- /*
2
- Place all the styles related to the matching controller here.
3
- They will automatically be included in application.css.
4
- */