ios_ci 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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