tunecore_direct 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -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, :s3_bucket_name, :s3_key
11
+ attr_accessor :errors, :s3_bucket_name, :s3_key, :asset_url
12
12
 
13
13
  def initialize(options = {})
14
14
  options.each do |k,v|
@@ -2,7 +2,7 @@ module TunecoreDirect #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 7
5
+ TINY = 8
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.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Kane
metadata.gz.sig CHANGED
Binary file