tramway-export 0.2.1 → 0.2.1.2

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: bd13981fdb5e8efaf10ca1d0f2ae38affb27920f456c19e293bf831ef151469e
4
- data.tar.gz: f7553ceb6c55fdcaa5f5970345dbd677873ec2ca2eb4e2e21a434e23f03f5c1c
3
+ metadata.gz: 8f1cf0a4c6fd88b489e14dba20463623edfa7409344dd8acfc5d257ba4ac9fab
4
+ data.tar.gz: 29c5cdd4f3492171f6ca5d054a39cc68772530b716e09edad1cb71182a8d1dbf
5
5
  SHA512:
6
- metadata.gz: 526d31a70858f63528eb448b5f502322952c184740e8952c97b0f5850831a076278b14488b0602080a211c3ba405030f3481af476ac8503d34ccd581e9322688
7
- data.tar.gz: ef4ccfd2ae44b7440d3ae876509c2bcf30aa264e60192db92ace2b64adcce46b4409070ef130f7bde9b2814625cd330a6b052586906c64eec3c36965f3278236
6
+ metadata.gz: 3a234c22ed95cd460b6b71dd00dcef40c3182e374e568351030b6d2f500c7c53290228b057af6191b95e8e8337e74d5cbc33f22e593662b53f957403408c9f1b
7
+ data.tar.gz: 48ef595c1ae91a20dbf40f40f882a80ac4a061d56cffc14a733d978403e87eed898b1fbcc4297c192b6a396a586c14cd4e1ee01c2cb29f36f9acd17d2f21e854
@@ -2,7 +2,7 @@
2
2
 
3
3
  require 'xls_exporter'
4
4
 
5
- class Tramway::Export::ExportsController < Tramway::Admin::ApplicationController
5
+ class Tramway::Export::ExportsController < Tramway::ApplicationController
6
6
  def index
7
7
  scope = params[:scope].present? ? params[:scope] : :all
8
8
  model_class = model_class_name(params[:model])
@@ -6,7 +6,7 @@ class Tramway::Export::ApplicationDecorator
6
6
  end
7
7
 
8
8
  class << self
9
- include Tramway::Core::Delegating::ClassHelper
9
+ include Tramway::Delegating::ClassHelper
10
10
 
11
11
  def columns
12
12
  []
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Export
5
- VERSION = '0.2.1'
5
+ VERSION = '0.2.1.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-export
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-20 00:00:00.000000000 Z
11
+ date: 2023-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xls_exporter