ruboto 0.10.0.rc.1 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/assets/src/org/ruboto/JRubyAdapter.java +3 -3
- data/lib/ruboto/description.rb +1 -1
- data/lib/ruboto/version.rb +1 -1
- metadata +9 -13
|
@@ -236,9 +236,9 @@ public class JRubyAdapter {
|
|
|
236
236
|
public static synchronized boolean setUpJRuby(Context appContext, PrintStream out) {
|
|
237
237
|
if (!initialized) {
|
|
238
238
|
// BEGIN Ruboto HeapAlloc
|
|
239
|
-
@SuppressWarnings("unused")
|
|
240
|
-
byte[] arrayForHeapAllocation = new byte[13 * 1024 * 1024];
|
|
241
|
-
arrayForHeapAllocation = null;
|
|
239
|
+
// @SuppressWarnings("unused")
|
|
240
|
+
// byte[] arrayForHeapAllocation = new byte[13 * 1024 * 1024];
|
|
241
|
+
// arrayForHeapAllocation = null;
|
|
242
242
|
// END Ruboto HeapAlloc
|
|
243
243
|
setDebugBuild(appContext);
|
|
244
244
|
Log.d("Setting up JRuby runtime (" + (isDebugBuild ? "DEBUG" : "RELEASE") + ")");
|
data/lib/ruboto/description.rb
CHANGED
|
@@ -3,6 +3,6 @@ module Ruboto
|
|
|
3
3
|
Ruboto (JRuby on Android) is a platform for developing full stand-alone apps for
|
|
4
4
|
Android using the Ruby language and libraries. It includes support libraries
|
|
5
5
|
and generators for creating projects, classes, tests, and more. The complete
|
|
6
|
-
APIs of Android, Java, and Ruby
|
|
6
|
+
APIs of Android, Java, and Ruby are available to you using the Ruby language.
|
|
7
7
|
EOF
|
|
8
8
|
end
|
data/lib/ruboto/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruboto
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 55
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 10
|
|
9
9
|
- 0
|
|
10
|
-
|
|
11
|
-
- 1
|
|
12
|
-
version: 0.10.0.rc.1
|
|
10
|
+
version: 0.10.0
|
|
13
11
|
platform: ruby
|
|
14
12
|
authors:
|
|
15
13
|
- Daniel Jackoway
|
|
@@ -20,7 +18,7 @@ autorequire:
|
|
|
20
18
|
bindir: bin
|
|
21
19
|
cert_chain: []
|
|
22
20
|
|
|
23
|
-
date: 2012-
|
|
21
|
+
date: 2012-12-01 00:00:00 Z
|
|
24
22
|
dependencies:
|
|
25
23
|
- !ruby/object:Gem::Dependency
|
|
26
24
|
name: main
|
|
@@ -49,7 +47,7 @@ description: |
|
|
|
49
47
|
Ruboto (JRuby on Android) is a platform for developing full stand-alone apps for
|
|
50
48
|
Android using the Ruby language and libraries. It includes support libraries
|
|
51
49
|
and generators for creating projects, classes, tests, and more. The complete
|
|
52
|
-
APIs of Android, Java, and Ruby
|
|
50
|
+
APIs of Android, Java, and Ruby are available to you using the Ruby language.
|
|
53
51
|
|
|
54
52
|
email: ruboto@googlegroups.com
|
|
55
53
|
executables:
|
|
@@ -188,14 +186,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
188
186
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
189
187
|
none: false
|
|
190
188
|
requirements:
|
|
191
|
-
- - "
|
|
189
|
+
- - ">="
|
|
192
190
|
- !ruby/object:Gem::Version
|
|
193
|
-
hash:
|
|
191
|
+
hash: 3
|
|
194
192
|
segments:
|
|
195
|
-
-
|
|
196
|
-
|
|
197
|
-
- 1
|
|
198
|
-
version: 1.3.1
|
|
193
|
+
- 0
|
|
194
|
+
version: "0"
|
|
199
195
|
requirements: []
|
|
200
196
|
|
|
201
197
|
rubyforge_project: ruboto/ruboto
|