lib/spaceship/tunes/application.rb in spaceship-0.3.2 vs lib/spaceship/tunes/application.rb in spaceship-0.3.3
- old
+ new
@@ -137,19 +137,19 @@
#####################################################
# @!group Modifying
#####################################################
# Create a new version of your app
+ # Since we have stored the outdated raw_data, we need to refresh this object
+ # otherwise `edit_version` will return nil
def create_version!(version_number)
if edit_version
raise "Cannot create a new version for this app as there already is an `edit_version` available"
end
client.create_version!(apple_id, version_number)
- # Since we have stored the outdated raw_data, we need to refresh this object
- # otherwise `edit_version` will return nil
- # TODO: implemented -reload method
+ # Future: implemented -reload method
end
#####################################################
# @!group Builds
#####################################################