blueberry_redirector 0.1.3 → 0.1.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b23024f20108977cf42a26998b2599a5957e9a92
4
- data.tar.gz: 6a53c8bbec1d39ffc7885418c5648722f4669c45
3
+ metadata.gz: 6da757bb0d21aa46f4b56f77242670eeba6f7a10
4
+ data.tar.gz: 9df67cdd6d5d8d8ea637a500a3442296a70a51dc
5
5
  SHA512:
6
- metadata.gz: 702c1835c71f9eb46c121f48c086c8ac1081148e49e4b03cf95adffae09591a02a093f2c4b704a9a652e4f57829e3a92c82010dd5de148eeae7fdc7334af5bdc
7
- data.tar.gz: 3cbc86f2ae86a4a15fd4d82287e640092d6b2bc67ab83de59bebfe5148832e418ed908c67aaa3403446baadac61906bd6bbd14e6ef6eaaacea9d662cb253ea28
6
+ metadata.gz: 813cea680c43723d92f65907431e1cf3b5bba6bfa24a448c5ee70b075e7cabbdff23361e452d731ae42994c49d082a8c0d7b77ec10f1170b0a026f79bf5e0cca
7
+ data.tar.gz: e945b9a06af1f0cf23402dbaa99a67e137ec0a8d97e01f931a4adb61fa47f326c645ce3fc21b848f62ff93c6b3a5d6352c9b4acb5e9bb9d52fdb4ea6ac842eed
@@ -1,5 +1,5 @@
1
1
  module BlueberryRedirector
2
- class ApplicationController < ActionController::Base
2
+ class ApplicationController < Admin::BaseController
3
3
  protect_from_forgery with: :exception
4
4
 
5
5
  layout 'blueberry_redirector/admin'
@@ -13,7 +13,7 @@ html
13
13
  .wrapper
14
14
  .sidebar
15
15
  ul.sidebar-menu
16
- li.logo = link_to image_tag('admin/blueberry-logo.png'), main_app.admin_root_path
16
+ li.logo = link_to image_tag('blueberry-logo.png'), main_app.admin_root_path
17
17
  li = link_to t('.main_app'), main_app.admin_root_path
18
18
  li = link_to t('.redirector_rules'), [:redirector_rules]
19
19
 
@@ -1,3 +1,3 @@
1
1
  module BlueberryRedirector
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blueberry_redirector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tonda Pleskac
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-10 00:00:00.000000000 Z
11
+ date: 2017-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  version: '0'
133
133
  requirements: []
134
134
  rubyforge_project:
135
- rubygems_version: 2.5.1
135
+ rubygems_version: 2.6.8
136
136
  signing_key:
137
137
  specification_version: 4
138
138
  summary: Summary of BlueberryRedirector.