cocoapods-aqara-localzedLoader 0.0.6 → 0.0.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61f24b941b12ed539578952171873577a5856cf36e4f301a0275988eeb887e21
4
- data.tar.gz: 6c00a48fe4b8f0f0377af8211fabd668f301b6ff5cd49bcf91df9dfd506cf4bc
3
+ metadata.gz: e1c8b35a21944c2257f6cda58ccde6d3e70c1c7a8cb59fb296f57da48624985f
4
+ data.tar.gz: bc46aaae6ccc4d1d9690879a5749ee0f78c070d10452411c81268c6303cb5894
5
5
  SHA512:
6
- metadata.gz: d6819a5c6016508558b75d5f2ffc7256c624421ec678bb2967b98970833daef17e0f9fb5ff29ed178112d92926e4aea590511615040174ef7ad148774556cd39
7
- data.tar.gz: 96093c5cce53e157fbbf8ecbd72b4e9d571c957c67a42d9e089481b215b2e38487d925a586236486b6e3eb5497d17d5e0ef7e8bcfef64dcad5caf4e6a66b2060
6
+ metadata.gz: a472db5098379de9440faf436dd9157620fa07d920c77beab9762daab3f9f5897b1c93b0d784ce7d9a1435077273b5ea3dc5d41fdd6e3dbf259435eb5bbfa70b
7
+ data.tar.gz: f4a581688db6c60c35766ddb01c1cb6c577331e194531083d974d13ccb726a336b47c570659b2ec39de7577bad2eea7f8e783cd106fbedf39a8f1989af9b71ea
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-aqara-localzedLoader (0.0.6)
4
+ cocoapods-aqara-localzedLoader (0.0.7)
5
5
  claide (>= 1.0.2, < 2.0)
6
6
  colored2
7
7
  fileutils
@@ -1,3 +1,3 @@
1
1
  module Localzedloader
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
@@ -18,8 +18,8 @@ class BundleGenerater
18
18
  sleep 10
19
19
  end
20
20
  puts "当前进行第#{@@download_Count}次尝试下载多语言文件"
21
- Open3.capture3("cd #{File.dirname(__FILE__)};python3 DownloadNewLanguage.py #{project_path}")
22
- #system "cd #{File.dirname(__FILE__)};python3 DownloadNewLanguage.py #{project_path}"
21
+ #Open3.capture3("cd #{File.dirname(__FILE__)};python3 DownloadNewLanguage.py #{project_path}")
22
+ system "cd #{File.dirname(__FILE__)};python3 DownloadNewLanguage.py #{project_path}"
23
23
  @@download_Count = @@download_Count + 1
24
24
  end
25
25
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-aqara-localzedLoader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - zhaoxifan