tramway-core 1.0.2 → 1.0.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
  SHA256:
3
- metadata.gz: d3b3078393a75fb28760b88d774ddd5967e53a83b7c692d3b35f9be366a42d68
4
- data.tar.gz: 222356bc044bf88885c5d5087fcec223f25c4020baa885f0f0e71ab24f58bb1c
3
+ metadata.gz: b50e3254d0eff6b27d870175f9841226dcf972efecc51d000bddb9e80093cfb7
4
+ data.tar.gz: 2d1eba971d10ef1484fa61e4960eeaa372c805f22c847d561708cfe00e69b41c
5
5
  SHA512:
6
- metadata.gz: 1cfd661b42c01b98e8996e7d03d7ef8191bbf2b1d9a332d55e93e0684aecfaca75a5c3cf6d508c750c70571bea9058bb8cff6ea92d3a73d9c143647637ad4e22
7
- data.tar.gz: b92c2b6eb26550ccbb7529445cd86c2aea0c451316f70bcaee5238065ace52808281e81a5f7cec77b82bdccf1cadacaa8c9a814357482aea9cea647d7d1081e2
6
+ metadata.gz: a8c79fa1c480ef88129519aefb2be008b36e0b4d63ab8ed6084f66a92f18d945afe42d7f044f10440320c95f89a91eadb6d6fe609f93b9d8de5147a6ef21f79e
7
+ data.tar.gz: ccfb06818de42b038b10a3afac722057b97778cd3b156f4598c36941da1bbb796b86bcdea4b94f51f378a3b489157fc32029a8c2cea4f728978e0a45f88bc0ab
@@ -0,0 +1,6 @@
1
+ module Tramway
2
+ module Core
3
+ class ApplicationController < ActionController::Base
4
+ end
5
+ end
6
+ end
@@ -1,5 +1,5 @@
1
1
  class FileUploader < ApplicationUploader
2
2
  def extension_white_list
3
- %w(pdf doc docx xls csv xlsx)
3
+ %w(pdf doc docx xls csv xlsx jpg)
4
4
  end
5
5
  end
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Core
3
- VERSION = '1.0.2'
3
+ VERSION = '1.0.3'
4
4
  end
5
5
  end
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.2
4
+ version: 1.0.3
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-05-30 00:00:00.000000000 Z
11
+ date: 2018-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: reform-rails
@@ -219,6 +219,7 @@ files:
219
219
  - app/assets/images/tramway/core/mona_lisa_from_prado_square.jpg
220
220
  - app/assets/javascripts/tramway/core/application.js.coffee
221
221
  - app/assets/stylesheets/tramway/core/application.sass
222
+ - app/controllers/tramway/core/application_controller.rb
222
223
  - app/decorators/tramway/core/application_decorated_collection.rb
223
224
  - app/decorators/tramway/core/application_decorator.rb
224
225
  - app/forms/tramway/core/application_form.rb