fanforce-app-factory 2.0.0.rc25 → 2.0.0.rc26

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,7 +36,8 @@ class Fanforce::AppFactory::CLI::Git
36
36
  end
37
37
 
38
38
  def changed_stats
39
- `git diff --stat`.split("\n").last.split(', ')
39
+ response = `git diff --stat`
40
+ response ? response.split("\n").last.split(', ') : response
40
41
  end
41
42
 
42
43
  private
@@ -1,5 +1,5 @@
1
1
  class Fanforce
2
2
  class AppFactory
3
- VERSION = '2.0.0.rc25'
3
+ VERSION = '2.0.0.rc26'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fanforce-app-factory
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.rc25
4
+ version: 2.0.0.rc26
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: