redmine_plugin_asset_pipeline 0.0.13 → 0.0.14

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: ee102d458d074760cad0bf032033b4b63880d3b5
4
- data.tar.gz: c6d21a56a11b8976f810d3ff2e714dfbfb2bc5f0
3
+ metadata.gz: 0543b86089fa4532dd0a777c73c62cad0a8eb598
4
+ data.tar.gz: a6a359a4c083e9ce62274e9476a9260c0497c40a
5
5
  SHA512:
6
- metadata.gz: 403e98dab4c715b8d8183e2356191a10a822f6a6e8fc181e1905adec677a0c7264bf637d61508c6f359d264fe72b58ee4d269fe66d555e05738271254c450b2e
7
- data.tar.gz: 6758219cad88f5d3b54f91a4e2352a7ba9258a5df309aa2afb08bfaa42ef41a01454c1367facb098ca33bd85612f07c511be5880dbc10a430d4d6fb7cab6cb53
6
+ metadata.gz: 3f02ad8015cc8247d61f72c73c39e65d7c21ee3a8e79df86a66864432799fd993777f203ce307688030acd4067ff33fb096bde84694d98fca913b80d52f6378e
7
+ data.tar.gz: 25179778ada0462c4e80b0f3bdac893cd46649657780cac50bba589a1a78669f6259f67338e66789f75d75e938133121692a8395a43390096ba919cd48592fe5
@@ -18,8 +18,8 @@ module RedminePluginAssetPipeline
18
18
  # end
19
19
  # end
20
20
 
21
- def process_require_redmine_plugins_directive(type)
22
- mask = Rails.root.join(Redmine::Plugin.private_directory, "*/#{type}/_common_part*").expand_path
21
+ def process_require_redmine_plugins_directive(type, prefix='')
22
+ mask = Rails.root.join(Redmine::Plugin.private_directory, "*/#{type}/#{prefix}_common_part*").expand_path
23
23
  Dir.glob(mask).sort.each do |entry|
24
24
  context.require_asset(pathname.dirname.join(entry).expand_path)
25
25
  end
@@ -1,3 +1,3 @@
1
1
  module RedminePluginAssetPipeline
2
- VERSION = '0.0.13'
2
+ VERSION = '0.0.14'
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.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tab10id
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-29 00:00:00.000000000 Z
11
+ date: 2015-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler