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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/motion-steward +6 -6
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b8286461c583371a704f371f308c9d362b0a8c6
4
- data.tar.gz: adecc515c09989b3e77805734b3d4d348f5033d3
3
+ metadata.gz: 696868c3bc9d416221b9fd60ca6209b0152c4f09
4
+ data.tar.gz: 3ed5a87244036b3723a869f1b617ea25c4c4b4f0
5
5
  SHA512:
6
- metadata.gz: 8eb826d0287fff723e0655db0dc7029777f263c934e07be35b4fd2b33c38eaa5d146ea8ea99366aaf5cfd1cfeacc97ee387d200ff0104a772012b3e9d8222ebe
7
- data.tar.gz: 3b082ba1f079b372baa4827815a958b4b4e47265851de64856835bef7fb897b7926f541c9a5db9d57a20973f1555f00be0cf5b22449a3d0bfa201b4f0ccaee96
6
+ metadata.gz: 331d1e09a1a6f5f73a9f165532481f1765c89c12fdf18f2b0f8bb18da45fc3c10284a723a8e8c657a6d3d9c0c723438c70ca9aedc3110310c4ae3da60b703e6f
7
+ data.tar.gz: 8136435dadc811dc12a6f97487a6f34efdbd201e892da7c6fd9debfa2f99b22d81a97a71bb26d81180d7a07d3e59a0f8691a4a5a2281530bb9d7d23934b50745
@@ -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
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.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amir Rajan