rails_pwnerer 0.6.39 → 0.6.40

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 CHANGED
@@ -1,3 +1,5 @@
1
+ v0.6.40. Added rake to the scaffold, so rails 2.3 can use it.
2
+
1
3
  v0.6.39. More permissive restore to allow moving data across instances.
2
4
 
3
5
  v0.6.38. Safer database backup parameters.
@@ -9,7 +9,7 @@ class RailsPwnage::Scaffolds::Gems
9
9
  end
10
10
 
11
11
  def install_servers
12
- install_gems %w(rails thin)
12
+ install_gems %w(rack rails thin)
13
13
  end
14
14
 
15
15
  def install_dbi
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{rails_pwnerer}
5
- s.version = "0.6.39"
5
+ s.version = "0.6.40"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Victor Costan"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_pwnerer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.39
4
+ version: 0.6.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Costan