railroad 0.3.0 → 0.3.1
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 +13 -0
- data/lib/railroad +1 -1
- data/rake.gemspec +1 -1
- metadata +1 -1
data/ChangeLog
CHANGED
@@ -1,3 +1,16 @@
|
|
1
|
+
Version 0.3.1 (apr 9 2007)
|
2
|
+
- Release again for fix an error in .gem file
|
3
|
+
|
4
|
+
Version 0.3.0 (apr 9 2007)
|
5
|
+
- Major code rewrite
|
6
|
+
(More OO style)
|
7
|
+
- Using Ruby's optparse to parse commandline options
|
8
|
+
- Added flags for including (excluding) controllers methods
|
9
|
+
based on visibility
|
10
|
+
- Added -o flag for file output.
|
11
|
+
- Minor cosmetic changes.
|
12
|
+
|
13
|
+
|
1
14
|
Version 0.2.0 (apr 8 2007)
|
2
15
|
- Differentiate classes from modules
|
3
16
|
- Added "-m" flag for considering modules
|
data/lib/railroad
CHANGED
data/rake.gemspec
CHANGED
metadata
CHANGED