ruboto 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: adc0e9e39a3342af8a9ad5bdd60da98f76052857
4
- data.tar.gz: d3a242735722909b2e3cee69a018e873b3d02fb9
3
+ metadata.gz: 9e57b8cc5a38858a5680903fef8481da9866af40
4
+ data.tar.gz: 17a24cf8930538aeadc4c8e2677e81d4f82fedf8
5
5
  SHA512:
6
- metadata.gz: 7e703d5354259b4c66a6f5a25d9f52b16234b8fa42086c7fcd6b9f7900f3a46c9060348153b5e07236b2119b272b6d260bec74fbbd2555bbc6293d823fbc5d17
7
- data.tar.gz: b85734194cb9a84e1c78f9dbf98e2798228ce8c1c4d7efd42ef23f8d979ad015b74d2ed9b4ef8099280ad24bf2c009c17ca42d7cbb09eb6bc35ef9dc46e545f4
6
+ metadata.gz: 4f0d41dc5bfaef0a360d6e8d3a0c2f2f32e63bf4684d53f664b5a2dd912a876b4f791e331fc7cf074c14511c0a69544b4a6112318d6f9212101aa194c35a8a35
7
+ data.tar.gz: 7a35ed6164916ab2027ae5ac2c83f2e214f91c006025e72e2632c6502edb98c0c9138a5bfeb994966fd40e90d545c8771804f46c241e696b523ed7ba9f6fdda1
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruboto (1.1.1)
4
+ ruboto (1.1.2)
5
5
  main (~> 5.2)
6
6
  rake (~> 10.0)
7
7
  rubyzip (~> 1.0)
@@ -11,15 +11,23 @@ GEM
11
11
  specs:
12
12
  arrayfields (4.9.2)
13
13
  chronic (0.10.2)
14
+ coderay (1.1.0)
14
15
  fattr (2.2.2)
15
- main (5.2.0)
16
+ main (5.3.2)
16
17
  arrayfields (>= 4.7.4)
17
18
  chronic (>= 0.6.2)
18
19
  fattr (>= 2.2.0)
19
20
  map (>= 5.1.0)
20
- map (6.5.3)
21
+ pry (>= 0.9)
22
+ map (6.5.4)
23
+ method_source (0.8.2)
24
+ pry (0.10.0)
25
+ coderay (~> 1.1.0)
26
+ method_source (~> 0.8.1)
27
+ slop (~> 3.4)
21
28
  rake (10.3.2)
22
- rubyzip (1.1.3)
29
+ rubyzip (1.1.4)
30
+ slop (3.5.0)
23
31
 
24
32
  PLATFORMS
25
33
  java
@@ -1,12 +1,10 @@
1
- Subject: [ANN] Ruboto 1.1.1 release candidate
1
+ Subject: [ANN] Ruboto 1.1.2 release candidate
2
2
 
3
3
  Hi all!
4
4
 
5
- The Ruboto 1.1.1 release candidate is now available.
5
+ The Ruboto 1.1.2 release candidate is now available.
6
6
 
7
- This release introduces a significant speedup of all UI actions by only
8
- overriding those Java methods actually implemented in Ruby code. There
9
- are also some bug fixes and improvements to the SSL and big-app features.
7
+ This is a quick release to add support for version 23 of the Android SDK.
10
8
 
11
9
  As always we need your help and feedback to ensure the quality of the release. Please install the release candidate using
12
10
 
@@ -1,6 +1,6 @@
1
- Subject: [ANN] Ruboto 1.1.1 released!
1
+ Subject: [ANN] Ruboto 1.1.2 released!
2
2
 
3
- The Ruboto team is pleased to announce the release of Ruboto 1.1.1.
3
+ The Ruboto team is pleased to announce the release of Ruboto 1.1.2.
4
4
 
5
5
  Ruboto (JRuby on Android) is a platform for developing full stand-alone
6
6
  apps for Android using the Ruby language and libraries. It includes
@@ -8,27 +8,24 @@ support libraries and generators for creating projects, classes, tests,
8
8
  and more. The complete APIs of Android, Java, and Ruby are available to
9
9
  you using the Ruby language.
10
10
 
11
- New in version 1.1.1:
11
+ New in version 1.1.2:
12
12
 
13
- This release introduces a significant speedup of all UI actions by only
14
- overriding those Java methods actually implemented in Ruby code. There
15
- are also some bug fixes and improvements to the SSL and big-app features.
13
+ This is a quick release to add support for version 23 of the Android SDK.
16
14
 
17
- Features:
15
+ Bugfixes:
18
16
 
19
- * Issue #619 Automatically switch multi-dex build on and off
20
- * Issue #625 Avoid storing extra dex files in assets since they are not
21
- source.
22
- * Issue #628 Set tmpdir location
17
+ * Issue #636 ruboto setup failing to install Android
18
+ * Issue #637 Fixed match for SDK release versions (daneb)
19
+ * Issue #639 Unit test fix (daneb)
20
+ * Issue #641 Display progress text during linux package installs
23
21
 
24
- Performance:
22
+ Internal:
25
23
 
26
- * Issue #574 Will Android 4.4 ART influence Ruboto APP?
27
- * Issue #629 Disable RubotoActivity methods that are not in use
24
+ * Issue #633 Release 1.1.2 gem
28
25
 
29
26
  You can find a complete list of issues here:
30
27
 
31
- * https://github.com/ruboto/ruboto/issues?state=closed&milestone=33
28
+ * https://github.com/ruboto/ruboto/issues?state=closed&milestone=34
32
29
 
33
30
 
34
31
  Installation:
@@ -52,7 +52,9 @@ def reconfigure_jruby_stdlib
52
52
  end
53
53
  require 'jruby-jars'
54
54
 
55
- log_action("Copying #{JRubyJars::stdlib_jar_path} to libs") { FileUtils.cp JRubyJars::stdlib_jar_path, "libs/jruby-stdlib-#{JRubyJars::VERSION}.jar" }
55
+ log_action("Copying #{JRubyJars::stdlib_jar_path} to libs") do
56
+ FileUtils.cp JRubyJars::stdlib_jar_path, "libs/jruby-stdlib-#{JRubyJars::VERSION}.jar"
57
+ end
56
58
  StdlibDependencies.load('rakelib/ruboto.stdlib.yml')
57
59
 
58
60
  Dir.chdir 'libs' do
@@ -139,14 +139,17 @@ module Ruboto
139
139
  regex = '(\>android-sdk.*.tgz)'
140
140
  when WINDOWS
141
141
  regex = '(\>installer_.*.exe)'
142
- else #Error
143
- nil
142
+ else
143
+ raise "Unknown host os: #{android_package_os_id}"
144
144
  end
145
145
 
146
- link = page_content.scan(/#{regex}/).to_s
147
- version = link.match( /(\d+).(\d+).(\d+)/ )[0]
146
+ link = page_content.scan(/#{regex}/)
147
+ raise "SDK link cannot be found on download page: #{SDK_DOWNLOAD_PAGE}" if link.nil?
148
+
149
+ version = link.to_s.match(/r(\d+.)?(\d+.)?(\d+)/)[0]
150
+ raise "SDK version cannot be determined from download page: #{SDK_DOWNLOAD_PAGE}" if version.nil?
148
151
 
149
- version
152
+ version.delete! 'r'
150
153
  end
151
154
 
152
155
  #########################################
@@ -284,7 +287,7 @@ module Ruboto
284
287
  end
285
288
  if accept_all || a == 'Y' || a.empty?
286
289
  puts "sudo #{installer} install -y #{package_name}"
287
- `sudo #{installer} install -y #{package_name}`
290
+ IO.popen("sudo #{installer} install -y #{package_name}") {|io| while (l = io.gets) do; puts l; end }
288
291
  else
289
292
  puts
290
293
  puts "You can install #{pretty_name} manually by:"
@@ -1,4 +1,4 @@
1
1
  module Ruboto
2
- VERSION = '1.1.1'
2
+ VERSION = '1.1.2'
3
3
  UPDATE_VERSION_LIMIT = '0.7.0'
4
4
  end
@@ -15,7 +15,8 @@ class RubotoSetupTest < Test::Unit::TestCase
15
15
  regex = '(\>installer_.*.exe)'
16
16
  page_content = Net::HTTP.get(URI.parse(SDK_DOWNLOAD_PAGE))
17
17
  link = page_content.scan(/#{regex}/).to_s
18
- assert_match /\d+(\.\d+)?(\.\d+)?/, link
18
+
19
+ assert_match /\d+(\.\d+)?(\.\d+)?/, link
19
20
  end
20
21
 
21
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboto
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Jackoway
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2014-07-01 00:00:00.000000000 Z
14
+ date: 2014-07-09 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: main
@@ -240,4 +240,3 @@ signing_key:
240
240
  specification_version: 4
241
241
  summary: A platform for developing apps using JRuby on Android.
242
242
  test_files: []
243
- has_rdoc: