AVClub 0.1.0 → 0.1.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.
data/.gitignore CHANGED
@@ -12,3 +12,4 @@ nbproject
12
12
  *.sw[po]
13
13
  .eprj
14
14
  /.dat*
15
+ *.gem
@@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
5
5
  gem.name = 'AVClub'
6
6
  gem.version = AVClub::VERSION
7
7
 
8
- gem.authors = ['the rubymotion community']
8
+ gem.authors = ['Colin T.A. Gray <colinta@gmail.com>']
9
9
 
10
10
  gem.description = <<-DESC
11
11
  Setup an AVCaptureSession with video, multiple cameras, and still image
@@ -1,3 +1,3 @@
1
1
  module AVClub
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: AVClub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - the rubymotion community
8
+ - Colin T.A. Gray <colinta@gmail.com>
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []