satops 1.5.0
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 +7 -0
- data/bin/satops +5 -0
- data/lib/satops.rb +495 -0
- data/lib/satops/helpers.rb +11 -0
- data/lib/satops/operator.rb +1254 -0
- data/lib/satops/rhsat.rb +574 -0
- metadata +52 -0
metadata
ADDED
@@ -0,0 +1,52 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: satops
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.5.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Gilles Dubreuil
|
8
|
+
- Aurelien Gouny
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2013-11-11 00:00:00.000000000 Z
|
13
|
+
dependencies: []
|
14
|
+
description: Tool to export/import all Red Hat Satellite objects
|
15
|
+
email:
|
16
|
+
- gilles@redhat.com
|
17
|
+
- agouny@redhat.com
|
18
|
+
executables:
|
19
|
+
- satops
|
20
|
+
extensions: []
|
21
|
+
extra_rdoc_files: []
|
22
|
+
files:
|
23
|
+
- lib/satops.rb
|
24
|
+
- lib/satops/helpers.rb
|
25
|
+
- lib/satops/rhsat.rb
|
26
|
+
- lib/satops/operator.rb
|
27
|
+
- bin/satops
|
28
|
+
homepage: https://github.com/SatOps/SatOps
|
29
|
+
licenses:
|
30
|
+
- GNU GPLv3
|
31
|
+
metadata: {}
|
32
|
+
post_install_message:
|
33
|
+
rdoc_options: []
|
34
|
+
require_paths:
|
35
|
+
- lib
|
36
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - '>='
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
42
|
+
requirements:
|
43
|
+
- - '>='
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: '0'
|
46
|
+
requirements: []
|
47
|
+
rubyforge_project:
|
48
|
+
rubygems_version: 2.0.12
|
49
|
+
signing_key:
|
50
|
+
specification_version: 4
|
51
|
+
summary: Manipulate Red Hat Network Satellite content via its XML/RPC API
|
52
|
+
test_files: []
|