rails_pwnerer 0.6.80 → 0.6.81

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v0.6.81. Removed extra check for database resets. It just stands in the way.
2
+
1
3
  v0.6.80. UTF-8 when creating mysql databases.
2
4
 
3
5
  v0.6.79. nginx typo fix.
@@ -124,12 +124,6 @@ module RailsPwnerer::App
124
124
  Files.new.manage app, instance, action
125
125
  when :db_reset
126
126
  app_config = RailsPwnerer::Config[app, instance]
127
- unless app_config[:enable_db_reset]
128
- print "Database resets are disabled for this instance.\n"
129
- print "If you truly want to reset, add the :enable_db_reset configuration key.\n"
130
- return
131
- end
132
-
133
127
  self.update_app app, instance do
134
128
  Scripts.new.pre_reset app, instance
135
129
  Database.new.manage app, instance, action
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{rails_pwnerer}
5
- s.version = "0.6.80"
5
+ s.version = "0.6.81"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Victor Costan"]
9
- s.date = %q{2010-10-16}
9
+ s.date = %q{2010-10-17}
10
10
  s.default_executable = %q{bin/rpwn}
11
11
  s.description = %q{Rails deployment hack.}
12
12
  s.email = %q{victor@costan.us}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_pwnerer
3
3
  version: !ruby/object:Gem::Version
4
- hash: 167
4
+ hash: 165
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 80
10
- version: 0.6.80
9
+ - 81
10
+ version: 0.6.81
11
11
  platform: ruby
12
12
  authors:
13
13
  - Victor Costan
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-16 00:00:00 -04:00
18
+ date: 2010-10-17 00:00:00 -04:00
19
19
  default_executable: bin/rpwn
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency