lib/spaceship/tunes/processing_build.rb in spaceship-0.16.0 vs lib/spaceship/tunes/processing_build.rb in spaceship-0.17.0
- old
+ new
@@ -13,10 +13,10 @@
# @return (Integer) The number of ticks since 1970 (e.g. 1413966436000)
attr_accessor :upload_date
attr_mapping(
- 'state' => :state,
+ 'processingState' => :state,
'uploadDate' => :upload_date
)
class << self
def factory(attrs)