reflection 0.4.3 → 0.4.4
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/README.rdoc +2 -1
- data/Reflection.gemspec +1 -1
- data/TODO +2 -1
- data/VERSION +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
|
@@ -102,7 +102,8 @@ If you have a <tt>reflection.yml</tt> config file in your current application-de
|
|
|
102
102
|
--rails [RAILS_ROOT] Enable dumping/applying of a Rails managed MySQL database
|
|
103
103
|
--rails-env [ENV] Rails environment to instrument
|
|
104
104
|
--write [FILE] Create a configuration FILE from the current commandline options
|
|
105
|
-
|
|
105
|
+
-v, --verbose Include debug information in output
|
|
106
|
+
|
|
106
107
|
|
|
107
108
|
== Note on Patches/Pull Requests
|
|
108
109
|
|
data/Reflection.gemspec
CHANGED
data/TODO
CHANGED
|
@@ -4,4 +4,5 @@
|
|
|
4
4
|
+ List existing reflections in client side
|
|
5
5
|
+ Allow to apply any (git) version, not just the latest
|
|
6
6
|
+ Add cli option use tmp-apply (removes ~/.reflection/apply-dir after command)
|
|
7
|
-
+ Allow collection of assets from Akamai and/or CloudFront (hm.. does that make sense?)
|
|
7
|
+
+ Allow collection of assets from Akamai and/or CloudFront (hm.. does that make sense?)
|
|
8
|
+
+ Add option to output --version
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.4
|