mmx_build 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2262b754065c319fbf25a2101c066216ccd398f7
4
- data.tar.gz: 76d66cf42c546d6eaf53e97b8ddf8d0db8bf7a58
3
+ metadata.gz: f89ac3aaad549b588a2942c3a449a7ea20e55b57
4
+ data.tar.gz: 767eec3bccad35038ded408779f1458f379dffa5
5
5
  SHA512:
6
- metadata.gz: cac529da8d1d0b386526cb326b17c4372f2840aab17cecbcd0af83373877cc72469648bc03c367d4307c082da27bf223f798ac328e600463e12d9921a5b1cb00
7
- data.tar.gz: cc0be1087906a794cbaa2c49538038119a8bf5bdcee2f9450cd32b8fbc2eddc74e917071433aff6fa159142e31ec3ebe2de3b2c1e82bd3498809c1e2bf74b49d
6
+ metadata.gz: af4dedf387e2bfb2adbcbec7c4ec1d327ba8c8e6b10a46f3d34b53c3090e2cda59ab111930c9a8173d63906fd65383ac361b5061276a2fee792de828c002479f
7
+ data.tar.gz: 1fa437ab1f65693d636b28bc3872b2328a03ed311f1c3a6b76e333a8ce183c2c8035de99c2e37fa6bc6a623a568aedd3f13ea388d19efdf2fa2d98e5ff888250
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mmx_build (0.0.1)
4
+ mmx_build (0.0.2)
5
5
  active_remote
6
6
  activesupport
7
7
  atlas
@@ -0,0 +1,9 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ ENV['PB_CLIENT_TYPE'] = 'zmq'
4
+ ENV['PB_IGNORE_DEPRECATIONS'] = '1'
5
+
6
+ require 'bundler/setup'
7
+ require 'mmx_build'
8
+
9
+ ::MmxBuild::CLI.start(ARGV)
@@ -1,4 +1,4 @@
1
1
  module MmxBuild
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
4
4
 
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.1
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