mmx_build 0.0.1 → 0.0.2
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 +4 -4
- data/Gemfile.lock +1 -1
- data/bin/mmx_build +9 -0
- data/lib/mmx_build/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f89ac3aaad549b588a2942c3a449a7ea20e55b57
|
|
4
|
+
data.tar.gz: 767eec3bccad35038ded408779f1458f379dffa5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af4dedf387e2bfb2adbcbec7c4ec1d327ba8c8e6b10a46f3d34b53c3090e2cda59ab111930c9a8173d63906fd65383ac361b5061276a2fee792de828c002479f
|
|
7
|
+
data.tar.gz: 1fa437ab1f65693d636b28bc3872b2328a03ed311f1c3a6b76e333a8ce183c2c8035de99c2e37fa6bc6a623a568aedd3f13ea388d19efdf2fa2d98e5ff888250
|
data/Gemfile.lock
CHANGED
data/bin/mmx_build
ADDED
data/lib/mmx_build/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mmx_build
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- MDev
|
|
@@ -209,7 +209,8 @@ dependencies:
|
|
|
209
209
|
description: Build scripts for all supported MoneyMobileX platforms
|
|
210
210
|
email:
|
|
211
211
|
- dev@moneydesktop.com
|
|
212
|
-
executables:
|
|
212
|
+
executables:
|
|
213
|
+
- mmx_build
|
|
213
214
|
extensions: []
|
|
214
215
|
extra_rdoc_files: []
|
|
215
216
|
files:
|
|
@@ -218,6 +219,7 @@ files:
|
|
|
218
219
|
- Gemfile.lock
|
|
219
220
|
- README.md
|
|
220
221
|
- Rakefile
|
|
222
|
+
- bin/mmx_build
|
|
221
223
|
- lib/mmx_build.rb
|
|
222
224
|
- lib/mmx_build/cli.rb
|
|
223
225
|
- lib/mmx_build/client.rb
|