Skip to content

Instantly share code, notes, and snippets.

@anildigital
Created May 12, 2012 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anildigital/2664565 to your computer and use it in GitHub Desktop.
Save anildigital/2664565 to your computer and use it in GitHub Desktop.
RubyMotion update awesomeness!
anil.wadghule@Anil-Wadghule-Mac ~/Code/rubymotion/RubyMotionSamples/HelloGL[master]
jruby-1.6.7@sidekiq λ sudo motion update
Password:
Connecting to the server...
Downloading software update...
######################################################################## 100.0%
Installing software update...
Software update installed.
= RubyMotion 1.3 =
* Fixed a bug in format strings with width / precision modifiers.
* Disabled the automatic loading of motion- gems.
* Added support for the compilation of Interface Builder resource files.
.xib files present in the 'resources' directory will be compiled to .nib
files then copied in the app bundle. .nib files are added to the default
.gitignore and removed during 'rake clean'. Thanks Ian Phillips.
* Improved the 'rake device' error message to mention that Wi-Fi sync might
cause device deployments to fail.
* Fixed a bug in NSArray#reject where the new array would not be returned.
(See the '/Library/RubyMotion/NEWS' file for all changes.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment