19 Commits

Author SHA1 Message Date
Laurent Sansonetti
dcd3a8e5ca don't install SDK in case package directories exist, less verbosity, add --force flag to force a reinstallation, misc cleanups 2015-03-28 21:16:16 +09:00
Mark Villacampa
6a1a5f0f58 Introduce the motion android-setup command which downloads and installs
the android sdk and ndk
2015-03-28 21:13:09 +09:00
Watson
4acc4a03a1 embed stable and pre-release versions with "motion support" 2014-12-12 07:34:42 +09:00
Eloy Durán
07878c957a [Command::Update] Support Axel for optimised downloading. 2014-11-05 22:30:38 +09:00
Laurent Sansonetti
7c278e9d40 fix 'motion update --pre' to show a reference to 'motion changelog --pre' at the end of the command 2014-10-13 23:36:19 +09:00
Laurent Sansonetti
2a8497b7e3 add 'motion changelog --pre' to open the pre-release NEWS file 2014-10-13 23:36:12 +09:00
Laurent Sansonetti
2dc90e4f4f damnit 2014-09-21 01:58:50 +09:00
Laurent Sansonetti
3abfbec6d4 remove useless code 2014-09-21 01:58:44 +09:00
Laurent Sansonetti
b3a76a79be document --pre 2014-09-21 01:58:27 +09:00
Laurent Sansonetti
91f6854be9 support for “motion update --pre” 2014-09-21 01:57:46 +09:00
Laurent Sansonetti
a7c839173c add magic encoding comments to all ruby source files 2014-03-05 21:35:20 +09:00
Eloy Durán
8279b3f667 [Command] Use Motion::Util::Version to compare. 2014-03-05 11:58:23 +09:00
Eloy Durán
11decd3257 [Command] Improve create --template description to include URLs. 2014-03-05 11:51:13 +09:00
Eloy Durán
78b27cd05c [Command] Disable template validation for now.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-418.
2014-03-05 11:50:52 +09:00
Joffrey JAFFEUX
2d5b2a8176 [command] Fix error where a local was used instead of an ivar 2014-03-05 11:48:31 +09:00
Watson
568e1c0b35 fix a bug which `motion update --cache-version=X' is broken
http://hipbyte.myjetbrains.com/youtrack/issue/RM-408
2014-01-29 11:44:43 +09:00
Eloy Durán
f9dd827ab2 [Command] Allow gems to register templates and show in help banner.
Load available templates list as late as possible.
2014-01-28 21:43:30 +09:00
Laurent Sansonetti
0e68bf82df fix path 2014-01-28 21:43:06 +09:00
Eloy Durán
05040c0a82 [Command] Deprecate Motion::Project::Command, long live Motion::Command!
Some of our commands are not related to ‘a project’ at all, so the
namespacing felt incorrect, but this also helps greatly for the
transition process. I.e. old command plugins will inherit from the
deprecated class and still work and we get to re-use the `Command` name.
2014-01-28 21:42:38 +09:00