nexpose-functions 0.0.3 → 0.0.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.
Files changed (3) hide show
  1. data/lib/nexpose-functions.rb +1 -1
  2. metadata +16 -14
  3. checksums.yaml +0 -15
@@ -77,7 +77,7 @@ class Nexpose::Connection
77
77
  def getSitesInfobyName()
78
78
  sitesinfo = {}
79
79
  self.list_sites.each { |site|
80
- sitesinfo[site.name] = sites.id
80
+ sitesinfo[site.name] = site.id
81
81
  }
82
82
  end
83
83
 
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nexpose-functions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Red5d
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2014-11-17 00:00:00.000000000 Z
12
+ date: 2014-12-04 00:00:00.000000000 Z
12
13
  dependencies: []
13
14
  description: Additional useful functions for use with the Nexpose API.
14
15
  email:
@@ -16,45 +17,46 @@ executables: []
16
17
  extensions: []
17
18
  extra_rdoc_files: []
18
19
  files:
19
- - doc/Nexpose/Connection.html
20
- - doc/Nexpose/Site.html
21
- - doc/_index.html
22
- - doc/class_list.html
20
+ - doc/js/jquery.js
21
+ - doc/js/app.js
22
+ - doc/js/full_list.js
23
+ - doc/css/style.css
23
24
  - doc/css/common.css
24
25
  - doc/css/full_list.css
25
- - doc/css/style.css
26
+ - doc/class_list.html
27
+ - doc/method_list.html
26
28
  - doc/file_list.html
27
29
  - doc/frames.html
28
30
  - doc/index.html
29
- - doc/js/app.js
30
- - doc/js/full_list.js
31
- - doc/js/jquery.js
32
- - doc/method_list.html
31
+ - doc/_index.html
33
32
  - doc/top-level-namespace.html
33
+ - doc/Nexpose/Connection.html
34
+ - doc/Nexpose/Site.html
34
35
  - lib/nexpose-functions.rb
35
36
  homepage: http://rubygems.org/gems/nexpose-functions
36
37
  licenses:
37
38
  - MIT
38
- metadata: {}
39
39
  post_install_message:
40
40
  rdoc_options: []
41
41
  require_paths:
42
42
  - lib
43
43
  required_ruby_version: !ruby/object:Gem::Requirement
44
+ none: false
44
45
  requirements:
45
46
  - - ! '>='
46
47
  - !ruby/object:Gem::Version
47
48
  version: '0'
48
49
  required_rubygems_version: !ruby/object:Gem::Requirement
50
+ none: false
49
51
  requirements:
50
52
  - - ! '>='
51
53
  - !ruby/object:Gem::Version
52
54
  version: '0'
53
55
  requirements: []
54
56
  rubyforge_project:
55
- rubygems_version: 2.4.1
57
+ rubygems_version: 1.8.29
56
58
  signing_key:
57
- specification_version: 4
59
+ specification_version: 3
58
60
  summary: Additional Nexpose API functions.
59
61
  test_files: []
60
62
  has_rdoc:
checksums.yaml DELETED
@@ -1,15 +0,0 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YjcxYWNkNmI1ZWEyMGFiYmY2YTA3N2FhZTc2NDc1YzM1ZDE5MDM0NQ==
5
- data.tar.gz: !binary |-
6
- MDJmOTE2YWE0NDFjMDdjNmI5NTU0M2M4Y2Q5MmY0YTQ2Y2IyMTNlZg==
7
- SHA512:
8
- metadata.gz: !binary |-
9
- ZWM0Y2FlYWIwNGM1YWVjZjQ0M2Q5NTgxYjI3NzBmOTIwZmU5YjQ4ZWM3YTEx
10
- MDNjZDVhMWRiNTc4MGIxMmQxOTYyN2M1MTJmNzY5NjZlZWRhZTY5NmNkOTUy
11
- NGFjNzdjN2U3MzEwYjY1M2I1MWM4MDA1NWMwZGI2ZDUwMmYzNDU=
12
- data.tar.gz: !binary |-
13
- NGQ0MWQ2NTE5ZTgwODFhZTMyNzIyM2RjODlmYWZjYTM1YzVjZjYxNWY3MTU4
14
- OWEwOTg2ZWYwZTMwNTNkMzYwMjYwYTEyZGMzM2YxZWEyZmRmOGUzYTE3MDEw
15
- ZTU4NDk2NTljMTVhZmY0MGIxYjI4YTY3ZmJhZTljNDI5ZjAwYWE=