redmine_plugin_asset_pipeline 0.0.8 → 0.0.9

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
  SHA1:
3
- metadata.gz: 8d07290f1684d5ec6bfe22814f714c95df2a63c1
4
- data.tar.gz: 2a5f97eeb66b6db63536ac70305f136117920b8e
3
+ metadata.gz: 452b31113f347e2f0993e7172270f0e70dd2e246
4
+ data.tar.gz: 257c70066e8bd581bb3e4b520b8a6082ea464d5d
5
5
  SHA512:
6
- metadata.gz: 3c7ec52e075c6421346c24401dd65a167ffece1abc46fb88bb35cd32450ce022b1d6855f23054435eed520e8b84206b10be2006acb76d926bca846cdf7a8b556
7
- data.tar.gz: 3fc74085c4002e619d9f29c227591247b8b9c9028e4670f80bef8bafac1f836115cd5b61689495f726d594a84f661181e258872425de9d67b8825368c1348c3f
6
+ metadata.gz: a2aad88a53986b3c8063fec9bc58287c5bd7b61b0f624adf107fc5edf3785e9579ceae40438642a64421c4ad11ae4d8e3e994e6fca1511bcb2243e3600d814e4
7
+ data.tar.gz: 3386b9f95bd87ee617ac2ec7da5ca8b4632926654fb73104f9f01c53b3279e495ff916e9c89a5f76de7bdeb26432e2300c0e29b51581f4df7cb11632d8c8d64a
@@ -9,12 +9,10 @@ module RedminePluginAssetPipeline
9
9
 
10
10
  #asset pipeline configuration
11
11
  #enable asset pipeline before sprockets boots
12
- initializer 'redmine.asset_pipeline', :before => 'sprockets.environment' do
12
+ initializer 'redmine.asset_pipeline', before: 'sprockets.environment' do
13
13
  RedmineApp::Application.configure do
14
- config.assets.enabled = true
15
14
  config.assets.paths << "#{config.root}/private/plugin_assets"
16
15
  config.assets.precompile += %w(*/stylesheets/*.css */javascripts/*.js)
17
-
18
16
  # Custom settings. Edit configs of your application
19
17
  # See: http://guides.rubyonrails.org/asset_pipeline.html
20
18
  #
@@ -22,14 +20,6 @@ module RedminePluginAssetPipeline
22
20
  # If you need to change that value
23
21
  # manually move assets in public directory and edit it
24
22
  # config.assets.prefix = ''
25
- #
26
- # config.assets.js_compressor = :uglifier
27
- #
28
- # config.assets.debug = true
29
- #
30
- # config.assets.compile = true
31
- #
32
- # config.assets.compress = false
33
23
  end
34
24
  end
35
25
 
@@ -1,3 +1,3 @@
1
1
  module RedminePluginAssetPipeline
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redmine_plugin_asset_pipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tab10id
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-12 00:00:00.000000000 Z
11
+ date: 2014-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler