rubotium 0.0.25 → 0.0.26

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: e214c6a6a6d5323bcc8fc46e10073a01c7e63721
4
- data.tar.gz: f6819d0ed1aee488949dac3223bc150b2233aad0
3
+ metadata.gz: 3c34e176bdb92bf04fb7a4fcdc4aa010383902b8
4
+ data.tar.gz: 5c4ed5eb5d0d7725ccd14c56240e8053049da1c9
5
5
  SHA512:
6
- metadata.gz: 8f937c8eac8b1ecf2e3995e0981ae258002e2d71320e08cefae0635b2b43eadc09ffe225ab67efd819ea3d4c0eb7921b6915eb077db854eff8d6a654b9a1d406
7
- data.tar.gz: 866f3708b601b1e9e3a52b1d01896cae07638bb8cf051f65493d06ffe37bd8b131ccd42ca57ea1ebd1c2a2124a8566f07ae33a9e75c285e8fcbe3f236ad9466d
6
+ metadata.gz: a6c0f5727ca36c79e7dde87e9ef7391a0d498cc9f1751788f1d21a9bd14ec41340b7e82ddce15902a09f9a2e09cbf629cb5d596629aabb8661c0c566bddf06a6
7
+ data.tar.gz: 3575c88a1f5833d36be2a9604e233dfac68382d6ecf27ae30aec4be8868864d2d7f72f4f73140adbffc72d07243876279f9093c00c0ef1ebf0b888a9bc4a7735
@@ -26,7 +26,7 @@ module Rubotium
26
26
  end
27
27
 
28
28
  def get_device_list
29
- tries = 10
29
+ tries = 5
30
30
  while (tries > 0 && (list = adb_devices_command.split("\n")[1..-1]).empty?)
31
31
  tries -= 1
32
32
  end
@@ -1,3 +1,3 @@
1
1
  module Rubotium
2
- VERSION = "0.0.25"
2
+ VERSION = "0.0.26"
3
3
  end
@@ -55,8 +55,8 @@ describe Rubotium::Adb::Devices do
55
55
  end
56
56
 
57
57
  context 'when no devices are attached' do
58
- it 'should run adb_devices_command 10 times' do
59
- devices.should_receive(:adb_devices_command).exactly(10).times
58
+ it 'should run adb_devices_command 5 times' do
59
+ devices.should_receive(:adb_devices_command).exactly(5).times
60
60
  .and_return(Fixtures::Adb::Devices.no_devices_attached.result)
61
61
  devices.attached
62
62
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubotium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.25
4
+ version: 0.0.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Slawomir Smiechura
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-25 00:00:00.000000000 Z
11
+ date: 2015-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler