goprocam 1.2.0 → 1.2.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/constants.rb +12 -12
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae61222234a1ed14f5f620db7c3af40b0a89c9d8
4
- data.tar.gz: 1c29a8d9003f5ca2b4206c3f754b1aea93d9ac94
3
+ metadata.gz: 961380887bd74224309f163d264ab473ef19cde4
4
+ data.tar.gz: 24743be1eab5716e6ff56c762ed5fa496915046d
5
5
  SHA512:
6
- metadata.gz: 67a5f4de03c355ebe619c3d5a8cc9f5e80e34d20ff1eff5187f30b9e932a530804f9b900c281eabf4a84a94db01feee34526e9d108c4fd0b366c4a4f2ff09907
7
- data.tar.gz: f89d13831d13b43e5ca0a68112ecd13050269d020b68a712e15177c8fd461a443c2162196a9618f936e4c6bed66322cd2d203782c5c534fd8150ee3c1e168e8a
6
+ metadata.gz: 3f8fd9d11770a2aec82ea641de92663183ec5d0aac77523538c40a9077589f0c04af9398e018b7f58e66169010f9fdbbb3701159f3a711c2b7030dbbf95d6eba
7
+ data.tar.gz: 23ca81318161b353f79145f33e9b64dff6662442f2aed2a4160c801a4b232d56d82f04de3dc306fc3321fa6722eec1e3020e2e7d6a13f6dd349c5385a1ccbc2e
@@ -287,12 +287,12 @@ class Photo
287
287
  NIGHT_PHOTO_EXP="19"
288
288
  class NightPhotoExp
289
289
  ExpAuto="0"
290
- Exp2Min="1"
291
- Exp5Min="2"
292
- Exp10Min="3"
293
- Exp15Min="4"
294
- Exp20Min="5"
295
- Exp30Min="6"
290
+ Exp2Sec="1"
291
+ Exp5Sec="2"
292
+ Exp10Sec="3"
293
+ Exp15Sec="4"
294
+ Exp20Sec="5"
295
+ Exp30Sec="6"
296
296
  end
297
297
  CONTINUOUS_PHOTO_RATE="18"
298
298
  class ContinuousPhotoRate
@@ -387,12 +387,12 @@ class Multishot
387
387
  NIGHT_LAPSE_EXP="31"
388
388
  class NightLapseExp
389
389
  ExpAuto="0"
390
- Exp2Min="1"
391
- Exp5Min="2"
392
- Exp10Min="3"
393
- Exp15Min="4"
394
- Exp20Min="5"
395
- Exp30Min="6"
390
+ Exp2Sec="1"
391
+ Exp5Sec="2"
392
+ Exp10Sec="3"
393
+ Exp15Sec="4"
394
+ Exp20Sec="5"
395
+ Exp30Sec="6"
396
396
  end
397
397
  NIGHT_LAPSE_INTERVAL="32"
398
398
  class NightLapseInterval
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: goprocam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konrad Iturbe