tunecore_direct 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
data/Manifest.txt CHANGED
@@ -8,6 +8,7 @@ config/requirements.rb
8
8
  examples/quick_tutorial.rb
9
9
  lib/tunecore_direct.rb
10
10
  lib/tunecore_direct/album.rb
11
+ lib/tunecore_direct/artwork.rb
11
12
  lib/tunecore_direct/base.rb
12
13
  lib/tunecore_direct/person.rb
13
14
  lib/tunecore_direct/request.rb
@@ -0,0 +1,7 @@
1
+ module TunecoreDirect
2
+ class Artwork < TunecoreDirect::Base
3
+ include TunecoreDirect
4
+ attr_accessor :s3_bucket_name, :s3_key, :asset_url
5
+
6
+ end
7
+ end
@@ -2,7 +2,7 @@ module TunecoreDirect #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 10
5
+ TINY = 11
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tunecore_direct
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Kane
@@ -30,7 +30,7 @@ cert_chain:
30
30
  f3TSOQ==
31
31
  -----END CERTIFICATE-----
32
32
 
33
- date: 2008-08-21 00:00:00 -04:00
33
+ date: 2008-08-26 00:00:00 -04:00
34
34
  default_executable:
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
@@ -66,6 +66,7 @@ files:
66
66
  - examples/quick_tutorial.rb
67
67
  - lib/tunecore_direct.rb
68
68
  - lib/tunecore_direct/album.rb
69
+ - lib/tunecore_direct/artwork.rb
69
70
  - lib/tunecore_direct/base.rb
70
71
  - lib/tunecore_direct/person.rb
71
72
  - lib/tunecore_direct/request.rb
metadata.gz.sig CHANGED
Binary file