tsukuru 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/bin/tsukuru +6 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.1
|
data/bin/tsukuru
CHANGED
@@ -56,7 +56,12 @@ options.current = options.target + 'current'
|
|
56
56
|
@options = options
|
57
57
|
|
58
58
|
if !options.local
|
59
|
-
credentials_file =
|
59
|
+
credentials_file = begin
|
60
|
+
File.expand_path("~/.heroku/credentials")
|
61
|
+
rescue Argumenterror
|
62
|
+
'/var/root/.heroku/credentials'
|
63
|
+
end
|
64
|
+
|
60
65
|
unless File.exist?(credentials_file)
|
61
66
|
error("Run 'heroku info --app #{options.app}' once to set up your Heroku credentials")
|
62
67
|
end
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 4
|
8
|
-
-
|
9
|
-
version: 0.4.
|
8
|
+
- 1
|
9
|
+
version: 0.4.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Tor Erik Linnerud
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-06-
|
17
|
+
date: 2010-06-28 00:00:00 +01:00
|
18
18
|
default_executable: tsukuru
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|