rundock 0.2.3 → 0.2.4

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
  SHA1:
3
- metadata.gz: 1185fca2a1ac6281bed2903980ac243aa515d728
4
- data.tar.gz: 2a33d417121c653dbab71d14d20090bad52588df
3
+ metadata.gz: 302b39673ea10b293acef36a5a5d4721304da44c
4
+ data.tar.gz: fa368f83106cb9ae59157245dd40c73a51263aa4
5
5
  SHA512:
6
- metadata.gz: ee69507c2340f648f8d702d8fcb4d80153d1336633ab1eb55e3e4fd130a53f9318d408b73989aab65d3d95ef296b7790b1d5612a5c89984eb738ab76f9bf58e9
7
- data.tar.gz: 6d319b172002d86612a4b986887dc76c0655268d36834b9e794b8c6946076985adbe1a28d07db30685bc0d4f26048dab62b77c0cf6a08362e850337b0c321495
6
+ metadata.gz: 31d69551871844f1f19bc18513705520c5b573c33e28c69bef954ff84d457b33dc23276c6a416f0194ca7626e2f3c409854f8956b30331692ad5626e84671fa0
7
+ data.tar.gz: 88d4befec80c3830407d4f147d6ce0db43e7c6f32a613a23994cda3f3b5b7277998fecb867f81de9904eac9082ad47ab8b619a6d4fd793b72e66aef6ec62f5f1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## v0.2.4
2
+
3
+ Fix
4
+
5
+ - Fix plugin load path replacement
6
+
1
7
  ## v0.2.3
2
8
 
3
9
  Fix
@@ -70,7 +70,7 @@ module Rundock
70
70
  next if g !~ /^(rundock-plugin-#{plugin})-/
71
71
  next if Gem::Specification.find_by_path(g).nil?
72
72
  Logger.debug("Loading rundock plugin: #{g}")
73
- libdir = "#{Gem::Specification.find_by_path(g).full_gem_path}/lib/rundock/plugin/#{Regexp.last_match(0)}"
73
+ libdir = "#{Gem::Specification.find_by_path(g).full_gem_path}/lib/rundock/plugin/#{Regexp.last_match(0).gsub(/-/, '/')}"
74
74
  Dir.glob("#{libdir}/*.rb").each do |f|
75
75
  require f.gsub(/.rb$/, '')
76
76
  end
@@ -1,3 +1,3 @@
1
1
  module Rundock
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rundock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - hiracy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-07-28 00:00:00.000000000 Z
11
+ date: 2015-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler