AVClub 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ require File.expand_path('../lib/AVClub/version.rb', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.name = 'AVClub'
6
- gem.version = AVClub::VERSION
6
+ gem.version = AVClub::Version
7
7
 
8
8
  gem.authors = ['Colin T.A. Gray <colinta@gmail.com>']
9
9
  gem.email = 'colinta@gmail.com'
data/Rakefile CHANGED
@@ -11,7 +11,7 @@ Motion::Project::App.setup do |app|
11
11
  app.name = 'AVClub-Demo'
12
12
  app.files.insert(0, 'lib/AVClub/AVClubController.rb')
13
13
 
14
- app.vendor_project('vendor/AVClub', :static, cflags: '-fobjc-arc')
14
+ app.vendor_project('vendor/AVClub', :static, :cflags => '-fobjc-arc')
15
15
  app.frameworks.concat [
16
16
  'MediaPlayer',
17
17
  'QuartzCore',
@@ -1,3 +1,3 @@
1
1
  module AVClub
2
- VERSION = '1.0.3'
2
+ Version = '1.0.4'
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: 1.0.3
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-08 00:00:00.000000000 Z
12
+ date: 2013-02-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake