crowdin-cli 0.0.19 → 0.0.20

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/bin/crowdin-cli CHANGED
@@ -220,7 +220,7 @@ EOS
220
220
  end # @config['files']
221
221
 
222
222
  if dest_files.empty?
223
- exit_now!("Warning: nothing to upload. See http://crowdin.net/page/cli-client#configuration-file for more details.")
223
+ exit_now!("nothing to upload. See http://crowdin.net/page/cli-client#configuration-file for more details.")
224
224
  end
225
225
 
226
226
  common_dir = find_common_directory_path(dest_files)
@@ -512,7 +512,7 @@ EOS
512
512
  else
513
513
  @base_path = Dir.pwd
514
514
  puts <<EOS
515
- Warning: Configuration misses parameter `base_path` that defines your project root directory. Using `#{@base_path}` as a root directory.
515
+ Warning: Configuration file misses parameter `base_path` that defines your project root directory. Using `#{@base_path}` as a root directory.
516
516
  EOS
517
517
  end
518
518
 
@@ -1,5 +1,5 @@
1
1
  module Crowdin
2
2
  module CLI
3
- VERSION = '0.0.19'
3
+ VERSION = '0.0.20'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crowdin-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.19
4
+ version: 0.0.20
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: