tsukuru 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/bin/tsukuru +6 -1
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
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 = File.expand_path("~/.heroku/credentials")
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
- - 0
9
- version: 0.4.0
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-16 00:00:00 +01:00
17
+ date: 2010-06-28 00:00:00 +01:00
18
18
  default_executable: tsukuru
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency