cal-ios-image-proc 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: e02ce76ebd001cab4b2b6a12e566e55102e12e60
4
- data.tar.gz: 0a654a7bfc6e50410918d8484f7346a48234ebc5
3
+ metadata.gz: 3ff1a003e7580d7ddbbcc110e7a8bbe1c411c5f7
4
+ data.tar.gz: feccea114ce531950e37ee7e1000ce2b38e14adc
5
5
  SHA512:
6
- metadata.gz: 12813dcdb8a13c62e8ade515f37b9969a2fc600c071b134651a520190a1f906a796e74e9ac608672fc3e8d7a8bf9c03afbf69d57346e05e33aea62675b43a327
7
- data.tar.gz: a0038003d9ddc7948f220a595c93e02e384237444d51526de77012d5fb33dd5c4da32a293e05335f5b56d0233aef68975d545516c7347b7d104bff31703c544c
6
+ metadata.gz: edf4184ec05717474c1d0174921f5c3adfc9cdb9128f917e5220fc8ce78d9f83c76ce55e20d47e1b9ccfca88151355f39feab3436bf86be119e75d915cd435d2
7
+ data.tar.gz: de3624a9e1f8a9bd8f9b77889a24b7e6478c2ea06ab876473c9f30a1a1aec263a9e0eb0752d461f782ce70fd0714b9fda70a65473296535c28579404769727c2
data/README.md CHANGED
@@ -22,6 +22,9 @@ Like if you have: <br />
22
22
  command will be: <br />
23
23
  `$ gem install ruby-opencv -- --with-opencv-dir="/usr/local/Cellar/opencv/2.4.12_2"` <br />
24
24
 
25
+ Lib with methods avalable as a gem
26
+ `$ gem install cal-ios-image-proc`
27
+
25
28
  (**Optional**)For Ruby I suggest to use **rbenv**. For installation follow steps described under:
26
29
  https://github.com/rbenv/rbenv#homebrew-on-mac-os-x
27
30
 
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "cal-ios-image-proc"
7
- spec.version = "0.0.2"
7
+ spec.version = "0.0.3"
8
8
  spec.authors = ["Arkadiusz Konopacki"]
9
9
  spec.email = ["ark.konopacki@gmail.com"]
10
10
 
@@ -91,7 +91,7 @@ end
91
91
  # @param {Integer} x
92
92
  # @param {Integer} y
93
93
  def touch_by_x_y(x,y)
94
- uia_handle_command(:tapOffset, {:x => x, :y => y})
94
+ device_agent.touch_coordinate({:x => x, :y => y})
95
95
  end
96
96
 
97
97
  # @param {String} image
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cal-ios-image-proc
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
  - Arkadiusz Konopacki
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-05 00:00:00.000000000 Z
11
+ date: 2016-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler