tunecore_direct 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/lib/tunecore_direct/song.rb +1 -1
- data/lib/tunecore_direct/version.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/lib/tunecore_direct/song.rb
CHANGED
@@ -8,7 +8,7 @@ module TunecoreDirect
|
|
8
8
|
include TunecoreDirect
|
9
9
|
|
10
10
|
attr_accessor :song_id, :album_id, :name, :artist_name, :s3_url, :track_num, :parental_advisory
|
11
|
-
attr_accessor :errors
|
11
|
+
attr_accessor :errors, :s3_bucket_name, :s3_key
|
12
12
|
|
13
13
|
def initialize(options = {})
|
14
14
|
options.each do |k,v|
|
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.
|
4
|
+
version: 0.0.7
|
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-
|
33
|
+
date: 2008-08-14 00:00:00 -04:00
|
34
34
|
default_executable:
|
35
35
|
dependencies:
|
36
36
|
- !ruby/object:Gem::Dependency
|
metadata.gz.sig
CHANGED
Binary file
|