abiquo-etk 0.5.9 → 0.6.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.
- data/Rakefile +1 -0
- data/VERSION +1 -1
- metadata +22 -6
data/Rakefile
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.6.0
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: abiquo-etk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 7
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
version: 0.
|
|
8
|
+
- 6
|
|
9
|
+
- 0
|
|
10
|
+
version: 0.6.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Sergio Rubio
|
|
@@ -93,13 +93,29 @@ dependencies:
|
|
|
93
93
|
version: 1.1.4
|
|
94
94
|
type: :runtime
|
|
95
95
|
version_requirements: *id005
|
|
96
|
+
- !ruby/object:Gem::Dependency
|
|
97
|
+
name: abiquo
|
|
98
|
+
prerelease: false
|
|
99
|
+
requirement: &id006 !ruby/object:Gem::Requirement
|
|
100
|
+
none: false
|
|
101
|
+
requirements:
|
|
102
|
+
- - ">="
|
|
103
|
+
- !ruby/object:Gem::Version
|
|
104
|
+
hash: 31
|
|
105
|
+
segments:
|
|
106
|
+
- 0
|
|
107
|
+
- 1
|
|
108
|
+
- 2
|
|
109
|
+
version: 0.1.2
|
|
110
|
+
type: :runtime
|
|
111
|
+
version_requirements: *id006
|
|
96
112
|
description: Tools to troubleshoot and manage your Abiquo installation
|
|
97
113
|
email: srubio@abiquo.com
|
|
98
114
|
executables:
|
|
99
115
|
- abiquo-check-install
|
|
100
|
-
- abicli
|
|
101
|
-
- ciab-setup
|
|
102
116
|
- abiquo-check-16-install
|
|
117
|
+
- ciab-setup
|
|
118
|
+
- abicli
|
|
103
119
|
extensions: []
|
|
104
120
|
|
|
105
121
|
extra_rdoc_files:
|