Watson
3deaa42fa7
[NEWS] Improved String interpolation performance
2014-06-07 17:47:57 +09:00
Watson
891d2a3e50
[NEWS] Added `device_name' parameter
2014-06-07 09:40:02 +09:00
Watson
9bfb8f4ef7
[iOS8] add "device_name" parameter
...
Usage:
$ rake device_name="iPad Air"
We can use the following device name for iOS 8 simulator.
"iPhone 4s"
"iPhone 5"
"iPhone 5s"
"iPad 2"
"iPad Retina"
"iPad Air"
"Resizable iPhone"
"Resizable iPad"
2014-06-07 09:30:55 +09:00
Watson
493a06f1d7
[iOS8] fix device family string in order to select device
2014-06-07 09:22:38 +09:00
Watson
a6d698fc8c
[sim] be able to select iOS simulator device
2014-06-07 09:18:44 +09:00
Watson
8b7001637a
[sim] fix where detecting Xcode6
...
SimDevice is added since Xcode6.
2014-06-07 09:16:14 +09:00
Watson
0338960470
[NEWS] Added BigDecimal#{to_i, to_int, to_f, to_s, coerce}
2014-06-06 12:50:47 +09:00
Watson
7489d05709
[NEWS] fix RM-510
2014-06-05 17:05:46 +09:00
Watson
e91f6149a2
[NEWS] fix RM-502
2014-06-05 14:16:44 +09:00
Watson
8a37a16305
[test] add spec for RM-508
2014-06-05 14:10:32 +09:00
Watson
e93ce057aa
[test] add spec for RM-502
2014-06-05 14:10:21 +09:00
Laurent Sansonetti
a5da71c3b7
2.30
2014-06-04 12:10:01 -07:00
Laurent Sansonetti
ca2ea7fcb9
install iOS 8.0 / osx 10.10 files
2014-06-04 12:09:36 -07:00
Laurent Sansonetti
046b28ad4c
better line
2014-06-04 10:39:00 -07:00
Laurent Sansonetti
4eda3afe37
don't install repl dylibs when building with a beta xcode
2014-06-04 10:38:44 -07:00
Watson
d2caa4a5ac
accept the lower SDK version in `app.deployment_target' on Yosemite
2014-06-04 10:20:01 +09:00
Watson
1d7886db98
should not drop "10.10" from supported sdk version list
...
This should allow to use "10.10" sdk on Yosemite
2014-06-04 10:05:46 +09:00
Laurent Sansonetti
b5641a95a8
fix sim launcher with xcode 6 (thanks watson)
2014-06-03 13:14:28 -07:00
Laurent Sansonetti
f85340a378
locate private framework in SharedFrameworks directory if needed (xcode 6)
2014-06-02 22:28:02 -07:00
Laurent Sansonetti
25975ec040
update for xcode 6
2014-06-02 22:27:06 -07:00
Laurent Sansonetti
584997f179
sync
2014-06-02 22:26:53 -07:00
Laurent Sansonetti
16ee368991
Merge branch 'master' of github.com:lrz/RubyMotion
2014-06-02 20:51:32 -07:00
Laurent Sansonetti
3da6c04c05
install the rubymotion jars
2014-06-01 12:48:24 -07:00
Watson
4eadd59c95
[NEW] fix RM-508
2014-05-30 08:26:36 -07:00
Watson
a6c42989be
update README for android
2014-05-29 05:27:54 -07:00
Watson
591a616a68
build an app even if resources and assets directories does exists
...
This should fix the following error.
Because, now, android samples does not have resources and assets directories.
$ rake device
Compile ./app/main_activity.rb
Create ./build/Development-18/lib/armeabi/libpayload.so
Create ./build/Development-18/lib/armeabi/gdbserver
Create ./build/Development-18/lib/armeabi/gdb.setup
Create ./build/Development-18/AndroidManifest.xml
ERROR: resource directory './resources' does not exist
rake aborted!
2014-05-29 05:03:34 -07:00
Watson
9392fde445
[NEWS] fix RM-506
2014-05-27 15:35:37 -07:00
Watson
f4b9a9b6d1
2.29
2014-05-27 15:35:12 -07:00
Laurent Sansonetti
339b730776
move raw assets from 'resources' to 'assets'
2014-05-27 09:59:20 -07:00
Laurent Sansonetti
6009476dcd
fix build when manifest entries could be nil/empty
2014-05-27 09:57:50 -07:00
Laurent Sansonetti
a255ba2ef2
version bump
2014-05-27 09:57:22 -07:00
Laurent Sansonetti
517537937a
always pack sponsors vertically
2014-05-27 09:57:11 -07:00
Laurent Sansonetti
d2b5ec0bfc
fix rake start_avd’ task to honor the avd’ env variable which can be used to override the default AVD configuration that should be used
2014-05-27 09:56:35 -07:00
Laurent Sansonetti
798ab6cd62
bump version
2014-05-22 16:27:27 +02:00
Laurent Sansonetti
0a10885323
fix for lower density devices (ex. nexus 5)
2014-05-22 16:04:54 +02:00
Laurent Sansonetti
1dc848fbfc
reformat
2014-05-21 11:46:39 +02:00
Laurent Sansonetti
7495c9b239
remove unnecessary files
2014-05-21 10:20:55 +02:00
Laurent Sansonetti
1d984f8c80
move the key to ~
2014-05-21 10:20:46 +02:00
Watson
0800265307
[test] disable specs which are failed
2014-05-21 16:16:04 +09:00
Watson
a75ced9400
[test] fix that all spec will be disabled if use :unless option
2014-05-21 15:37:14 +09:00
Watson
6a309ab246
[test] fix a number that it is small for Bignum on 64bit platform
2014-05-21 13:07:14 +09:00
Eloy Durán
8dd6784d49
[BigDecimal] Add test to ensure we convert Float.
2014-05-20 12:12:08 +02:00
Eloy Durán
0bad4ebd99
[BigDecimal] Add test for negative power to raise by.
2014-05-20 12:11:56 +02:00
Eloy Durán
8f554e40a3
[NEWS] Document BigDecimal addition.
2014-05-20 12:11:24 +02:00
Eloy Durán
143fbdf869
[BigDecimal] Add tests for NSDecimalNumber -> NSDecimal.
2014-05-20 12:11:24 +02:00
Eloy Durán
252ff5b7e5
[BigDecimal] Add failing test for NSDecimal conversion.
2014-05-20 12:11:16 +02:00
Eloy Durán
cd1ef2ecfc
[BigDecimal] Add tests for #abs and #%
2014-05-20 12:11:16 +02:00
Eloy Durán
43b3adf51f
[BigDecimal] Test that init and any operators accept any Ruby type.
2014-05-20 12:11:16 +02:00
Eloy Durán
6c4524e054
[BigDecimal] Add test to ensure we do not convert NSDecimalNumbers.
2014-05-20 12:11:16 +02:00
Eloy Durán
73830c8d1d
Initial import of BigDecimal tests.
2014-05-20 12:11:15 +02:00