shadow_db_credentials 1.1.3 → 1.1.4
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/.idea/shadow_db_credentials.iml +18 -19
- data/.idea/workspace.xml +252 -451
- data/.ruby-version +1 -1
- data/Gemfile +5 -9
- data/lib/shadow_db_credentials/version.rb +1 -1
- data/shadow_db_credentials.gemspec +4 -3
- data/shadow_db_credentials.gemspec.erb +1 -1
- data/spec/shadow_db_credentials_spec.rb +7 -7
- metadata +42 -28
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4a8978bec8a397cf352e05227d2e0d59ed34b46
|
4
|
+
data.tar.gz: 185bd0a3cb46a50613ba126a33c24159f53630c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa6c5631bf15cf01016e757f5ccf8a15f8ece4af0f810e2ba5b920b7c604d9bd7a74bb392d1f87ec1fabbf670d31bdfd3d9285e3fc9d33ed80692da55d4183ff
|
7
|
+
data.tar.gz: 6b014d394fcf1be75e57661bcf5aec2b09e96dfb6948a8f5ffad872a76da6c0385b8a24ffeb31f030c3b7377a257c5bc62b47d931f8f4dae38c8ebbf2065b44e
|
@@ -2,28 +2,27 @@
|
|
2
2
|
<module type="RUBY_MODULE" version="4">
|
3
3
|
<component name="FacetManager">
|
4
4
|
<facet type="gem" name="Gem">
|
5
|
-
<configuration
|
6
|
-
<option name="GEM_APP_ROOT_PATH" value="" />
|
7
|
-
<option name="GEM_APP_TEST_PATH" value="" />
|
8
|
-
<option name="GEM_APP_LIB_PATH" value="" />
|
9
|
-
</configuration>
|
5
|
+
<configuration />
|
10
6
|
</facet>
|
11
7
|
</component>
|
8
|
+
<component name="ModuleRunConfigurationManager">
|
9
|
+
<shared />
|
10
|
+
</component>
|
12
11
|
<component name="NewModuleRootManager">
|
13
12
|
<content url="file://$MODULE_DIR$" />
|
14
|
-
<orderEntry type="
|
13
|
+
<orderEntry type="jdk" jdkName="RVM: ruby-2.4.1 [shadow_db_credentials]" jdkType="RUBY_SDK" />
|
15
14
|
<orderEntry type="sourceFolder" forTests="false" />
|
16
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
17
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
18
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
19
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
20
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
21
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
22
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
23
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec (
|
24
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-
|
25
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-
|
26
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-
|
15
|
+
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, RVM: ruby-2.4.1 [shadow_db_credentials]) [gem]" level="application" />
|
16
|
+
<orderEntry type="library" scope="PROVIDED" name="file_utils (v1.1.2, RVM: ruby-2.4.1 [shadow_db_credentials]) [gem]" level="application" />
|
17
|
+
<orderEntry type="library" scope="PROVIDED" name="gemcutter (v0.7.1, RVM: ruby-2.4.1 [shadow_db_credentials]) [gem]" level="application" />
|
18
|
+
<orderEntry type="library" scope="PROVIDED" name="gemspec_deps_gen (v1.1.2, RVM: ruby-2.4.1 [shadow_db_credentials]) [gem]" level="application" />
|
19
|
+
<orderEntry type="library" scope="PROVIDED" name="metaclass (v0.0.4, RVM: ruby-2.4.1 [shadow_db_credentials]) [gem]" level="application" />
|
20
|
+
<orderEntry type="library" scope="PROVIDED" name="mocha (v1.2.1, RVM: ruby-2.4.1 [shadow_db_credentials]) [gem]" level="application" />
|
21
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.6.0, RVM: ruby-2.4.1 [shadow_db_credentials]) [gem]" level="application" />
|
22
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.6.0, RVM: ruby-2.4.1 [shadow_db_credentials]) [gem]" level="application" />
|
23
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.6.0, RVM: ruby-2.4.1 [shadow_db_credentials]) [gem]" level="application" />
|
24
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.6.0, RVM: ruby-2.4.1 [shadow_db_credentials]) [gem]" level="application" />
|
25
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.6.0, RVM: ruby-2.4.1 [shadow_db_credentials]) [gem]" level="application" />
|
26
|
+
<orderEntry type="library" scope="PROVIDED" name="thor (v0.19.4, RVM: ruby-2.4.1 [shadow_db_credentials]) [gem]" level="application" />
|
27
27
|
</component>
|
28
|
-
</module>
|
29
|
-
|
28
|
+
</module>
|
data/.idea/workspace.xml
CHANGED
@@ -1,155 +1,45 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<project version="4">
|
3
3
|
<component name="ChangeListManager">
|
4
|
-
<list default="true" id="48445419-a9bd-462b-a38e-4f503de87dd4" name="Default" comment=""
|
4
|
+
<list default="true" id="48445419-a9bd-462b-a38e-4f503de87dd4" name="Default" comment="Bug fixes; adf license to gemspec">
|
5
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/shadow_db_credentials.iml" afterPath="$PROJECT_DIR$/.idea/shadow_db_credentials.iml" />
|
6
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
7
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.ruby-version" afterPath="$PROJECT_DIR$/.ruby-version" />
|
8
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Gemfile" afterPath="$PROJECT_DIR$/Gemfile" />
|
9
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/spec/shadow_db_credentials_spec.rb" afterPath="$PROJECT_DIR$/spec/shadow_db_credentials_spec.rb" />
|
10
|
+
</list>
|
5
11
|
<ignored path="shadow_db_credentials.iws" />
|
6
12
|
<ignored path=".idea/workspace.xml" />
|
7
|
-
<
|
8
|
-
<file path="/.ruby-version" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1371914161925" ignored="false" />
|
9
|
-
<file path="/CHANGES" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377553372838" ignored="false" />
|
10
|
-
<file path="/version.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1371914648138" ignored="false" />
|
11
|
-
<file path="/shadow_db_credentials.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377553129975" ignored="false" />
|
12
|
-
<file path="/Gemfile" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1371915176441" ignored="false" />
|
13
|
-
<file path="/spec_helper.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1371914924728" ignored="false" />
|
14
|
-
<file path="$PROJECT_DIR$/../rails-app-tmpl/Gemfile" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1371915114233" ignored="false" />
|
15
|
-
<file path="/shadow_db_credentials_spec.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1371915800337" ignored="false" />
|
16
|
-
<file path="$PROJECT_DIR$/../google-translate/Rakefile" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1376603853505" ignored="false" />
|
17
|
-
<file path="$PROJECT_DIR$/../shvets.github.io/Rakefile" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1376660873131" ignored="false" />
|
18
|
-
<file path="$PROJECT_DIR$/../shvets.github.io/config.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1376661252454" ignored="false" />
|
19
|
-
<file path="$PROJECT_DIR$/../shvets.github.io/404.html" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1376662323892" ignored="false" />
|
20
|
-
<file path="$PROJECT_DIR$/../shvets.github.io/blog/article_0001/extending_rubymine_with_jruby_plugin.html" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1376662323892" ignored="false" />
|
21
|
-
<file path="$PROJECT_DIR$/../shvets.github.io/index.html" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1376662323892" ignored="false" />
|
22
|
-
<file path="$PROJECT_DIR$/../shvets.github.io/build/blog/article_0003/using_gemfile_gems_inside_gemspec.html" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1376662323891" ignored="false" />
|
23
|
-
<file path="$PROJECT_DIR$/../shvets.github.io/build/index.html" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1376662323891" ignored="false" />
|
24
|
-
<file path="$PROJECT_DIR$/../shvets.github.io/blog/article_0003/using_gemfile_gems_inside_gemspec.html" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1376662323892" ignored="false" />
|
25
|
-
<file path="$PROJECT_DIR$/../shvets.github.io/config.rrr" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1376666503612" ignored="false" />
|
26
|
-
<file path="/a.dummy" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377529320581" ignored="false" />
|
27
|
-
<file path="$PROJECT_DIR$/../rat/Gemfile" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1376667638160" ignored="false" />
|
28
|
-
<file path="$PROJECT_DIR$/../rat/config/application.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1376681752557" ignored="false" />
|
29
|
-
<file path="$PROJECT_DIR$/../rat/config/database.yml" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1376667899615" ignored="false" />
|
30
|
-
<file path="/fragment.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377553183428" ignored="false" />
|
31
|
-
<file path="$USER_HOME$/work/ui/neptune/config/application.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377291621486" ignored="false" />
|
32
|
-
<file path="$USER_HOME$/work/ui/neptune/.rspec" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377291711486" ignored="false" />
|
33
|
-
<file path="$USER_HOME$/work/ui/neptune/.simplecov" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377291787315" ignored="false" />
|
34
|
-
<file path="$USER_HOME$/work/ui/neptune/log/test.log" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377293739734" ignored="false" />
|
35
|
-
<file path="$USER_HOME$/work/ui/src/app/models/cart.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377292320811" ignored="false" />
|
36
|
-
<file path="$USER_HOME$/work/ui/src/Gemfile" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377292320811" ignored="false" />
|
37
|
-
<file path="$USER_HOME$/work/ui/src/spec/unit/models/cart_spec.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377292320811" ignored="false" />
|
38
|
-
<file path="$USER_HOME$/work/ui/src/app/models/hitbox.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377292320811" ignored="false" />
|
39
|
-
<file path="$USER_HOME$/work/ui/src/spec/unit/domain/landing_input_spec.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377292320811" ignored="false" />
|
40
|
-
<file path="$USER_HOME$/work/ui/src/db/schema.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377527398053" ignored="false" />
|
41
|
-
<file path="$USER_HOME$/work/ui/neptune/app/models/settings.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377293761633" ignored="false" />
|
42
|
-
<file path="$USER_HOME$/work/ui/neptune/spec/services/external_service_spec.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377293562505" ignored="false" />
|
43
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/services/external_service.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377294152829" ignored="false" />
|
44
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/address_validation/state_lookup_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377530191994" ignored="false" />
|
45
|
-
<file path="$USER_HOME$/work/ui/neptune/app/models/device_content.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377293954610" ignored="false" />
|
46
|
-
<file path="$USER_HOME$/work/ui/neptune/db/schema.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377527398053" ignored="false" />
|
47
|
-
<file path="$USER_HOME$/work/ui/neptune/Gemfile" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377294251949" ignored="false" />
|
48
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/services/abstract_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377525942355" ignored="false" />
|
49
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/avws/avws_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377524611648" ignored="false" />
|
50
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/choose_number/phone_number_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377530456796" ignored="false" />
|
51
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/loa/form_request_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377529039033" ignored="false" />
|
52
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/loa/writer_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528741606" ignored="false" />
|
53
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/product_catalog/default_package_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528344234" ignored="false" />
|
54
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/product_catalog/package_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377530803948" ignored="false" />
|
55
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/product_catalog/promo_package_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377529168009" ignored="false" />
|
56
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/product_catalog/rate_plan_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528741606" ignored="false" />
|
57
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/product_catalog/retail_package_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528741606" ignored="false" />
|
58
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/promotions_manager/raf_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528741606" ignored="false" />
|
59
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/security/password_validator_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528741606" ignored="false" />
|
60
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/security/username_availability_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528741606" ignored="false" />
|
61
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/static_content/static_content_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528741606" ignored="false" />
|
62
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/sws/invoice_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528741606" ignored="false" />
|
63
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/sws/invoice_preview_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528741606" ignored="false" />
|
64
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/sws/mac_address_validation_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528741606" ignored="false" />
|
65
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/sws/retail_package_code_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528741606" ignored="false" />
|
66
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/sws/retail_stores_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528741606" ignored="false" />
|
67
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/sws/shipping_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528741606" ignored="false" />
|
68
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/sws/store_payment_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528741606" ignored="false" />
|
69
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/tax_services/query_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528741606" ignored="false" />
|
70
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/services/base_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528741606" ignored="false" />
|
71
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/crm/crm_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528934427" ignored="false" />
|
72
|
-
<file path="$USER_HOME$/work/ui/neptune/app/services/resource_manager/resource_manager_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377524228787" ignored="false" />
|
73
|
-
<file path="$USER_HOME$/work/ui/neptune/spec/services/abstract_gateway_spec.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377295141894" ignored="false" />
|
74
|
-
<file path="/default_package_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377526453816" ignored="false" />
|
75
|
-
<file path="$USER_HOME$/work/ui/neptune/test.xml" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377526353204" ignored="false" />
|
76
|
-
<file path="/form_request_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528974380" ignored="false" />
|
77
|
-
<file path="$PROJECT_DIR$/../resource_accessor/lib/resource_accessor/resource_accessor.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377526609016" ignored="false" />
|
78
|
-
<file path="$USER_HOME$/work/ui/neptune/spec/external_services/loa/form_request_gateway_spec.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528374762" ignored="false" />
|
79
|
-
<file path="/form_request_gateway_spec.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377527082174" ignored="false" />
|
80
|
-
<file path="/invoice_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528402250" ignored="false" />
|
81
|
-
<file path="$PROJECT_DIR$/../jquery_auto_filler/.idea/workspace.xml" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528312497" ignored="false" />
|
82
|
-
<file path="/state_lookup_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377530165506" ignored="false" />
|
83
|
-
<file path="/crm_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377528934427" ignored="false" />
|
84
|
-
<file path="$USER_HOME$/work/ui/neptune/spec/external_services/choose_number/phone_number_gateway_spec.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377530491665" ignored="false" />
|
85
|
-
<file path="$USER_HOME$/work/ui/neptune/spec/external_services/security/username_availability_gateway_spec.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377529068828" ignored="false" />
|
86
|
-
<file path="/promo_package_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377529152257" ignored="false" />
|
87
|
-
<file path="$USER_HOME$/work/ui/neptune/spec/external_services/loa/writer_gateway_spec.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377529210916" ignored="false" />
|
88
|
-
<file path="$USER_HOME$/work/ui/neptune/spec/external_services/sws/store_payment_gateway_spec.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377529235660" ignored="false" />
|
89
|
-
<file path="$USER_HOME$/work/ui/neptune/spec/external_services/sws/invoice_gateway_escape_characters_spec.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377529250835" ignored="false" />
|
90
|
-
<file path="$USER_HOME$/work/ui/neptune/spec/support/external_services_shared_context.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377529758135" ignored="false" />
|
91
|
-
<file path="/external_services_shared_context.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377529645023" ignored="false" />
|
92
|
-
<file path="$USER_HOME$/work/ui/neptune/spec/external_services/address_validation/state_lookup_gateway_spec.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377530254945" ignored="false" />
|
93
|
-
<file path="/state_lookup_gateway_spec.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377530255530" ignored="false" />
|
94
|
-
<file path="/phone_number_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377530449928" ignored="false" />
|
95
|
-
<file path="/phone_number_gateway_spec.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377531297981" ignored="false" />
|
96
|
-
<file path="/package_gateway.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377530801940" ignored="false" />
|
97
|
-
<file path="/package_gateway_spec.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377531126820" ignored="false" />
|
98
|
-
<file path="$USER_HOME$/work/ui/neptune/spec/external_services/product_catalog/package_gateway_spec.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377531147819" ignored="false" />
|
99
|
-
<file path="$USER_HOME$/work/ui/neptune/spec/services/choose_number/phone_number_gateway_spec.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377531429667" ignored="false" />
|
100
|
-
<file path="$USER_HOME$/work/ui/neptune/lib/tasks/rspec.rake" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377551807713" ignored="false" />
|
101
|
-
<file path="/rspec.rake" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377551804534" ignored="false" />
|
102
|
-
<file path="/indifferent_access.rb" changelist="48445419-a9bd-462b-a38e-4f503de87dd4" time="1377552038977" ignored="false" />
|
13
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
103
14
|
<option name="TRACKING_ENABLED" value="true" />
|
104
15
|
<option name="SHOW_DIALOG" value="false" />
|
105
16
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
106
17
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
107
18
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
108
19
|
</component>
|
109
|
-
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
110
20
|
<component name="CreatePatchCommitExecutor">
|
111
21
|
<option name="PATCH_PATH" value="" />
|
112
22
|
</component>
|
113
|
-
<component name="DaemonCodeAnalyzer">
|
114
|
-
<disable_hints />
|
115
|
-
</component>
|
116
|
-
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
117
23
|
<component name="FavoritesManager">
|
118
24
|
<favorites_list name="shadow_db_credentials" />
|
119
25
|
</component>
|
120
26
|
<component name="FileEditorManager">
|
121
|
-
<leaf>
|
122
|
-
<file leaf-file-name="
|
123
|
-
<entry file="file://$PROJECT_DIR$/
|
124
|
-
<provider selected="true" editor-type-id="text-editor">
|
125
|
-
<state line="1" column="18" selection-start="44" selection-end="44" vertical-scroll-proportion="0.0">
|
126
|
-
<folding />
|
127
|
-
</state>
|
128
|
-
</provider>
|
129
|
-
</entry>
|
130
|
-
</file>
|
131
|
-
<file leaf-file-name="Rakefile" pinned="false" current="true" current-in-tab="true">
|
132
|
-
<entry file="file://$PROJECT_DIR$/Rakefile">
|
27
|
+
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
28
|
+
<file leaf-file-name="spec_helper.rb" pinned="false" current-in-tab="false">
|
29
|
+
<entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
|
133
30
|
<provider selected="true" editor-type-id="text-editor">
|
134
|
-
<state
|
31
|
+
<state relative-caret-position="0">
|
32
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
135
33
|
<folding />
|
136
34
|
</state>
|
137
35
|
</provider>
|
138
36
|
</entry>
|
139
37
|
</file>
|
140
|
-
<file leaf-file-name="
|
141
|
-
<entry file="file://$PROJECT_DIR$/
|
38
|
+
<file leaf-file-name="shadow_db_credentials_spec.rb" pinned="false" current-in-tab="true">
|
39
|
+
<entry file="file://$PROJECT_DIR$/spec/shadow_db_credentials_spec.rb">
|
142
40
|
<provider selected="true" editor-type-id="text-editor">
|
143
|
-
<state
|
144
|
-
<
|
145
|
-
</state>
|
146
|
-
</provider>
|
147
|
-
</entry>
|
148
|
-
</file>
|
149
|
-
<file leaf-file-name="CHANGES" pinned="false" current="false" current-in-tab="false">
|
150
|
-
<entry file="file://$PROJECT_DIR$/CHANGES">
|
151
|
-
<provider selected="true" editor-type-id="text-editor">
|
152
|
-
<state line="22" column="78" selection-start="265" selection-end="265" vertical-scroll-proportion="0.0">
|
41
|
+
<state relative-caret-position="0">
|
42
|
+
<caret line="0" column="22" lean-forward="false" selection-start-line="0" selection-start-column="22" selection-end-line="0" selection-end-column="22" />
|
153
43
|
<folding />
|
154
44
|
</state>
|
155
45
|
</provider>
|
@@ -157,6 +47,11 @@
|
|
157
47
|
</file>
|
158
48
|
</leaf>
|
159
49
|
</component>
|
50
|
+
<component name="FindInProjectRecents">
|
51
|
+
<findStrings>
|
52
|
+
<find>should</find>
|
53
|
+
</findStrings>
|
54
|
+
</component>
|
160
55
|
<component name="FindManager">
|
161
56
|
<FindUsagesManager>
|
162
57
|
<setting name="OPEN_NEW_TAB" value="false" />
|
@@ -171,32 +66,25 @@
|
|
171
66
|
</option>
|
172
67
|
</component>
|
173
68
|
<component name="IdeDocumentHistory">
|
174
|
-
<option name="
|
69
|
+
<option name="CHANGED_PATHS">
|
175
70
|
<list>
|
176
|
-
<option value="$PROJECT_DIR
|
177
|
-
<option value="$PROJECT_DIR$/
|
178
|
-
<option value="$PROJECT_DIR$/shadow_db_credentials.gemspec.erb" />
|
179
|
-
<option value="$PROJECT_DIR$/lib/shadow_db_credentials/hash_with_undifferent_access.rb" />
|
180
|
-
<option value="$PROJECT_DIR$/lib/shadow_db_credentials/keys.rb" />
|
181
|
-
<option value="$PROJECT_DIR$/lib/shadow_db_credentials/hash_with_indifferent_access.rb" />
|
182
|
-
<option value="$PROJECT_DIR$/lib/shadow_db_credentials/indifferent_access.rb" />
|
183
|
-
<option value="$PROJECT_DIR$/lib/shadow_db_credentials/activesupport/core_ext/hash/indifferent_access.rb" />
|
184
|
-
<option value="$PROJECT_DIR$/lib/shadow_db_credentials/activesupport/hash_with_indifferent_access.rb" />
|
185
|
-
<option value="$PROJECT_DIR$/lib/shadow_db_credentials.rb" />
|
71
|
+
<option value="$PROJECT_DIR$/.ruby-version" />
|
72
|
+
<option value="$PROJECT_DIR$/Gemfile" />
|
186
73
|
<option value="$PROJECT_DIR$/spec/shadow_db_credentials_spec.rb" />
|
187
|
-
<option value="$PROJECT_DIR$/lib/shadow_db_credentials/shadow_db_credentials.rb" />
|
188
|
-
<option value="$PROJECT_DIR$/lib/active_support/hash_with_indifferent_access.rb" />
|
189
|
-
<option value="$PROJECT_DIR$/lib/active_support/core_ext/hash/indifferent_access.rb" />
|
190
|
-
<option value="$PROJECT_DIR$/lib/shadow_db_credentials/version.rb" />
|
191
|
-
<option value="$PROJECT_DIR$/CHANGES" />
|
192
74
|
</list>
|
193
75
|
</option>
|
194
76
|
</component>
|
77
|
+
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
78
|
+
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
|
79
|
+
<component name="JsGulpfileManager">
|
80
|
+
<detection-done>true</detection-done>
|
81
|
+
<sorting>DEFINITION_ORDER</sorting>
|
82
|
+
</component>
|
195
83
|
<component name="ProjectFrameBounds">
|
196
|
-
<option name="x" value="
|
197
|
-
<option name="y" value="
|
84
|
+
<option name="x" value="92" />
|
85
|
+
<option name="y" value="23" />
|
198
86
|
<option name="width" value="1588" />
|
199
|
-
<option name="height" value="
|
87
|
+
<option name="height" value="1027" />
|
200
88
|
</component>
|
201
89
|
<component name="ProjectInspectionProfilesVisibleTreeState">
|
202
90
|
<entry key="Project Default">
|
@@ -217,21 +105,11 @@
|
|
217
105
|
</profile-state>
|
218
106
|
</entry>
|
219
107
|
</component>
|
220
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
221
|
-
<OptionsSetting value="true" id="Add" />
|
222
|
-
<OptionsSetting value="true" id="Remove" />
|
223
|
-
<OptionsSetting value="true" id="Checkout" />
|
224
|
-
<OptionsSetting value="true" id="Update" />
|
225
|
-
<OptionsSetting value="true" id="Status" />
|
226
|
-
<OptionsSetting value="true" id="Edit" />
|
227
|
-
<ConfirmationsSetting value="0" id="Add" />
|
228
|
-
<ConfirmationsSetting value="0" id="Remove" />
|
229
|
-
</component>
|
230
108
|
<component name="ProjectReloadState">
|
231
109
|
<option name="STATE" value="0" />
|
232
110
|
</component>
|
233
111
|
<component name="ProjectView">
|
234
|
-
<navigator currentView="ProjectPane" proportions="" version="1"
|
112
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
235
113
|
<flattenPackages />
|
236
114
|
<showMembers />
|
237
115
|
<showModules />
|
@@ -241,127 +119,29 @@
|
|
241
119
|
<autoscrollToSource ProjectPane="true" />
|
242
120
|
<autoscrollFromSource ProjectPane="true" />
|
243
121
|
<sortByType />
|
122
|
+
<manualOrder />
|
123
|
+
<foldersAlwaysOnTop value="true" />
|
244
124
|
</navigator>
|
245
125
|
<panes>
|
246
126
|
<pane id="ProjectPane">
|
247
127
|
<subPane>
|
248
|
-
<
|
249
|
-
<
|
250
|
-
<
|
251
|
-
<
|
252
|
-
</
|
253
|
-
<
|
254
|
-
<
|
255
|
-
<
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
<option name="myItemId" value="shadow_db_credentials" />
|
261
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
262
|
-
</PATH_ELEMENT>
|
263
|
-
<PATH_ELEMENT>
|
264
|
-
<option name="myItemId" value="External Libraries" />
|
265
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
|
266
|
-
</PATH_ELEMENT>
|
267
|
-
<PATH_ELEMENT>
|
268
|
-
<option name="myItemId" value="rspec-core (v2.14.5, RVM: ruby-2.0.0-p247 [shadow_db_credentials]) [gem]" />
|
269
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.NamedLibraryElementNode" />
|
270
|
-
</PATH_ELEMENT>
|
271
|
-
<PATH_ELEMENT>
|
272
|
-
<option name="myItemId" value="lib" />
|
273
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
274
|
-
</PATH_ELEMENT>
|
275
|
-
<PATH_ELEMENT>
|
276
|
-
<option name="myItemId" value="rspec" />
|
277
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
278
|
-
</PATH_ELEMENT>
|
279
|
-
</PATH>
|
280
|
-
<PATH>
|
281
|
-
<PATH_ELEMENT>
|
282
|
-
<option name="myItemId" value="shadow_db_credentials" />
|
283
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
284
|
-
</PATH_ELEMENT>
|
285
|
-
<PATH_ELEMENT>
|
286
|
-
<option name="myItemId" value="External Libraries" />
|
287
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
|
288
|
-
</PATH_ELEMENT>
|
289
|
-
<PATH_ELEMENT>
|
290
|
-
<option name="myItemId" value="rspec-core (v2.14.5, RVM: ruby-2.0.0-p247 [shadow_db_credentials]) [gem]" />
|
291
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.NamedLibraryElementNode" />
|
292
|
-
</PATH_ELEMENT>
|
293
|
-
<PATH_ELEMENT>
|
294
|
-
<option name="myItemId" value="lib" />
|
295
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
296
|
-
</PATH_ELEMENT>
|
297
|
-
<PATH_ELEMENT>
|
298
|
-
<option name="myItemId" value="rspec" />
|
299
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
300
|
-
</PATH_ELEMENT>
|
301
|
-
<PATH_ELEMENT>
|
302
|
-
<option name="myItemId" value="core" />
|
303
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
304
|
-
</PATH_ELEMENT>
|
305
|
-
</PATH>
|
306
|
-
<PATH>
|
307
|
-
<PATH_ELEMENT>
|
308
|
-
<option name="myItemId" value="shadow_db_credentials" />
|
309
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
310
|
-
</PATH_ELEMENT>
|
311
|
-
<PATH_ELEMENT>
|
312
|
-
<option name="myItemId" value="External Libraries" />
|
313
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
|
314
|
-
</PATH_ELEMENT>
|
315
|
-
<PATH_ELEMENT>
|
316
|
-
<option name="myItemId" value="rspec-core (v2.14.5, RVM: ruby-2.0.0-p247 [shadow_db_credentials]) [gem]" />
|
317
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.NamedLibraryElementNode" />
|
318
|
-
</PATH_ELEMENT>
|
319
|
-
<PATH_ELEMENT>
|
320
|
-
<option name="myItemId" value="lib" />
|
321
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
322
|
-
</PATH_ELEMENT>
|
323
|
-
</PATH>
|
324
|
-
<PATH>
|
325
|
-
<PATH_ELEMENT>
|
326
|
-
<option name="myItemId" value="shadow_db_credentials" />
|
327
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
328
|
-
</PATH_ELEMENT>
|
329
|
-
<PATH_ELEMENT>
|
330
|
-
<option name="myItemId" value="External Libraries" />
|
331
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
|
332
|
-
</PATH_ELEMENT>
|
333
|
-
<PATH_ELEMENT>
|
334
|
-
<option name="myItemId" value="rspec-core (v2.14.5, RVM: ruby-2.0.0-p247 [shadow_db_credentials]) [gem]" />
|
335
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.NamedLibraryElementNode" />
|
336
|
-
</PATH_ELEMENT>
|
337
|
-
</PATH>
|
338
|
-
<PATH>
|
339
|
-
<PATH_ELEMENT>
|
340
|
-
<option name="myItemId" value="shadow_db_credentials" />
|
341
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
342
|
-
</PATH_ELEMENT>
|
343
|
-
<PATH_ELEMENT>
|
344
|
-
<option name="myItemId" value="shadow_db_credentials" />
|
345
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
346
|
-
</PATH_ELEMENT>
|
347
|
-
</PATH>
|
348
|
-
<PATH>
|
349
|
-
<PATH_ELEMENT>
|
350
|
-
<option name="myItemId" value="shadow_db_credentials" />
|
351
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
352
|
-
</PATH_ELEMENT>
|
353
|
-
<PATH_ELEMENT>
|
354
|
-
<option name="myItemId" value="shadow_db_credentials" />
|
355
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
356
|
-
</PATH_ELEMENT>
|
357
|
-
<PATH_ELEMENT>
|
358
|
-
<option name="myItemId" value="spec" />
|
359
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
360
|
-
</PATH_ELEMENT>
|
361
|
-
</PATH>
|
128
|
+
<expand>
|
129
|
+
<path>
|
130
|
+
<item name="shadow_db_credentials" type="b2602c69:ProjectViewProjectNode" />
|
131
|
+
<item name="shadow_db_credentials" type="462c0819:PsiDirectoryNode" />
|
132
|
+
</path>
|
133
|
+
<path>
|
134
|
+
<item name="shadow_db_credentials" type="b2602c69:ProjectViewProjectNode" />
|
135
|
+
<item name="shadow_db_credentials" type="462c0819:PsiDirectoryNode" />
|
136
|
+
<item name="spec" type="462c0819:PsiDirectoryNode" />
|
137
|
+
</path>
|
138
|
+
</expand>
|
139
|
+
<select />
|
362
140
|
</subPane>
|
363
141
|
</pane>
|
364
142
|
<pane id="Scope" />
|
143
|
+
<pane id="Scratches" />
|
144
|
+
<pane id="NBKnowledgePane" />
|
365
145
|
</panes>
|
366
146
|
</component>
|
367
147
|
<component name="PropertiesComponent">
|
@@ -372,6 +152,8 @@
|
|
372
152
|
<property name="FullScreen" value="false" />
|
373
153
|
<property name="options.searchVisible" value="true" />
|
374
154
|
<property name="options.splitter.details.proportions" value="0.2" />
|
155
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
156
|
+
<property name="settings.editor.selected.configurable" value="org.jetbrains.plugins.ruby.settings.RubyActiveModuleSdkConfigurable" />
|
375
157
|
</component>
|
376
158
|
<component name="RecentsManager">
|
377
159
|
<key name="MoveFile.RECENT_KEYS">
|
@@ -381,12 +163,24 @@
|
|
381
163
|
<recent name="$PROJECT_DIR$/lib/shadow_db_credentials" />
|
382
164
|
</key>
|
383
165
|
</component>
|
166
|
+
<component name="RunDashboard">
|
167
|
+
<option name="ruleStates">
|
168
|
+
<list>
|
169
|
+
<RuleState>
|
170
|
+
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
171
|
+
</RuleState>
|
172
|
+
<RuleState>
|
173
|
+
<option name="name" value="StatusDashboardGroupingRule" />
|
174
|
+
</RuleState>
|
175
|
+
</list>
|
176
|
+
</option>
|
177
|
+
</component>
|
384
178
|
<component name="RunManager" selected="RSpec.shadow_db_credentials_spec">
|
385
|
-
<configuration
|
179
|
+
<configuration name="ShadowDbCredentials should process credentials attrubute" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
386
180
|
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
387
181
|
<module name="shadow_db_credentials" />
|
388
182
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
389
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$
|
183
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
390
184
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
391
185
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
392
186
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
@@ -394,69 +188,35 @@
|
|
394
188
|
<env name="JRUBY_OPTS" value="-X+O" />
|
395
189
|
</envs>
|
396
190
|
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
397
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
191
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
398
192
|
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
399
193
|
<COVERAGE_PATTERN ENABLED="true">
|
400
194
|
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
401
195
|
</COVERAGE_PATTERN>
|
402
196
|
</EXTENSION>
|
403
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
404
197
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
405
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$
|
198
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/shadow_db_credentials_spec.rb" />
|
406
199
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
407
200
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
408
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="ShadowDbCredentials" />
|
409
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
410
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
411
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
412
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
413
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
414
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
415
|
-
<RunnerSettings RunnerId="RubyRunner" />
|
416
|
-
<ConfigurationWrapper RunnerId="RubyRunner" />
|
417
|
-
<method />
|
418
|
-
</configuration>
|
419
|
-
<configuration default="false" name="ShadowDbCredentials should read credentials from the file" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
420
|
-
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
421
|
-
<module name="shadow_db_credentials" />
|
422
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
423
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$PROJECT_DIR$/spec" />
|
424
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
425
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
426
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
427
|
-
<envs>
|
428
|
-
<env name="JRUBY_OPTS" value="-X+O" />
|
429
|
-
</envs>
|
430
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
431
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
432
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
433
|
-
<COVERAGE_PATTERN ENABLED="true">
|
434
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
435
|
-
</COVERAGE_PATTERN>
|
436
|
-
</EXTENSION>
|
437
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
438
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
439
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$PROJECT_DIR$/spec/shadow_db_credentials_spec.rb" />
|
440
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
441
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
442
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="ShadowDbCredentials should read credentials from the file" />
|
201
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="ShadowDbCredentials should process credentials attrubute" />
|
443
202
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
444
203
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
445
204
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
446
205
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
447
206
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
207
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
208
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
448
209
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
449
210
|
<RunnerSettings RunnerId="RubyDebugRunner" />
|
450
211
|
<RunnerSettings RunnerId="RubyRunner" />
|
451
212
|
<ConfigurationWrapper RunnerId="RubyDebugRunner" />
|
452
213
|
<ConfigurationWrapper RunnerId="RubyRunner" />
|
453
|
-
<method />
|
454
214
|
</configuration>
|
455
|
-
<configuration
|
215
|
+
<configuration name="ShadowDbCredentials should read credentials from the file" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
456
216
|
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
457
217
|
<module name="shadow_db_credentials" />
|
458
218
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
459
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$
|
219
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$/spec" />
|
460
220
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
461
221
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
462
222
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
@@ -464,35 +224,35 @@
|
|
464
224
|
<env name="JRUBY_OPTS" value="-X+O" />
|
465
225
|
</envs>
|
466
226
|
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
467
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
227
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
468
228
|
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
469
229
|
<COVERAGE_PATTERN ENABLED="true">
|
470
230
|
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
471
231
|
</COVERAGE_PATTERN>
|
472
232
|
</EXTENSION>
|
473
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
474
233
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
475
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$
|
234
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/shadow_db_credentials_spec.rb" />
|
476
235
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
477
236
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
478
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="ShadowDbCredentials should
|
237
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="ShadowDbCredentials should read credentials from the file" />
|
479
238
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
480
239
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
481
240
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
482
241
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
483
242
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
243
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
244
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
484
245
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
485
246
|
<RunnerSettings RunnerId="RubyDebugRunner" />
|
486
247
|
<RunnerSettings RunnerId="RubyRunner" />
|
487
248
|
<ConfigurationWrapper RunnerId="RubyDebugRunner" />
|
488
249
|
<ConfigurationWrapper RunnerId="RubyRunner" />
|
489
|
-
<method />
|
490
250
|
</configuration>
|
491
|
-
<configuration
|
251
|
+
<configuration name="ShadowDbCredentials should retrieve given configuration" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
492
252
|
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
493
253
|
<module name="shadow_db_credentials" />
|
494
254
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
495
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$
|
255
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
496
256
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
497
257
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
498
258
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
@@ -500,15 +260,14 @@
|
|
500
260
|
<env name="JRUBY_OPTS" value="-X+O" />
|
501
261
|
</envs>
|
502
262
|
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
503
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
263
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
504
264
|
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
505
265
|
<COVERAGE_PATTERN ENABLED="true">
|
506
266
|
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
507
267
|
</COVERAGE_PATTERN>
|
508
268
|
</EXTENSION>
|
509
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
510
269
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
511
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$
|
270
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/shadow_db_credentials_spec.rb" />
|
512
271
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
513
272
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
514
273
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="ShadowDbCredentials should retrieve given configuration" />
|
@@ -517,18 +276,19 @@
|
|
517
276
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
518
277
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
519
278
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
279
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
280
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
520
281
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
521
282
|
<RunnerSettings RunnerId="RubyDebugRunner" />
|
522
283
|
<RunnerSettings RunnerId="RubyRunner" />
|
523
284
|
<ConfigurationWrapper RunnerId="RubyDebugRunner" />
|
524
285
|
<ConfigurationWrapper RunnerId="RubyRunner" />
|
525
|
-
<method />
|
526
286
|
</configuration>
|
527
|
-
<configuration
|
287
|
+
<configuration name="ShadowDbCredentials" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
528
288
|
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
529
289
|
<module name="shadow_db_credentials" />
|
530
290
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
531
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$
|
291
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$/spec" />
|
532
292
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
533
293
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
534
294
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
@@ -536,27 +296,27 @@
|
|
536
296
|
<env name="JRUBY_OPTS" value="-X+O" />
|
537
297
|
</envs>
|
538
298
|
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
539
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
299
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
540
300
|
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
541
301
|
<COVERAGE_PATTERN ENABLED="true">
|
542
302
|
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
543
303
|
</COVERAGE_PATTERN>
|
544
304
|
</EXTENSION>
|
545
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
546
305
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
547
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$
|
306
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/shadow_db_credentials_spec.rb" />
|
548
307
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
549
308
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
550
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
309
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="ShadowDbCredentials" />
|
551
310
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
552
311
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
553
312
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
554
313
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
555
314
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
315
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
316
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
556
317
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
557
318
|
<RunnerSettings RunnerId="RubyRunner" />
|
558
319
|
<ConfigurationWrapper RunnerId="RubyRunner" />
|
559
|
-
<method />
|
560
320
|
</configuration>
|
561
321
|
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
562
322
|
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
@@ -634,6 +394,40 @@
|
|
634
394
|
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
635
395
|
<method />
|
636
396
|
</configuration>
|
397
|
+
<configuration name="shadow_db_credentials_spec" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
398
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
399
|
+
<module name="shadow_db_credentials" />
|
400
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
401
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
402
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
403
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
404
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
405
|
+
<envs>
|
406
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
407
|
+
</envs>
|
408
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
409
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
410
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
411
|
+
<COVERAGE_PATTERN ENABLED="true">
|
412
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
413
|
+
</COVERAGE_PATTERN>
|
414
|
+
</EXTENSION>
|
415
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
416
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/shadow_db_credentials_spec.rb" />
|
417
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
418
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
419
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
420
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
421
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
422
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
423
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
424
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
425
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
426
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
427
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
428
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
429
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
430
|
+
</configuration>
|
637
431
|
<list size="5">
|
638
432
|
<item index="0" class="java.lang.String" itemvalue="RSpec.ShadowDbCredentials" />
|
639
433
|
<item index="1" class="java.lang.String" itemvalue="RSpec.ShadowDbCredentials should read credentials from the file" />
|
@@ -651,127 +445,103 @@
|
|
651
445
|
</list>
|
652
446
|
</recent_temporary>
|
653
447
|
</component>
|
654
|
-
<component name="ShelveChangesManager" show_recycled="false"
|
448
|
+
<component name="ShelveChangesManager" show_recycled="false">
|
449
|
+
<option name="remove_strategy" value="false" />
|
450
|
+
</component>
|
451
|
+
<component name="SpringUtil" SPRING_PRE_LOADER_OPTION="true" />
|
655
452
|
<component name="TaskManager">
|
656
453
|
<task active="true" id="Default" summary="Default task">
|
657
454
|
<changelist id="48445419-a9bd-462b-a38e-4f503de87dd4" name="Default" comment="" />
|
658
455
|
<created>1371913999140</created>
|
456
|
+
<option name="number" value="Default" />
|
457
|
+
<option name="presentableId" value="Default" />
|
659
458
|
<updated>1371913999140</updated>
|
459
|
+
<workItem from="1500821987744" duration="357000" />
|
660
460
|
</task>
|
661
461
|
<task id="LOCAL-00001" summary="bug fixes">
|
662
462
|
<created>1371916807991</created>
|
463
|
+
<option name="number" value="00001" />
|
464
|
+
<option name="presentableId" value="LOCAL-00001" />
|
465
|
+
<option name="project" value="LOCAL" />
|
663
466
|
<updated>1371916807991</updated>
|
664
467
|
</task>
|
665
468
|
<task id="LOCAL-00002" summary="bug fixes">
|
666
469
|
<created>1371916843356</created>
|
470
|
+
<option name="number" value="00002" />
|
471
|
+
<option name="presentableId" value="LOCAL-00002" />
|
472
|
+
<option name="project" value="LOCAL" />
|
667
473
|
<updated>1371916843356</updated>
|
668
474
|
</task>
|
669
475
|
<task id="LOCAL-00003" summary="Small API and build changes; writing documentation">
|
670
476
|
<created>1376681476849</created>
|
477
|
+
<option name="number" value="00003" />
|
478
|
+
<option name="presentableId" value="LOCAL-00003" />
|
479
|
+
<option name="project" value="LOCAL" />
|
671
480
|
<updated>1376681476849</updated>
|
672
481
|
</task>
|
673
482
|
<task id="LOCAL-00004" summary="Small API and build changes; writing documentation">
|
674
483
|
<created>1376681867503</created>
|
484
|
+
<option name="number" value="00004" />
|
485
|
+
<option name="presentableId" value="LOCAL-00004" />
|
486
|
+
<option name="project" value="LOCAL" />
|
675
487
|
<updated>1376681867503</updated>
|
676
488
|
</task>
|
677
489
|
<task id="LOCAL-00005" summary="Bug fixes; adf license to gemspec">
|
678
490
|
<created>1377291422800</created>
|
491
|
+
<option name="number" value="00005" />
|
492
|
+
<option name="presentableId" value="LOCAL-00005" />
|
493
|
+
<option name="project" value="LOCAL" />
|
679
494
|
<updated>1377291422800</updated>
|
680
495
|
</task>
|
681
|
-
<
|
682
|
-
<created>1377553416421</created>
|
683
|
-
<updated>1377553416421</updated>
|
684
|
-
</task>
|
685
|
-
<option name="localTasksCounter" value="7" />
|
496
|
+
<option name="localTasksCounter" value="6" />
|
686
497
|
<servers />
|
687
498
|
</component>
|
499
|
+
<component name="TimeTrackingManager">
|
500
|
+
<option name="totallyTimeSpent" value="357000" />
|
501
|
+
</component>
|
688
502
|
<component name="ToolWindowManager">
|
689
|
-
<frame x="
|
690
|
-
<editor active="true" />
|
503
|
+
<frame x="92" y="23" width="1588" height="1027" extended-state="0" />
|
691
504
|
<layout>
|
692
|
-
<window_info id="
|
693
|
-
<window_info id="
|
694
|
-
<window_info id="
|
695
|
-
<window_info id="
|
696
|
-
<window_info id="
|
697
|
-
<window_info id="
|
698
|
-
<window_info id="
|
699
|
-
<window_info id="
|
700
|
-
<window_info id="
|
701
|
-
<window_info id="
|
702
|
-
<window_info id="
|
703
|
-
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
704
|
-
<window_info id="
|
705
|
-
<window_info id="
|
706
|
-
<window_info id="
|
707
|
-
<window_info id="
|
708
|
-
<window_info id="
|
709
|
-
<window_info id="
|
710
|
-
<window_info id="Jenkins" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
711
|
-
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
712
|
-
<window_info id="
|
505
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.26584736" sideWeight="0.6722164" order="0" side_tool="false" content_ui="combo" />
|
506
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
507
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
|
508
|
+
<window_info id="Dilbert" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
509
|
+
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
510
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
511
|
+
<window_info id="Copy/Paste" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
512
|
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="true" content_ui="tabs" />
|
513
|
+
<window_info id="Terminal" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32929516" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
514
|
+
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
515
|
+
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32778355" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
516
|
+
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
517
|
+
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32917964" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
518
|
+
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
519
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
520
|
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
521
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32882413" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
522
|
+
<window_info id="jenkinsBrowser" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
523
|
+
<window_info id="Jenkins" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
524
|
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
525
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3298647" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
526
|
+
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
527
|
+
<window_info id="CSS-X-Fire" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
528
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.23517169" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
713
529
|
</layout>
|
714
530
|
</component>
|
531
|
+
<component name="TypeScriptGeneratedFilesManager">
|
532
|
+
<option name="version" value="1" />
|
533
|
+
</component>
|
715
534
|
<component name="VcsContentAnnotationSettings">
|
716
535
|
<option name="myLimit" value="2678400000" />
|
717
536
|
</component>
|
718
537
|
<component name="VcsManagerConfiguration">
|
719
538
|
<option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />
|
720
|
-
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
|
721
|
-
<option name="CHECK_NEW_TODO" value="true" />
|
722
|
-
<option name="myTodoPanelSettings">
|
723
|
-
<value>
|
724
|
-
<are-packages-shown value="false" />
|
725
|
-
<are-modules-shown value="false" />
|
726
|
-
<flatten-packages value="false" />
|
727
|
-
<is-autoscroll-to-source value="false" />
|
728
|
-
</value>
|
729
|
-
</option>
|
730
|
-
<option name="PERFORM_UPDATE_IN_BACKGROUND" value="true" />
|
731
|
-
<option name="PERFORM_COMMIT_IN_BACKGROUND" value="true" />
|
732
|
-
<option name="PERFORM_EDIT_IN_BACKGROUND" value="true" />
|
733
|
-
<option name="PERFORM_CHECKOUT_IN_BACKGROUND" value="true" />
|
734
|
-
<option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
|
735
|
-
<option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />
|
736
|
-
<option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="false" />
|
737
|
-
<option name="CHANGED_ON_SERVER_INTERVAL" value="60" />
|
738
|
-
<option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />
|
739
|
-
<option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />
|
740
|
-
<option name="DEFAULT_PATCH_EXTENSION" value="patch" />
|
741
|
-
<option name="SHORT_DIFF_HORIZONTALLY" value="true" />
|
742
|
-
<option name="SHORT_DIFF_EXTRA_LINES" value="2" />
|
743
|
-
<option name="SOFT_WRAPS_IN_SHORT_DIFF" value="true" />
|
744
|
-
<option name="INCLUDE_TEXT_INTO_PATCH" value="false" />
|
745
539
|
<option name="INCLUDE_TEXT_INTO_SHELF" value="false" />
|
746
|
-
<option name="SHOW_FILE_HISTORY_DETAILS" value="true" />
|
747
|
-
<option name="SHOW_VCS_ERROR_NOTIFICATIONS" value="true" />
|
748
|
-
<option name="SHOW_DIRTY_RECURSIVELY" value="false" />
|
749
|
-
<option name="LIMIT_HISTORY" value="true" />
|
750
|
-
<option name="MAXIMUM_HISTORY_ROWS" value="1000" />
|
751
|
-
<option name="UPDATE_FILTER_SCOPE_NAME" />
|
752
540
|
<option name="USE_COMMIT_MESSAGE_MARGIN" value="false" />
|
753
|
-
<option name="COMMIT_MESSAGE_MARGIN_SIZE" value="72" />
|
754
|
-
<option name="WRAP_WHEN_TYPING_REACHES_RIGHT_MARGIN" value="false" />
|
755
|
-
<option name="FORCE_NON_EMPTY_COMMENT" value="false" />
|
756
|
-
<option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="false" />
|
757
|
-
<option name="LAST_COMMIT_MESSAGE" value="Adding with_indifferent_access from activesupport library" />
|
758
|
-
<option name="MAKE_NEW_CHANGELIST_ACTIVE" value="false" />
|
759
|
-
<option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
|
760
|
-
<option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />
|
761
|
-
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
|
762
|
-
<option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
|
763
|
-
<option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
|
764
|
-
<option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
|
765
|
-
<option name="ACTIVE_VCS_NAME" />
|
766
|
-
<option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
|
767
|
-
<option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
|
768
|
-
<option name="UPDATE_FILTER_BY_SCOPE" value="false" />
|
769
|
-
<option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
|
770
|
-
<option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
|
771
541
|
<MESSAGE value="bug fixes" />
|
772
542
|
<MESSAGE value="Small API and build changes; writing documentation" />
|
773
543
|
<MESSAGE value="Bug fixes; adf license to gemspec" />
|
774
|
-
<
|
544
|
+
<option name="LAST_COMMIT_MESSAGE" value="Bug fixes; adf license to gemspec" />
|
775
545
|
</component>
|
776
546
|
<component name="XDebuggerManager">
|
777
547
|
<breakpoint-manager>
|
@@ -784,126 +554,157 @@
|
|
784
554
|
</breakpoints>
|
785
555
|
<option name="time" value="15" />
|
786
556
|
</breakpoint-manager>
|
557
|
+
<watches-manager />
|
787
558
|
</component>
|
788
559
|
<component name="editorHistoryManager">
|
789
|
-
<entry file="file://$
|
560
|
+
<entry file="file://$PROJECT_DIR$/lib/shadow_db_credentials/version.rb">
|
790
561
|
<provider selected="true" editor-type-id="text-editor">
|
791
|
-
<state
|
562
|
+
<state relative-caret-position="0">
|
563
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
792
564
|
<folding />
|
793
565
|
</state>
|
794
566
|
</provider>
|
795
567
|
</entry>
|
796
|
-
<entry file="file://$PROJECT_DIR$/
|
797
|
-
<provider editor-type-id="MarkdownPreviewEditor">
|
798
|
-
<state />
|
799
|
-
</provider>
|
568
|
+
<entry file="file://$PROJECT_DIR$/lib/shadow_db_credentials.rb">
|
800
569
|
<provider selected="true" editor-type-id="text-editor">
|
801
|
-
<state
|
570
|
+
<state relative-caret-position="15">
|
571
|
+
<caret line="1" column="53" lean-forward="false" selection-start-line="1" selection-start-column="53" selection-end-line="1" selection-end-column="53" />
|
802
572
|
<folding />
|
803
573
|
</state>
|
804
574
|
</provider>
|
805
575
|
</entry>
|
806
|
-
<entry file="file://$
|
807
|
-
|
808
|
-
<state />
|
809
|
-
</provider>
|
576
|
+
<entry file="file://$USER_HOME$/.rvm/gems/ruby-2.0.0-p247@shadow_db_credentials/gems/gemspec_deps_gen-1.0.5/lib/gemspec_deps_gen/gemspec_deps_gen.rb" />
|
577
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
810
578
|
<provider selected="true" editor-type-id="text-editor">
|
811
|
-
<state
|
812
|
-
<
|
579
|
+
<state relative-caret-position="0">
|
580
|
+
<caret line="138" column="17" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
813
581
|
</state>
|
814
582
|
</provider>
|
815
583
|
</entry>
|
816
|
-
<entry file="file://$PROJECT_DIR$/
|
584
|
+
<entry file="file://$PROJECT_DIR$/LICENSE">
|
817
585
|
<provider selected="true" editor-type-id="text-editor">
|
818
|
-
<state
|
819
|
-
<
|
586
|
+
<state relative-caret-position="0">
|
587
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
820
588
|
</state>
|
821
589
|
</provider>
|
822
590
|
</entry>
|
823
|
-
<entry file="file://$PROJECT_DIR$/
|
591
|
+
<entry file="file://$PROJECT_DIR$/shadow_db_credentials.gemspec">
|
824
592
|
<provider selected="true" editor-type-id="text-editor">
|
825
|
-
<state
|
826
|
-
<
|
593
|
+
<state relative-caret-position="0">
|
594
|
+
<caret line="20" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
827
595
|
</state>
|
828
596
|
</provider>
|
829
597
|
</entry>
|
830
598
|
<entry file="file://$PROJECT_DIR$/lib/active_support/core_ext/hash/indifferent_access.rb">
|
831
599
|
<provider selected="true" editor-type-id="text-editor">
|
832
|
-
<state
|
600
|
+
<state relative-caret-position="0">
|
601
|
+
<caret line="3" column="65" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
833
602
|
<folding />
|
834
603
|
</state>
|
835
604
|
</provider>
|
836
605
|
</entry>
|
837
606
|
<entry file="file://$PROJECT_DIR$/lib/active_support/core_ext/hash/keys.rb">
|
838
607
|
<provider selected="true" editor-type-id="text-editor">
|
839
|
-
<state
|
840
|
-
<
|
608
|
+
<state relative-caret-position="0">
|
609
|
+
<caret line="25" column="70" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
841
610
|
</state>
|
842
611
|
</provider>
|
843
612
|
</entry>
|
844
613
|
<entry file="file://$PROJECT_DIR$/lib/active_support/hash_with_indifferent_access.rb">
|
845
614
|
<provider selected="true" editor-type-id="text-editor">
|
846
|
-
<state
|
615
|
+
<state relative-caret-position="0">
|
616
|
+
<caret line="178" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
847
617
|
<folding />
|
848
618
|
</state>
|
849
619
|
</provider>
|
850
620
|
</entry>
|
851
621
|
<entry file="file://$PROJECT_DIR$/lib/shadow_db_credentials/shadow_db_credentials.rb">
|
852
622
|
<provider selected="true" editor-type-id="text-editor">
|
853
|
-
<state
|
623
|
+
<state relative-caret-position="0">
|
624
|
+
<caret line="2" column="49" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
854
625
|
<folding />
|
855
626
|
</state>
|
856
627
|
</provider>
|
857
628
|
</entry>
|
858
|
-
<entry file="file://$USER_HOME$/.rvm/gems/ruby-2.0.0-p247@shadow_db_credentials/gems/rspec-core-2.14.5/lib/rspec/core/memoized_helpers.rb"
|
629
|
+
<entry file="file://$USER_HOME$/.rvm/gems/ruby-2.0.0-p247@shadow_db_credentials/gems/rspec-core-2.14.5/lib/rspec/core/memoized_helpers.rb" />
|
630
|
+
<entry file="file://$PROJECT_DIR$/lib/shadow_db_credentials/version.rb">
|
859
631
|
<provider selected="true" editor-type-id="text-editor">
|
860
|
-
<state
|
632
|
+
<state relative-caret-position="15">
|
633
|
+
<caret line="1" column="18" lean-forward="false" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
861
634
|
<folding />
|
862
635
|
</state>
|
863
636
|
</provider>
|
864
637
|
</entry>
|
865
|
-
<entry file="file://$PROJECT_DIR$/
|
638
|
+
<entry file="file://$PROJECT_DIR$/lib/shadow_db_credentials.rb">
|
866
639
|
<provider selected="true" editor-type-id="text-editor">
|
867
|
-
<state
|
640
|
+
<state relative-caret-position="15">
|
641
|
+
<caret line="1" column="53" lean-forward="false" selection-start-line="1" selection-start-column="53" selection-end-line="1" selection-end-column="53" />
|
868
642
|
<folding />
|
869
643
|
</state>
|
870
644
|
</provider>
|
871
645
|
</entry>
|
872
|
-
<entry file="file://$PROJECT_DIR$/
|
646
|
+
<entry file="file://$PROJECT_DIR$/shadow_db_credentials.gemspec.erb">
|
873
647
|
<provider selected="true" editor-type-id="text-editor">
|
874
|
-
<state
|
875
|
-
<
|
648
|
+
<state relative-caret-position="0">
|
649
|
+
<caret line="18" column="63" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
876
650
|
</state>
|
877
651
|
</provider>
|
878
652
|
</entry>
|
879
|
-
<entry file="file://$PROJECT_DIR$/
|
653
|
+
<entry file="file://$PROJECT_DIR$/CHANGES">
|
880
654
|
<provider selected="true" editor-type-id="text-editor">
|
881
|
-
<state
|
655
|
+
<state relative-caret-position="360">
|
656
|
+
<caret line="24" column="2" lean-forward="false" selection-start-line="24" selection-start-column="2" selection-end-line="24" selection-end-column="2" />
|
882
657
|
<folding />
|
883
658
|
</state>
|
884
659
|
</provider>
|
885
660
|
</entry>
|
886
|
-
<entry file="file://$PROJECT_DIR
|
661
|
+
<entry file="file://$PROJECT_DIR$/.ruby-gemset">
|
887
662
|
<provider selected="true" editor-type-id="text-editor">
|
888
|
-
<state
|
663
|
+
<state relative-caret-position="0">
|
664
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
889
665
|
<folding />
|
890
666
|
</state>
|
891
667
|
</provider>
|
892
668
|
</entry>
|
893
|
-
<entry file="file://$PROJECT_DIR
|
669
|
+
<entry file="file://$PROJECT_DIR$/.ruby-version">
|
894
670
|
<provider selected="true" editor-type-id="text-editor">
|
895
|
-
<state
|
671
|
+
<state relative-caret-position="0">
|
672
|
+
<caret line="0" column="5" lean-forward="false" selection-start-line="0" selection-start-column="5" selection-end-line="0" selection-end-column="5" />
|
896
673
|
<folding />
|
897
674
|
</state>
|
898
675
|
</provider>
|
899
676
|
</entry>
|
900
677
|
<entry file="file://$PROJECT_DIR$/Rakefile">
|
901
678
|
<provider selected="true" editor-type-id="text-editor">
|
902
|
-
<state
|
679
|
+
<state relative-caret-position="86">
|
680
|
+
<caret line="11" column="12" lean-forward="false" selection-start-line="11" selection-start-column="12" selection-end-line="11" selection-end-column="12" />
|
681
|
+
<folding />
|
682
|
+
</state>
|
683
|
+
</provider>
|
684
|
+
</entry>
|
685
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
686
|
+
<provider selected="true" editor-type-id="text-editor">
|
687
|
+
<state relative-caret-position="165">
|
688
|
+
<caret line="11" column="3" lean-forward="true" selection-start-line="11" selection-start-column="3" selection-end-line="11" selection-end-column="3" />
|
689
|
+
<folding />
|
690
|
+
</state>
|
691
|
+
</provider>
|
692
|
+
</entry>
|
693
|
+
<entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
|
694
|
+
<provider selected="true" editor-type-id="text-editor">
|
695
|
+
<state relative-caret-position="0">
|
696
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
697
|
+
<folding />
|
698
|
+
</state>
|
699
|
+
</provider>
|
700
|
+
</entry>
|
701
|
+
<entry file="file://$PROJECT_DIR$/spec/shadow_db_credentials_spec.rb">
|
702
|
+
<provider selected="true" editor-type-id="text-editor">
|
703
|
+
<state relative-caret-position="0">
|
704
|
+
<caret line="0" column="22" lean-forward="false" selection-start-line="0" selection-start-column="22" selection-end-line="0" selection-end-column="22" />
|
903
705
|
<folding />
|
904
706
|
</state>
|
905
707
|
</provider>
|
906
708
|
</entry>
|
907
709
|
</component>
|
908
|
-
</project>
|
909
|
-
|
710
|
+
</project>
|