ash-adb 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fb51d22bdfcb4d9ac01e9574861286c5460d76e6
4
- data.tar.gz: bbe60abb07c74961cfe707cba27d9f5273d22d61
3
+ metadata.gz: 6ab48bdf51cd34324c16e3bc435e38395da4f52b
4
+ data.tar.gz: 7eadb6d8578c6bbabd6959c7cf3d0134799488a2
5
5
  SHA512:
6
- metadata.gz: ccf3ef6f6c2837f49e19e114205d48ffa7f19971e056f6547c293339ff5e1b327cf8002ddcab5dbbff14486b4dc0dc463c3c6499058fa64a3944623e0c3c5c2f
7
- data.tar.gz: 0e802534e869a224ed752b87f2b2d41f0d65c993313f88e28ec61fb6430f3e6e8de6068780dfb6a0cc8c7c97663debe07228e4c09c7658a55ba02580462eff8a
6
+ metadata.gz: 6a00bd3a38ae4859e69e7dcacf652b08f5dbb6aab816530d6e0a20ff5ee0bfea79507e51c02c48678fde8cbcd8dff97649369ffb597c600a9143969ace7dc041
7
+ data.tar.gz: 45350b3a7b9c42213a74fab55c8b2554cdd62975e24b1fa758f938b0207fae0a17e7101d47775d98a052fd6d73d7dcfaec3c26bcbb34e638385da15ebc8fa464
@@ -1,14 +1,15 @@
1
+ # First declare the Ash::Adb namespace so that it can be used in the other
2
+ # files.
3
+ module Ash
4
+ module Adb
5
+ end
6
+ end
7
+
1
8
  require "pry"
2
9
  require 'open3'
3
10
 
4
-
5
11
  require "ash/adb/client"
6
12
  require "ash/adb/device"
7
13
  require "ash/adb/package"
8
14
 
9
15
  require "ash/adb/version"
10
-
11
- module Ash
12
- module Adb
13
- end
14
- end
@@ -29,7 +29,6 @@ module Ash::Adb
29
29
  devices
30
30
  end
31
31
 
32
-
33
32
  def self.run(cmd)
34
33
  output, errors, status = Open3.capture3(cmd)
35
34
 
@@ -1,5 +1,5 @@
1
1
  module Ash
2
2
  module Adb
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ash-adb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomek Rabczak
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2015-12-13 00:00:00.000000000 Z
12
+ date: 2015-12-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -112,4 +112,3 @@ signing_key:
112
112
  specification_version: 4
113
113
  summary: Ruby bindings for Android Debug Brudge (ADB)
114
114
  test_files: []
115
- has_rdoc: