briar 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/bin/briar_ideviceinstaller.rb +2 -3
- data/lib/briar/irbrc.rb +0 -8
- data/lib/briar/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6dc083bb49a386f6ec6f6f0c6f428e3d134dd20c
|
4
|
+
data.tar.gz: 7682fcffd04acdf2442455b7528e822e35f0a7cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4474787eca57364bf70b2c4d63145a7decd75eec6f54d2957312ac568626f036a09430233b59006eede68860de69e289b1f4624f91aa51bf9a2e86e1c00a6ad7
|
7
|
+
data.tar.gz: 912ef0e5830bc3d5014b8b26f0630f1277577fc7a5056ee1f55f9d2dbcdba32b9c028c0aab9c9965d252e69bdacd1c2f087eb2f8b6d72f51d19a32a964417a30
|
data/CHANGELOG.md
CHANGED
@@ -11,7 +11,7 @@ require 'retriable'
|
|
11
11
|
module Briar
|
12
12
|
module IDEVICEINSTALLER
|
13
13
|
|
14
|
-
|
14
|
+
require "run_loop"
|
15
15
|
|
16
16
|
def ideviceinstaller(device, cmd, opts={})
|
17
17
|
default_opts = {:build_script => ENV['IPA_BUILD_SCRIPT'],
|
@@ -54,12 +54,11 @@ module Briar
|
|
54
54
|
uninstall udid, bundle_id, bin_path
|
55
55
|
end
|
56
56
|
when :reinstall
|
57
|
-
|
57
|
+
RunLoop.deprecated('1.1.0', ':reinstall arg has been deprecated; use :install instead', :warn)
|
58
58
|
ideviceinstaller device, :install
|
59
59
|
end
|
60
60
|
end
|
61
61
|
|
62
|
-
|
63
62
|
def bundle_installed?(udid, bundle_id, installer)
|
64
63
|
cmd = "#{installer} -u #{udid} -l"
|
65
64
|
info = "EXEC: #{cmd}"
|
data/lib/briar/irbrc.rb
CHANGED
@@ -24,19 +24,11 @@ IRB.conf[:SAVE_HISTORY] = 50
|
|
24
24
|
# Store results in home directory with specified file name
|
25
25
|
IRB.conf[:HISTORY_FILE] = '.irb-history'
|
26
26
|
|
27
|
-
#noinspection RubyResolve
|
28
27
|
require 'calabash-cucumber'
|
29
|
-
#noinspection RubyResolve
|
30
28
|
require 'calabash-cucumber/operations'
|
31
|
-
#noinspection RubyResolve
|
32
|
-
require 'calabash-cucumber/launch/simulator_launcher'
|
33
|
-
#noinspection RubyResolve
|
34
29
|
require 'calabash-cucumber/launcher'
|
35
|
-
#noinspection RubyResolve
|
36
30
|
require 'calabash-cucumber/uia'
|
37
31
|
|
38
|
-
SIM=Calabash::Cucumber::SimulatorLauncher
|
39
|
-
|
40
32
|
extend Calabash::Cucumber::Operations
|
41
33
|
include Calabash::Cucumber::IPad
|
42
34
|
|
data/lib/briar/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: briar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joshua Moody
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rbx-require-relative
|
@@ -384,6 +384,6 @@ rubyforge_project:
|
|
384
384
|
rubygems_version: 2.4.8
|
385
385
|
signing_key:
|
386
386
|
specification_version: 4
|
387
|
-
summary: briar-2.0.
|
387
|
+
summary: briar-2.0.2
|
388
388
|
test_files: []
|
389
389
|
has_rdoc:
|