rails_pwnerer 0.6.73 → 0.6.74
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 +2 -0
- data/lib/rails_pwnerer/app/vcs/git.rb +1 -1
- data/rails_pwnerer.gemspec +2 -2
- metadata +4 -4
data/CHANGELOG
CHANGED
|
@@ -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
|
data/rails_pwnerer.gemspec
CHANGED
|
@@ -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.
|
|
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-
|
|
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:
|
|
4
|
+
hash: 147
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 6
|
|
9
|
-
-
|
|
10
|
-
version: 0.6.
|
|
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-
|
|
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
|