sfpagent 0.1.11 → 0.1.12
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.
- data/VERSION +1 -1
- data/lib/sfpagent/agent.rb +0 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.12
|
data/lib/sfpagent/agent.rb
CHANGED
|
@@ -61,7 +61,6 @@ module Sfp
|
|
|
61
61
|
p[:modules_dir] = File.expand_path(p[:modules_dir].to_s.strip != '' ? p[:modules_dir].to_s : "#{CachedDir}/modules")
|
|
62
62
|
Dir.mkdir(p[:modules_dir], 0700) if not File.exist?(p[:modules_dir])
|
|
63
63
|
@@config = p
|
|
64
|
-
Sfp::Agent.logger.info "modules dir: " + p[:modules_dir]
|
|
65
64
|
|
|
66
65
|
# load modules from cached directory
|
|
67
66
|
load_modules(p)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sfpagent
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.12
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2013-08-13 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sfp
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &10824140 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: 0.3.12
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *10824140
|
|
25
25
|
description: A Ruby implementation of SFP agent.
|
|
26
26
|
email: herry13@gmail.com
|
|
27
27
|
executables:
|