god 0.7.21 → 0.7.22
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/History.txt +5 -1
- data/VERSION.yml +1 -1
- data/bin/god +3 -0
- data/god.gemspec +1 -1
- metadata +1 -1
data/History.txt
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
== 0.7.
|
|
1
|
+
== 0.7.22 / 2009-10-29
|
|
2
|
+
* Minor Enhancements
|
|
3
|
+
* Save ARGV so we can get access to it later if we want [github.com/eric]
|
|
4
|
+
|
|
5
|
+
== 0.7.21 / 2009-10-29
|
|
2
6
|
* Minor Enhancements
|
|
3
7
|
* Cache some frequent lookups to reduce object creation [github.com/eric]
|
|
4
8
|
* Try to make SimpleLogger less leaky [github.com/eric]
|
data/VERSION.yml
CHANGED
data/bin/god
CHANGED
data/god.gemspec
CHANGED