Eloy Durán
|
2211375132
|
[command] Make create command work again.
|
2014-01-20 17:56:14 +01:00 |
|
Eloy Durán
|
a2f130f0b3
|
[command] Make the device-console command work again.
|
2014-01-20 17:56:14 +01:00 |
|
Eloy Durán
|
b65a05e142
|
[command] Some refactoring/cleaning.
|
2014-01-20 17:56:14 +01:00 |
|
Eloy Durán
|
2d5ac6de09
|
[command] Make the ri command work again.
|
2014-01-20 17:56:13 +01:00 |
|
Eloy Durán
|
3e935532d2
|
[command] Make RubyMotion main description a bit better.
|
2014-01-20 17:56:13 +01:00 |
|
Eloy Durán
|
27574bb6c7
|
[command] Take the update command apart a bit.
|
2014-01-20 17:56:13 +01:00 |
|
Eloy Durán
|
f1848a852a
|
[command] Make update command work again.
|
2014-01-20 17:56:13 +01:00 |
|
Eloy Durán
|
521155fa86
|
[command] Make support command work again.
|
2014-01-20 17:56:13 +01:00 |
|
Eloy Durán
|
c86c04ae04
|
[command] Make the activate command work again.
|
2014-01-20 17:56:13 +01:00 |
|
Eloy Durán
|
589a1ae2f6
|
[command] Make the account command work again.
|
2014-01-20 17:56:13 +01:00 |
|
Eloy Durán
|
d3db52b9c2
|
[command] Make the changelog command work again.
|
2014-01-20 17:56:13 +01:00 |
|
Watson
|
80d067338b
|
fix a bug where `motion update' causes an error when display the changelog on OSX 10.9
https://groups.google.com/forum/?fromgroups#!topic/rubymotion/HXO7wRn1Cuw
`motion' command uses system bundled Ruby.
If run `motion' command without local environment variable (ex LC_ALL or LANG),
Ruby 2.0 which is bundled in 10.9 might cause encoding error.
|
2013-10-26 17:12:30 +09:00 |
|
Watson
|
56a1d564ae
|
fix a bug in `motion update' where comparing version will do unexpected behavior using the string
"2.9" > "2.10" #=> true
So, when we released version 2.10,
Prompting message to update that may not be appeared.
|
2013-09-16 22:43:08 +09:00 |
|
Watson
|
9e5d9a576b
|
fix a bug where "motion device:console" is using same class name with "changelog" command.
http://hipbyte.myjetbrains.com/youtrack/issue/RM-258
|
2013-09-16 13:23:23 +09:00 |
|
Watson
|
8b683618c6
|
fix characters in UpdateCommand#run
see https://gist.github.com/clayallsopp/6360189
|
2013-08-28 13:16:30 +09:00 |
|
Laurent Sansonetti
|
2bc5b334cd
|
add 'motion device:console' command
|
2013-08-26 15:20:40 +02:00 |
|
Laurent Sansonetti
|
d8cb48e4d0
|
better message
|
2013-08-26 14:26:43 +02:00 |
|
Joffrey Jaffeux
|
824707cbde
|
Check if /Library/RubyMotion.old already exists
|
2013-08-17 22:29:16 +09:00 |
|
Joffrey Jaffeux
|
d03063c1a6
|
fix error in wanted_software_version check
|
2013-08-17 22:29:16 +09:00 |
|
Joffrey Jaffeux
|
5202936ac6
|
add support for multiple rubymotion versions on one machine
|
2013-08-17 22:29:16 +09:00 |
|
Dan Loewenherz
|
e847b8c924
|
update copy for post-update for motion changelog command
|
2013-08-08 08:12:17 +09:00 |
|
Dan Loewenherz
|
a0ff6cc464
|
use system pager to display changelog messages
|
2013-08-08 08:12:12 +09:00 |
|
Dan Loewenherz
|
98d4ddf5b0
|
add command line shortcut to view changelog
I keep forgetting where this file lives (and like to refer to it pretty often), so I figured it might be a nice thing to expose in the motion command.
|
2013-08-08 08:12:07 +09:00 |
|
Laurent Sansonetti
|
cb4a5876f2
|
print message from license server upon /latest_software_version
|
2013-05-08 15:58:49 +02:00 |
|
Laurent Sansonetti
|
993c77fa16
|
'motion ri' now honors PAGER env variable
|
2013-05-05 00:54:32 +02:00 |
|
Laurent Sansonetti
|
fd9f305506
|
motion create usage will now print available templates
|
2013-05-04 20:04:06 +02:00 |
|
Laurent Sansonetti
|
c4fc96bff3
|
add command-line plugins
|
2013-05-04 18:59:53 +02:00 |
|