ios_ci 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/lib/model/params.rb CHANGED
@@ -124,6 +124,7 @@ class Params
124
124
  end
125
125
 
126
126
  def usage
127
- print_file("usage.txt")
127
+ path = File.join(File.dirname(File.expand_path(__FILE__)), '../../resources/usage.txt')
128
+ print_file(path)
128
129
  end
129
130
  end
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ios_ci
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -20,7 +20,7 @@ extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
22
22
  - lib/ios_ci.rb
23
- - usage.txt
23
+ - resources/usage.txt
24
24
  - lib/commands/base_command.rb
25
25
  - lib/commands/build_app.rb
26
26
  - lib/commands/test_calabash.rb