redmine_nonproject_modules 0.3.5 → 0.3.6

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
  SHA256:
3
- metadata.gz: 396a22e1d265b3855dec3bed36c1b92c7020071a0fbe48f2a7fa6822059d9101
4
- data.tar.gz: ff4d46618a70c7ef0d05b930a4a8e7dfb439345a3c6c14b1c0ff54306539b47b
3
+ metadata.gz: 7b827cd77e67fee9c0bf6636c9fbdd45d445b0200577e13f0fe3a57c498609d2
4
+ data.tar.gz: ee8042246c66438b15ecd9ad60e2379770fb1372dd14d48fae560ee1dc4d0dec
5
5
  SHA512:
6
- metadata.gz: 3b4929a97f93fa27c9a05c2d1a4728ab703adc353a06120f795ac87edb1ba5a25b16e8b81c18a449aa4c42e2d1f02f8973b359d17a9c75bc961a740f1dd50d3e
7
- data.tar.gz: 43461871444a719801d41107bd81ef1e1a9a9c9dfbed6507bcab0340e50679b9d0baab6315fd8ac6f8bd29d30267e4d52443da89810b944f783129a1cb926e72
6
+ metadata.gz: 7c3c520e754c8bcd03c920688754b595a21dbc8734c1842caaf0126af43acb9c448786c195e3c318a720ac4361901c9db376aa5df188a61ab6c8e5e6186b1148
7
+ data.tar.gz: 2d5ba81effd14ffb7c55c0cb1f9b69dd5cf3bc25b95a392b9cdc7191f03115806e273f5017facd821d78c12e1e3f87b11bb5b8b9b76cb3342445cbabc21728ac
@@ -1,2 +1,4 @@
1
- Rails.application.config.assets.precompile += %w( active_scaffold.css )
2
- Rails.application.config.assets.precompile += %w( active_scaffold.js )
1
+ # frozen_string_literal: true
2
+
3
+ Rails.application.config.assets.precompile += %w[active_scaffold.css]
4
+ 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.5'
7
+ VERSION = '0.3.6'
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.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
- - 0.3.5
7
+ - 0.3.6
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-26 00:00:00.000000000 Z
11
+ date: 2021-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: active_scaffold
@@ -163,7 +163,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
163
163
  - !ruby/object:Gem::Version
164
164
  version: '0'
165
165
  requirements: []
166
- rubygems_version: 3.0.8
166
+ rubygems_version: 3.0.9
167
167
  signing_key:
168
168
  specification_version: 4
169
169
  summary: Support to non-project modules.