ey-core 3.4.0 → 3.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +4 -1
- data/ey-core.gemspec +3 -0
- data/features/accounts.feature +13 -0
- data/features/applications.feature +29 -0
- data/features/current_user.feature +14 -0
- data/features/environments.feature +30 -0
- data/features/init.feature +6 -0
- data/features/login.feature +6 -0
- data/features/scp.feature +6 -0
- data/features/step_definitions/accounts_steps.rb +23 -0
- data/features/step_definitions/applications_steps.rb +46 -0
- data/features/step_definitions/current_user_steps.rb +11 -0
- data/features/step_definitions/deprecated_command_steps.rb +3 -0
- data/features/step_definitions/environments_steps.rb +37 -0
- data/features/step_definitions/version_steps.rb +3 -0
- data/features/support/account_helpers.rb +89 -0
- data/features/support/app_helpers.rb +19 -0
- data/features/support/aruba.rb +1 -0
- data/features/support/boilerplate.rb +1 -0
- data/features/support/client_helpers.rb +36 -0
- data/features/support/config_file_helpers.rb +42 -0
- data/features/support/core.rb +19 -0
- data/features/support/deployment_helpers.rb +19 -0
- data/features/support/env.rb +40 -0
- data/features/support/environment_helpers.rb +23 -0
- data/features/support/fake_kernel.rb +23 -0
- data/features/support/io.rb +5 -0
- data/features/support/mock_api.rb +21 -0
- data/features/support/output_helpers.rb +7 -0
- data/features/support/resource_helpers.rb +189 -0
- data/features/support/server_helpers.rb +27 -0
- data/features/version.feature +8 -0
- data/features/whoami.feature +14 -0
- data/lib/ey-core/version.rb +1 -1
- metadata +215 -56
- checksums.yaml +0 -7
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: 1666dc7dd164cf3aa06869572f6d663c3c7108ec
|
4
|
-
data.tar.gz: eba158a6d0bbd66c885d3a5e38569e50ad70899c
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: df68df0484a849dafc7726e6e0ebafbc96d2aca30e3de1e9aae32fb04baf035bbcc70c5fffd25d5fab4f9c7e49231b32f8f365d6827bd41d9dadb90ccbce283a
|
7
|
-
data.tar.gz: 77d5890272ca1fe4c2b248a945dae39efffbb64e1293bd2338e3bffd35864580d6c5952d014612abb21a1443ef594b1a455cd8424b576326e8d948d96dd76c28
|