sfpagent 0.1.2 → 0.1.3
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/lib/sfpagent.rb +2 -2
- data/sfpagent.gemspec +2 -2
- metadata +5 -10
data/lib/sfpagent.rb
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# external dependencies
|
|
2
2
|
require 'rubygems'
|
|
3
3
|
require 'json'
|
|
4
|
-
|
|
4
|
+
require 'sfp'
|
|
5
5
|
|
|
6
6
|
module Nuri
|
|
7
7
|
end
|
|
8
8
|
|
|
9
9
|
# internal dependencies
|
|
10
10
|
libdir = File.expand_path(File.dirname(__FILE__))
|
|
11
|
-
|
|
11
|
+
|
|
12
12
|
require libdir + '/sfpagent/net_helper.rb'
|
|
13
13
|
require libdir + '/sfpagent/executor.rb'
|
|
14
14
|
require libdir + '/sfpagent/runtime.rb'
|
data/sfpagent.gemspec
CHANGED
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.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-08-
|
|
12
|
+
date: 2013-08-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sfp
|
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirement: &12682160 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,12 +21,7 @@ dependencies:
|
|
|
21
21
|
version: 0.3.6
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements:
|
|
25
|
-
none: false
|
|
26
|
-
requirements:
|
|
27
|
-
- - ~>
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.3.6
|
|
24
|
+
version_requirements: *12682160
|
|
30
25
|
description: A Ruby implementation of SFP agent.
|
|
31
26
|
email: herry13@gmail.com
|
|
32
27
|
executables:
|
|
@@ -67,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
67
62
|
version: '0'
|
|
68
63
|
requirements: []
|
|
69
64
|
rubyforge_project: sfpagent
|
|
70
|
-
rubygems_version: 1.8.
|
|
65
|
+
rubygems_version: 1.8.11
|
|
71
66
|
signing_key:
|
|
72
67
|
specification_version: 3
|
|
73
68
|
summary: SFP Agent
|