rails_pwnerer 0.6.73 → 0.6.74

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.74. Added Gemfile.lock to the list of files to be reset.
2
+
1
3
  v0.6.73. Update bundler commands for bundler 1.0.
2
4
 
3
5
  v0.6.72. More packages in the ruby scaffold.
@@ -27,7 +27,7 @@ class RailsPwnerer::App::Git
27
27
  # reverts the config changes made by rpwn, so git fetch doesn't get confused
28
28
  def revert_config_changes(app_name, instance_name)
29
29
  Dir.chdir RailsPwnerer::Config[app_name, instance_name][:app_path] do
30
- ['config', 'Gemfile'].each do |dir|
30
+ ['config', 'Gemfile', 'Gemfile.lock'].each do |dir|
31
31
  Kernel.system "git clean -d -f -x -- #{dir}"
32
32
  Kernel.system "git checkout -- #{dir}"
33
33
  end
@@ -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.73"
5
+ s.version = "0.6.74"
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-07-21}
9
+ s.date = %q{2010-08-02}
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: 149
4
+ hash: 147
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 73
10
- version: 0.6.73
9
+ - 74
10
+ version: 0.6.74
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-07-21 00:00:00 -04:00
18
+ date: 2010-08-02 00:00:00 -04:00
19
19
  default_executable: bin/rpwn
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency