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.
Files changed (5) hide show
  1. data/README.rdoc +2 -1
  2. data/Reflection.gemspec +1 -1
  3. data/TODO +2 -1
  4. data/VERSION +1 -1
  5. metadata +1 -1
@@ -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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{reflection}
8
- s.version = "0.4.3"
8
+ s.version = "0.4.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andreas Wolff"]
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.3
1
+ 0.4.4
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reflection
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andreas Wolff