AVClub 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/AVClub.gemspec +1 -0
  2. data/lib/AVClub/version.rb +1 -1
  3. metadata +2 -2
@@ -6,6 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.version = AVClub::VERSION
7
7
 
8
8
  gem.authors = ['Colin T.A. Gray <colinta@gmail.com>']
9
+ gem.email = 'colinta@gmail.com'
9
10
 
10
11
  gem.description = <<-DESC
11
12
  Setup an AVCaptureSession with video, multiple cameras, and still image
@@ -1,3 +1,3 @@
1
1
  module AVClub
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: AVClub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -51,7 +51,7 @@ description: ! 'Setup an AVCaptureSession with video, multiple cameras, and stil
51
51
  features.
52
52
 
53
53
  '
54
- email:
54
+ email: colinta@gmail.com
55
55
  executables: []
56
56
  extensions: []
57
57
  extra_rdoc_files: []