motion-steward 1.0.6 → 1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/motion-steward +10 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eb5bc27589ffd13eea7732f52af4cf1a8a0748c3
4
- data.tar.gz: 9130e707b8f8c1382d05eb9eb73c952b26ac917e
3
+ metadata.gz: 5b8286461c583371a704f371f308c9d362b0a8c6
4
+ data.tar.gz: adecc515c09989b3e77805734b3d4d348f5033d3
5
5
  SHA512:
6
- metadata.gz: 8fbde285fa569729b045e2b647e5112545d46a1b639bb58262e07f2e20255f905f9f844279343b66cda36a189482159804a8565e3475caaf23c34d7e69707114
7
- data.tar.gz: a7b6b0396357db88fc1624e5f18c62c1ad4768940a86366a4e2260de237c7db51e3ae09b3c3229ee882c17942cbf43a983baf7f6d155b75e05a3c67d9bf7ea34
6
+ metadata.gz: 8eb826d0287fff723e0655db0dc7029777f263c934e07be35b4fd2b33c38eaa5d146ea8ea99366aaf5cfd1cfeacc97ee387d200ff0104a772012b3e9d8222ebe
7
+ data.tar.gz: 3b082ba1f079b372baa4827815a958b4b4e47265851de64856835bef7fb897b7926f541c9a5db9d57a20973f1555f00be0cf5b22449a3d0bfa201b4f0ccaee96
data/bin/motion-steward CHANGED
@@ -47,6 +47,12 @@ def options
47
47
  method: :download_distribution_profile,
48
48
  description: "Downloads the most recent version of a production profile."
49
49
  },
50
+ {
51
+ number: 9,
52
+ name: "Download RubyMotion",
53
+ method: :download_rubymotion,
54
+ description: "Downloads RubyMotion so you can install it and build mobile apps using Ruby."
55
+ },
50
56
  {
51
57
  number: 8,
52
58
  name: "Exit",
@@ -56,6 +62,10 @@ def options
56
62
  ]
57
63
  end
58
64
 
65
+ def download_rubymotion
66
+ system "wget http://www.rubymotion.com/files/RubyMotion%20Installer.zip"
67
+ end
68
+
59
69
  def exit_steward
60
70
  exit(0)
61
71
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-steward
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amir Rajan