zypper 0.2.1 → 0.2.2
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/CHANGELOG +10 -6
- data/VERSION +1 -1
- data/lib/zypper/utils.rb +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
|
-
0.2.
|
|
2
|
-
|
|
1
|
+
0.2.2
|
|
2
|
+
-----
|
|
3
|
+
* Fixed last_exit_status method and thus all methods returning boolean
|
|
4
|
+
|
|
5
|
+
0.2.1
|
|
6
|
+
-----
|
|
3
7
|
* Debugging output turned off
|
|
4
8
|
|
|
5
|
-
0.2.0
|
|
6
|
-
|
|
9
|
+
0.2.0
|
|
10
|
+
-----
|
|
7
11
|
* Split into smaller one-task libraries
|
|
8
12
|
* Added plural aliases for for accessing subclasses (patch -> patches,
|
|
9
13
|
package -> packages, ...)
|
|
@@ -12,8 +16,8 @@
|
|
|
12
16
|
* Added testsuites
|
|
13
17
|
* Packaging into gem
|
|
14
18
|
|
|
15
|
-
0.1.0
|
|
16
|
-
|
|
19
|
+
0.1.0
|
|
20
|
+
-----
|
|
17
21
|
* Initial implementation using POpen4
|
|
18
22
|
* Added Services and Repositories handling
|
|
19
23
|
* Added Packages and Packages handling
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.2
|
data/lib/zypper/utils.rb
CHANGED
metadata
CHANGED