canonball 2.0.1 → 2.2.0

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: 2526e3ef2da91b00b54434904e9078876b159eea
4
- data.tar.gz: 2622b0c80da59cede630976fd860328e807b1b33
3
+ metadata.gz: ca329e83d2689a4ac6bce54c74d4c53d6083d352
4
+ data.tar.gz: 68204d63c201a193a118fcbec3e4fe193bb3db04
5
5
  SHA512:
6
- metadata.gz: 48de105f450b03d1d316b9469af196c566e827adedb7b1a3de3536b7a6819b89a4b3ac5c136bda2004e1d93acb5dd672b0ac1b256256bfc33eb63b4609150b49
7
- data.tar.gz: 49e5673db3d18edc6e9af2a0a71caaccac37420b45b1b113624fa7e97fbea176966b7193711dde88f6e120ae802d8f9b80e1b2b045489d5420c0e1c6192c6974
6
+ metadata.gz: bc5dbb47c44136ccfb000426ac7a2a7df092b5da1a970083cc2d0b61ffb4edfcc3ae825b8a826406000563a900d2e155736cddaa5c772e6f758a5f7d5e5e960f
7
+ data.tar.gz: 1ab8b92cec6da3b89bd7d57b82d148973e7bdc6f7ebaf2e7834db8276d958e542a245dab649a42e45d91437ed1b8031bc783ed271c35773ce9b4848a97455885
data/lib/canonball.rb CHANGED
@@ -13,10 +13,10 @@ module Canonball
13
13
  attach_function :take_picture, [], :int
14
14
  attach_function :press_shutter_button, [], :int
15
15
  attach_function :press_shutter_button_non_af, [], :int
16
- attach_function :download_files, [ :int, :string], :int
16
+ attach_function :download_files, [ :int, :string], :int
17
17
 
18
- def open_mirror
18
+ def self.open_mirror
19
19
  press_shutter_button_non_af
20
20
  end
21
-
21
+
22
22
  end
@@ -1,3 +1,3 @@
1
1
  module Canonball
2
- VERSION = "2.0.1"
2
+ VERSION = "2.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: canonball
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Christopher
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-09 00:00:00.000000000 Z
11
+ date: 2015-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler