tddium-preview 0.5.3 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tddium-preview (0.5.1)
4
+ tddium-preview (0.5.3)
5
5
  bundler
6
6
  highline
7
7
  json
data/lib/tddium/heroku.rb CHANGED
@@ -20,8 +20,7 @@ class HerokuConfig
20
20
  end
21
21
  return nil if REQUIRED_KEYS.inject(false) {|missing, x| !config[x]}
22
22
  result = config if config.keys.length > 0
23
- rescue Errno::ENOENT
24
- rescue Errno::EPERM
23
+ rescue
25
24
  end
26
25
  result
27
26
  end
@@ -3,5 +3,5 @@ Copyright (c) 2011 Solano Labs All Rights Reserved
3
3
  =end
4
4
 
5
5
  module TddiumVersion
6
- VERSION = "0.5.3"
6
+ VERSION = "0.5.4"
7
7
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: tddium-preview
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.5.3
5
+ version: 0.5.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Solano Labs