nventory-client 1.65.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.
@@ -0,0 +1,22 @@
1
+ # -*- encoding: utf-8 -*-
2
+ $:.push File.expand_path("../lib", __FILE__)
3
+ require "nventory-client/version"
4
+
5
+ Gem::Specification.new do |s|
6
+ s.name = "nventory-client"
7
+ s.version = Nventory::Client::VERSION
8
+ s.platform = Gem::Platform::RUBY
9
+ s.authors = ["John Tran"]
10
+ s.email = ["jtran@attinteractive.com"]
11
+ s.homepage = "http://nventory.sourceforge.net"
12
+ s.summary = %q{Client for nVentory}
13
+ s.description = %q{The client allows you to interface to the nVentory database, to register nodes, retrieve info about nodes or update them.}
14
+
15
+ s.rubyforge_project = "nventory-client"
16
+
17
+ s.files = `git ls-files`.split("\n")
18
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
19
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
+ s.require_paths = ["lib"]
21
+ s.add_dependency('facter')
22
+ end
metadata ADDED
@@ -0,0 +1,89 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: nventory-client
3
+ version: !ruby/object:Gem::Version
4
+ hash: 283
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 65
9
+ - 4
10
+ version: 1.65.4
11
+ platform: ruby
12
+ authors:
13
+ - John Tran
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-01-25 00:00:00 -08:00
19
+ default_executable:
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: facter
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ hash: 3
30
+ segments:
31
+ - 0
32
+ version: "0"
33
+ type: :runtime
34
+ version_requirements: *id001
35
+ description: The client allows you to interface to the nVentory database, to register nodes, retrieve info about nodes or update them.
36
+ email:
37
+ - jtran@attinteractive.com
38
+ executables:
39
+ - nv
40
+ extensions: []
41
+
42
+ extra_rdoc_files: []
43
+
44
+ files:
45
+ - .gitignore
46
+ - Gemfile
47
+ - README
48
+ - Rakefile
49
+ - bin/nv
50
+ - lib/nventory-client.rb
51
+ - lib/nventory-client/version.rb
52
+ - lib/nventory.rb
53
+ - nventory-client.gemspec
54
+ has_rdoc: true
55
+ homepage: http://nventory.sourceforge.net
56
+ licenses: []
57
+
58
+ post_install_message:
59
+ rdoc_options: []
60
+
61
+ require_paths:
62
+ - lib
63
+ required_ruby_version: !ruby/object:Gem::Requirement
64
+ none: false
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ hash: 3
69
+ segments:
70
+ - 0
71
+ version: "0"
72
+ required_rubygems_version: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ">="
76
+ - !ruby/object:Gem::Version
77
+ hash: 3
78
+ segments:
79
+ - 0
80
+ version: "0"
81
+ requirements: []
82
+
83
+ rubyforge_project: nventory-client
84
+ rubygems_version: 1.3.7
85
+ signing_key:
86
+ specification_version: 3
87
+ summary: Client for nVentory
88
+ test_files: []
89
+