rbg 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/rbg +7 -1
  2. metadata +1 -1
data/bin/rbg CHANGED
@@ -20,9 +20,15 @@ begin
20
20
  end
21
21
 
22
22
  if config_file.nil?
23
- config_file = "ProcessFile"
23
+ if File.exist?('Rbgfile')
24
+ config_file = "Rbgfile"
25
+ elsif File.exist?('ProcessFile')
26
+ config_file = "ProcessFile"
27
+ end
24
28
  end
25
29
 
30
+
31
+
26
32
  die unless config_file
27
33
 
28
34
  case command
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbg
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: