spaceship_stub 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/spaceship/spec/tunes/fixtures/app_details.json +137 -0
- data/lib/spaceship/spec/tunes/fixtures/app_overview.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/app_overview_stuckinprepare.json +54 -0
- data/lib/spaceship/spec/tunes/fixtures/app_pricing_intervals.json +68 -0
- data/lib/spaceship/spec/tunes/fixtures/app_resolution_center.json +46 -0
- data/lib/spaceship/spec/tunes/fixtures/app_resolution_center_valid.json +26 -0
- data/lib/spaceship/spec/tunes/fixtures/app_summary.json +298 -0
- data/lib/spaceship/spec/tunes/fixtures/app_version.json +836 -0
- data/lib/spaceship/spec/tunes/fixtures/app_version_ref.json +12 -0
- data/lib/spaceship/spec/tunes/fixtures/app_version_states_history.json +43 -0
- data/lib/spaceship/spec/tunes/fixtures/app_versions_history.json +115 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/add_request.json +55 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/add_response.json +75 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/remove_request.json +49 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/remove_response.json +61 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/uninclude_all_future_territories_request.json +52 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/uninclude_all_future_territories_response.json +75 -0
- data/lib/spaceship/spec/tunes/fixtures/build_details.json +169 -0
- data/lib/spaceship/spec/tunes/fixtures/build_history.json +19 -0
- data/lib/spaceship/spec/tunes/fixtures/build_history_for_train.json +55 -0
- data/lib/spaceship/spec/tunes/fixtures/build_trains.json +1734 -0
- data/lib/spaceship/spec/tunes/fixtures/build_trains_operation_failed.json +9 -0
- data/lib/spaceship/spec/tunes/fixtures/candiate_builds.json +290 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_broken.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_first_broken.json +94 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_prefill_first_request.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_prefill_request.json +88 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_success.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_wildcard_broken.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/create_sandbox_tester.json +247 -0
- data/lib/spaceship/spec/tunes/fixtures/create_sandbox_tester_payload.json +35 -0
- data/lib/spaceship/spec/tunes/fixtures/create_version_success.json +683 -0
- data/lib/spaceship/spec/tunes/fixtures/delete_sandbox_tester.json +9 -0
- data/lib/spaceship/spec/tunes/fixtures/delete_sandbox_tester_payload.json +7 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_consumable_template.json +115 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_create.json +1 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_detail.json +180 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_families.json +299 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_create.json +63 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_create_success.json +9 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_detail.json +156 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_edit.json +1 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_edit_versions.json +1 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_template.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_list.json +633 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_price_goal_calc.json +1095 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_pricing_tiers.json +373475 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_update.json +118 -0
- data/lib/spaceship/spec/tunes/fixtures/invalid_login.html +12 -0
- data/lib/spaceship/spec/tunes/fixtures/landing_page.html +6 -0
- data/lib/spaceship/spec/tunes/fixtures/login_cntrl.js +3 -0
- data/lib/spaceship/spec/tunes/fixtures/login_cookie_spam.txt +1 -0
- data/lib/spaceship/spec/tunes/fixtures/member_create.json +297 -0
- data/lib/spaceship/spec/tunes/fixtures/member_create_appmanager_single_app.json +297 -0
- data/lib/spaceship/spec/tunes/fixtures/member_create_developer.json +297 -0
- data/lib/spaceship/spec/tunes/fixtures/member_list.json +715 -0
- data/lib/spaceship/spec/tunes/fixtures/member_template.json +309 -0
- data/lib/spaceship/spec/tunes/fixtures/pricing_tiers.json +46182 -0
- data/lib/spaceship/spec/tunes/fixtures/promocodes.json +19 -0
- data/lib/spaceship/spec/tunes/fixtures/promocodes_generated.json +23 -0
- data/lib/spaceship/spec/tunes/fixtures/promocodes_history.json +109 -0
- data/lib/spaceship/spec/tunes/fixtures/ratings.json +16 -0
- data/lib/spaceship/spec/tunes/fixtures/ratings_US.json +16 -0
- data/lib/spaceship/spec/tunes/fixtures/reject_app_version_success.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/review_by_storefront.json +60 -0
- data/lib/spaceship/spec/tunes/fixtures/sandbox_testers.json +43 -0
- data/lib/spaceship/spec/tunes/fixtures/supported_countries.json +1095 -0
- data/lib/spaceship/spec/tunes/fixtures/testers/create_tester.json +91 -0
- data/lib/spaceship/spec/tunes/fixtures/testers/existing_internal_testers.json +52 -0
- data/lib/spaceship/spec/tunes/fixtures/testers/get_external.json +120 -0
- data/lib/spaceship/spec/tunes/fixtures/testers/get_internal.json +110 -0
- data/lib/spaceship/spec/tunes/fixtures/testflight_build_info_appletvos.json +143 -0
- data/lib/spaceship/spec/tunes/fixtures/testflight_build_info_ios.json +143 -0
- data/lib/spaceship/spec/tunes/fixtures/testflight_submission_submit_appletvos.json +23 -0
- data/lib/spaceship/spec/tunes/fixtures/testflight_submission_submit_ios.json +23 -0
- data/lib/spaceship/spec/tunes/fixtures/update_app_version_failed.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/update_app_version_success.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/update_app_version_temporarily_unable.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/update_app_version_with_autorelease_overwrite_success.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/user_detail.json +24 -0
- metadata +83 -3
@@ -0,0 +1,24 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"isLocaleNameReversed": false,
|
4
|
+
"isEmailInvalid": false,
|
5
|
+
"hasContractInfo": false,
|
6
|
+
"canEditITCUsersAndRoles": true,
|
7
|
+
"canViewITCUsersAndRoles": true,
|
8
|
+
"canEditIAPUsersAndRoles": true,
|
9
|
+
"contentProviderType": "Purple Software",
|
10
|
+
"displayName": "Foo Bar",
|
11
|
+
"userFeatures": [],
|
12
|
+
"contentProviderId": "1234567",
|
13
|
+
"visibility": true,
|
14
|
+
"DYCVisibility": false,
|
15
|
+
"contentProvider": "We Want To Believe",
|
16
|
+
"userName": "foo@bar.com"
|
17
|
+
},
|
18
|
+
"messages": {
|
19
|
+
"warn": null,
|
20
|
+
"error": null,
|
21
|
+
"info": null
|
22
|
+
},
|
23
|
+
"statusCode": "SUCCESS"
|
24
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spaceship_stub
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Minh Luong
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-07-
|
11
|
+
date: 2017-07-13 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: stubbing out Fastlane::Spaceship for writing specs
|
14
14
|
email: en14vn@gmail.com
|
@@ -16,6 +16,86 @@ executables: []
|
|
16
16
|
extensions: []
|
17
17
|
extra_rdoc_files: []
|
18
18
|
files:
|
19
|
+
- lib/spaceship/spec/tunes/fixtures/app_details.json
|
20
|
+
- lib/spaceship/spec/tunes/fixtures/app_overview.json
|
21
|
+
- lib/spaceship/spec/tunes/fixtures/app_overview_stuckinprepare.json
|
22
|
+
- lib/spaceship/spec/tunes/fixtures/app_pricing_intervals.json
|
23
|
+
- lib/spaceship/spec/tunes/fixtures/app_resolution_center.json
|
24
|
+
- lib/spaceship/spec/tunes/fixtures/app_resolution_center_valid.json
|
25
|
+
- lib/spaceship/spec/tunes/fixtures/app_summary.json
|
26
|
+
- lib/spaceship/spec/tunes/fixtures/app_version.json
|
27
|
+
- lib/spaceship/spec/tunes/fixtures/app_version_ref.json
|
28
|
+
- lib/spaceship/spec/tunes/fixtures/app_version_states_history.json
|
29
|
+
- lib/spaceship/spec/tunes/fixtures/app_versions_history.json
|
30
|
+
- lib/spaceship/spec/tunes/fixtures/availability/add_request.json
|
31
|
+
- lib/spaceship/spec/tunes/fixtures/availability/add_response.json
|
32
|
+
- lib/spaceship/spec/tunes/fixtures/availability/remove_request.json
|
33
|
+
- lib/spaceship/spec/tunes/fixtures/availability/remove_response.json
|
34
|
+
- lib/spaceship/spec/tunes/fixtures/availability/uninclude_all_future_territories_request.json
|
35
|
+
- lib/spaceship/spec/tunes/fixtures/availability/uninclude_all_future_territories_response.json
|
36
|
+
- lib/spaceship/spec/tunes/fixtures/build_details.json
|
37
|
+
- lib/spaceship/spec/tunes/fixtures/build_history.json
|
38
|
+
- lib/spaceship/spec/tunes/fixtures/build_history_for_train.json
|
39
|
+
- lib/spaceship/spec/tunes/fixtures/build_trains.json
|
40
|
+
- lib/spaceship/spec/tunes/fixtures/build_trains_operation_failed.json
|
41
|
+
- lib/spaceship/spec/tunes/fixtures/candiate_builds.json
|
42
|
+
- lib/spaceship/spec/tunes/fixtures/create_application_broken.json
|
43
|
+
- lib/spaceship/spec/tunes/fixtures/create_application_first_broken.json
|
44
|
+
- lib/spaceship/spec/tunes/fixtures/create_application_prefill_first_request.json
|
45
|
+
- lib/spaceship/spec/tunes/fixtures/create_application_prefill_request.json
|
46
|
+
- lib/spaceship/spec/tunes/fixtures/create_application_success.json
|
47
|
+
- lib/spaceship/spec/tunes/fixtures/create_application_wildcard_broken.json
|
48
|
+
- lib/spaceship/spec/tunes/fixtures/create_sandbox_tester.json
|
49
|
+
- lib/spaceship/spec/tunes/fixtures/create_sandbox_tester_payload.json
|
50
|
+
- lib/spaceship/spec/tunes/fixtures/create_version_success.json
|
51
|
+
- lib/spaceship/spec/tunes/fixtures/delete_sandbox_tester.json
|
52
|
+
- lib/spaceship/spec/tunes/fixtures/delete_sandbox_tester_payload.json
|
53
|
+
- lib/spaceship/spec/tunes/fixtures/iap_consumable_template.json
|
54
|
+
- lib/spaceship/spec/tunes/fixtures/iap_create.json
|
55
|
+
- lib/spaceship/spec/tunes/fixtures/iap_detail.json
|
56
|
+
- lib/spaceship/spec/tunes/fixtures/iap_families.json
|
57
|
+
- lib/spaceship/spec/tunes/fixtures/iap_family_create.json
|
58
|
+
- lib/spaceship/spec/tunes/fixtures/iap_family_create_success.json
|
59
|
+
- lib/spaceship/spec/tunes/fixtures/iap_family_detail.json
|
60
|
+
- lib/spaceship/spec/tunes/fixtures/iap_family_edit.json
|
61
|
+
- lib/spaceship/spec/tunes/fixtures/iap_family_edit_versions.json
|
62
|
+
- lib/spaceship/spec/tunes/fixtures/iap_family_template.json
|
63
|
+
- lib/spaceship/spec/tunes/fixtures/iap_list.json
|
64
|
+
- lib/spaceship/spec/tunes/fixtures/iap_price_goal_calc.json
|
65
|
+
- lib/spaceship/spec/tunes/fixtures/iap_pricing_tiers.json
|
66
|
+
- lib/spaceship/spec/tunes/fixtures/iap_update.json
|
67
|
+
- lib/spaceship/spec/tunes/fixtures/invalid_login.html
|
68
|
+
- lib/spaceship/spec/tunes/fixtures/landing_page.html
|
69
|
+
- lib/spaceship/spec/tunes/fixtures/login_cntrl.js
|
70
|
+
- lib/spaceship/spec/tunes/fixtures/login_cookie_spam.txt
|
71
|
+
- lib/spaceship/spec/tunes/fixtures/member_create.json
|
72
|
+
- lib/spaceship/spec/tunes/fixtures/member_create_appmanager_single_app.json
|
73
|
+
- lib/spaceship/spec/tunes/fixtures/member_create_developer.json
|
74
|
+
- lib/spaceship/spec/tunes/fixtures/member_list.json
|
75
|
+
- lib/spaceship/spec/tunes/fixtures/member_template.json
|
76
|
+
- lib/spaceship/spec/tunes/fixtures/pricing_tiers.json
|
77
|
+
- lib/spaceship/spec/tunes/fixtures/promocodes.json
|
78
|
+
- lib/spaceship/spec/tunes/fixtures/promocodes_generated.json
|
79
|
+
- lib/spaceship/spec/tunes/fixtures/promocodes_history.json
|
80
|
+
- lib/spaceship/spec/tunes/fixtures/ratings.json
|
81
|
+
- lib/spaceship/spec/tunes/fixtures/ratings_US.json
|
82
|
+
- lib/spaceship/spec/tunes/fixtures/reject_app_version_success.json
|
83
|
+
- lib/spaceship/spec/tunes/fixtures/review_by_storefront.json
|
84
|
+
- lib/spaceship/spec/tunes/fixtures/sandbox_testers.json
|
85
|
+
- lib/spaceship/spec/tunes/fixtures/supported_countries.json
|
86
|
+
- lib/spaceship/spec/tunes/fixtures/testers/create_tester.json
|
87
|
+
- lib/spaceship/spec/tunes/fixtures/testers/existing_internal_testers.json
|
88
|
+
- lib/spaceship/spec/tunes/fixtures/testers/get_external.json
|
89
|
+
- lib/spaceship/spec/tunes/fixtures/testers/get_internal.json
|
90
|
+
- lib/spaceship/spec/tunes/fixtures/testflight_build_info_appletvos.json
|
91
|
+
- lib/spaceship/spec/tunes/fixtures/testflight_build_info_ios.json
|
92
|
+
- lib/spaceship/spec/tunes/fixtures/testflight_submission_submit_appletvos.json
|
93
|
+
- lib/spaceship/spec/tunes/fixtures/testflight_submission_submit_ios.json
|
94
|
+
- lib/spaceship/spec/tunes/fixtures/update_app_version_failed.json
|
95
|
+
- lib/spaceship/spec/tunes/fixtures/update_app_version_success.json
|
96
|
+
- lib/spaceship/spec/tunes/fixtures/update_app_version_temporarily_unable.json
|
97
|
+
- lib/spaceship/spec/tunes/fixtures/update_app_version_with_autorelease_overwrite_success.json
|
98
|
+
- lib/spaceship/spec/tunes/fixtures/user_detail.json
|
19
99
|
- lib/spaceship_stub.rb
|
20
100
|
- lib/spaceship_stub/tunes_stubbing.rb
|
21
101
|
homepage: https://github.com/luongm/spaceship_stub
|
@@ -38,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
38
118
|
version: '0'
|
39
119
|
requirements: []
|
40
120
|
rubyforge_project:
|
41
|
-
rubygems_version: 2.
|
121
|
+
rubygems_version: 2.6.12
|
42
122
|
signing_key:
|
43
123
|
specification_version: 4
|
44
124
|
summary: Rails gem for stubbing out Fastlane::Spaceship for writing specs
|