redmine_nonproject_modules 0.3.4 → 0.3.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: c417f99f1a29888b41e9f436899fa571d059b836d596f2f7a27efe8c2f0c8420
4
- data.tar.gz: ee4051f4b9b220d4e2c50f1e4492604932046d68984ffc79cdc5999763081415
3
+ metadata.gz: 396a22e1d265b3855dec3bed36c1b92c7020071a0fbe48f2a7fa6822059d9101
4
+ data.tar.gz: ff4d46618a70c7ef0d05b930a4a8e7dfb439345a3c6c14b1c0ff54306539b47b
5
5
  SHA512:
6
- metadata.gz: 7a908fabb449db2afddef4909699133656ead7208f38305c7971aef6ac9e6c04e40cec91aaec9bec7789a8007b001eb0bdc3650e4489b5b672ac7ba372728ddb
7
- data.tar.gz: a92620cf8505e8af7815c597bda645ca9c313595205e99c4ead35c8ca3019125f06aca2e96cd5e65a40015bc6faba03c27b16388f890113311c7b146c1335198
6
+ metadata.gz: 3b4929a97f93fa27c9a05c2d1a4728ab703adc353a06120f795ac87edb1ba5a25b16e8b81c18a449aa4c42e2d1f02f8973b359d17a9c75bc961a740f1dd50d3e
7
+ data.tar.gz: 43461871444a719801d41107bd81ef1e1a9a9c9dfbed6507bcab0340e50679b9d0baab6315fd8ac6f8bd29d30267e4d52443da89810b944f783129a1cb926e72
@@ -0,0 +1,2 @@
1
+ Rails.application.config.assets.precompile += %w( active_scaffold.css )
2
+ Rails.application.config.assets.precompile += %w( active_scaffold.js )
@@ -4,5 +4,5 @@ module RedmineNonprojectModules
4
4
  AUTHOR = 'Eduardo Henrique Bogoni'
5
5
  HOMEPAGE = 'https://github.com/esquilo-azul/redmine_nonproject_modules'
6
6
  SUMMARY = 'Support to non-project modules.'
7
- VERSION = '0.3.4'
7
+ VERSION = '0.3.5'
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redmine_nonproject_modules
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
- - 0.3.4
7
+ - 0.3.5
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-27 00:00:00.000000000 Z
11
+ date: 2021-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: active_scaffold
@@ -131,6 +131,7 @@ files:
131
131
  - app/views/layouts/nonproject_modules.html.erb
132
132
  - app/views/nonproject_modules/index.html.erb
133
133
  - config/initializers/000_dependencies.rb
134
+ - config/initializers/assets.rb
134
135
  - config/locales/en.yml
135
136
  - config/locales/pt-BR.yml
136
137
  - config/routes.rb