optopus 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/optopus.rb +1 -1
  2. metadata +3 -3
data/lib/optopus.rb CHANGED
@@ -111,7 +111,7 @@ module Optopus
111
111
  end
112
112
 
113
113
  def add_file(args, desc)
114
- raise 'config file option is defined' if @file_args
114
+ raise 'two or more config_file is defined' if @file_args
115
115
  args, defval = fix_args(args, desc)
116
116
  @file_args = args
117
117
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: optopus
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - winebarrel