cmd 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +7 -0
- data/Rakefile +1 -1
- data/lib/cmd.rb +1 -6
- metadata +1 -1
data/CHANGELOG
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
= Cmd Changelog
|
2
2
|
|
3
|
+
== Version 0.7.2
|
4
|
+
|
5
|
+
* Breaking the assignment to READLINE_SUPPORTED over multiple lines did not
|
6
|
+
appease RDoc. Fortunately Dave Thomas showed me several ways that I could
|
7
|
+
accomplish the same thing whilst appeasing RDoc. Sadly another minor bug fix
|
8
|
+
release :\ [Dave Thomas]
|
9
|
+
|
3
10
|
== Version 0.7.1
|
4
11
|
|
5
12
|
* Broke assignment to READLINE_SUPPORTED over several lines as removing the
|
data/Rakefile
CHANGED
data/lib/cmd.rb
CHANGED