Mxx_ru 1.6.14.11 → 1.6.14.12

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: 31b3eccc0f70880b2761d21fba0773b9deac7d9ae3c023cfa589fdf90ca57b86
4
- data.tar.gz: 1b203b919e07d5cd8dcfc90083da49e734bb0b51e56162d52c7f62d7cfe54fca
3
+ metadata.gz: c3803d1494a96ed3972be493f0d2d1fa44c3a9ee2d277b83bfe677abe1119a92
4
+ data.tar.gz: 785550ee3ae3de77f51760625433917745fc53a9a07a96515eea6c53a46b2983
5
5
  SHA512:
6
- metadata.gz: f2b0857f02fa8bd435044a2a0d9e4943fae283c693a236ab68bf42dcd3dd49f9b011d0b209addfdc5d13584287d2e605c4e4c89f1460af6118ed0a30a1328f20
7
- data.tar.gz: 9d624eab7ebf9a5149acf50fd572eb016c69802b20dda0c4d766bb8daf139b0d19343024472e6fbb3dd51aee51f8cd716bdbe42195b3945a0a6b781f7e8e4528
6
+ metadata.gz: 280baff9073326a90fa932e938fe22f572e0c84cef0b0c078d971dca287abd9d88b6d8982dc8bb06ac04239fcfec5da58fbf0aae9affc10a560d4c6374f892ef
7
+ data.tar.gz: cc8368dee25cbc7e58d57a7e0d141eabb517dc6e9cfda61de5afc8d9a3c343c8af4cb28c6abc0f6300cad892db15c6ef3f4a2c315ddc2d5ec3c5f0767521ceb5
data/bin/mxxruexternals CHANGED
@@ -151,7 +151,7 @@ load '#{options.externals_file}'
151
151
 
152
152
  PREVIOUS_FILE = File.join MxxRu::Externals::EXTERNALS_STORAGE_DIR, 'previous.rb'
153
153
  BAK_FILE_NAME = lambda {|n| "\#{PREVIOUS_FILE}.\#{n}.bak" }
154
- MV_IF_EXISTS = lambda{ |from, to| mv(from, to) if File.exists?(from) }
154
+ MV_IF_EXISTS = lambda{ |from, to| mv(from, to) if File.exist?(from) }
155
155
 
156
156
  file PREVIOUS_FILE do
157
157
  cp '#{options.externals_file}', PREVIOUS_FILE, :verbose => Rake.verbose
@@ -34,5 +34,5 @@
34
34
  #
35
35
  # puts 'Mxx_ru version is: ' + MXX_RU_VERSION
36
36
  #
37
- MXX_RU_VERSION = '1.6.14.11'
37
+ MXX_RU_VERSION = '1.6.14.12'
38
38
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Mxx_ru
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.14.11
4
+ version: 1.6.14.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Mxx_ru Project
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-10 00:00:00.000000000 Z
11
+ date: 2024-11-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Mxx_ru is a cross-platform build tool primarily focused to C/C++ projects
14
14
  email: eao197@yahoo.com