Created
July 3, 2017 11:20
-
-
Save hjanuschka/3e2ec373c09c3efb5ab17aefeb53f1c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "spaceship" | |
Spaceship::Tunes.login("[email protected]") | |
app = Spaceship::Application.find("krone.at-krone.at") | |
version = app.live_version | |
puts version.review_first_name | |
puts version.review_last_name | |
puts version.review_notes | |
puts version.review_email |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment