motion-steward 1.0.7 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/motion-steward +6 -6
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 696868c3bc9d416221b9fd60ca6209b0152c4f09
|
4
|
+
data.tar.gz: 3ed5a87244036b3723a869f1b617ea25c4c4b4f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 331d1e09a1a6f5f73a9f165532481f1765c89c12fdf18f2b0f8bb18da45fc3c10284a723a8e8c657a6d3d9c0c723438c70ca9aedc3110310c4ae3da60b703e6f
|
7
|
+
data.tar.gz: 8136435dadc811dc12a6f97487a6f34efdbd201e892da7c6fd9debfa2f99b22d81a97a71bb26d81180d7a07d3e59a0f8691a4a5a2281530bb9d7d23934b50745
|
data/bin/motion-steward
CHANGED
@@ -47,17 +47,17 @@ 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
|
-
},
|
56
50
|
{
|
57
51
|
number: 8,
|
58
52
|
name: "Exit",
|
59
53
|
method: :exit_steward,
|
60
54
|
description: "Exits Steward."
|
55
|
+
},
|
56
|
+
{
|
57
|
+
number: 9,
|
58
|
+
name: "Download RubyMotion",
|
59
|
+
method: :download_rubymotion,
|
60
|
+
description: "Downloads RubyMotion so you can install it and build mobile apps using Ruby."
|
61
61
|
}
|
62
62
|
]
|
63
63
|
end
|