canonball 2.0.0 → 2.0.1

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: 46dff7b0f15b03afe400f1d26b85f97764ffbfc7
4
- data.tar.gz: 8be9475a5453bb67d48a913ac3a27578ff2fd4b6
3
+ metadata.gz: 2526e3ef2da91b00b54434904e9078876b159eea
4
+ data.tar.gz: 2622b0c80da59cede630976fd860328e807b1b33
5
5
  SHA512:
6
- metadata.gz: f42f9c56ce250c09f3fe113037a9b9aa10f8282bda3cce9bf6019665b8b7cf7e3efd0f237ddcbf15673e9ef950dde7e09bb43647eb3b53b55eca30ee4ebabd73
7
- data.tar.gz: c8583358f8b6345569da264ceb899c28a25d8aacaca430b6990ba3ac1ae4d3345d2052bd487b3d203e24a7082033d92ad5176ce179d64b467555a2216e50ac9d
6
+ metadata.gz: 48de105f450b03d1d316b9469af196c566e827adedb7b1a3de3536b7a6819b89a4b3ac5c136bda2004e1d93acb5dd672b0ac1b256256bfc33eb63b4609150b49
7
+ data.tar.gz: 49e5673db3d18edc6e9af2a0a71caaccac37420b45b1b113624fa7e97fbea176966b7193711dde88f6e120ae802d8f9b80e1b2b045489d5420c0e1c6192c6974
@@ -1,3 +1,3 @@
1
1
  module Canonball
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
data/lib/canonball.rb CHANGED
@@ -14,4 +14,9 @@ module Canonball
14
14
  attach_function :press_shutter_button, [], :int
15
15
  attach_function :press_shutter_button_non_af, [], :int
16
16
  attach_function :download_files, [ :int, :string], :int
17
+
18
+ def open_mirror
19
+ press_shutter_button_non_af
20
+ end
21
+
17
22
  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.0
4
+ version: 2.0.1
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-02-20 00:00:00.000000000 Z
11
+ date: 2015-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler