pin_up 0.4.2 → 0.5.0
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/.name +1 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/encodings.xml +5 -0
- data/.idea/misc.xml +5 -0
- data/.idea/modules.xml +9 -0
- data/.idea/pin_up.iml +59 -0
- data/.idea/scopes/scope_settings.xml +5 -0
- data/.idea/vcs.xml +7 -0
- data/.idea/workspace.xml +328 -0
- data/.travis.yml +8 -0
- data/Gemfile +2 -0
- data/Gemfile.lock +32 -0
- data/Guardfile +45 -0
- data/README.md +37 -0
- data/VERSION +1 -1
- data/lib/pin_up/base.rb +11 -4
- data/lib/pin_up/charge.rb +7 -2
- data/lib/pin_up/customer.rb +14 -5
- data/lib/pin_up/refund.rb +6 -2
- data/pin_up.gemspec +20 -28
- data/spec/charges_spec.rb +10 -2
- data/spec/customers_spec.rb +30 -3
- data/spec/errors_spec.rb +1 -1
- data/spec/refund_spec.rb +13 -4
- data/spec/spec_helper.rb +2 -0
- metadata +41 -27
- data/spec/vcr/Base/should_list_succesfully_connect_to_Pin.yml +0 -73
- data/spec/vcr/Card/should_create_a_card_and_respond_with_the_card_detail_from_pin.yml +0 -53
- data/spec/vcr/Charge/should_create_a_charge_given_details.yml +0 -52
- data/spec/vcr/Charge/should_list_charges_in_Pin.yml +0 -96
- data/spec/vcr/Charge/should_not_show_a_charge_if_end_date_is_out_of_range.yml +0 -50
- data/spec/vcr/Charge/should_show_a_charge_given_a_search_term.yml +0 -58
- data/spec/vcr/Charge/should_show_a_charge_given_a_token.yml +0 -53
- data/spec/vcr/Customer/should_create_a_customer_given_a_card_token_customer_email.yml +0 -101
- data/spec/vcr/Customer/should_create_a_customer_given_an_email_and_card_details.yml +0 -51
- data/spec/vcr/Customer/should_list_charges_to_a_customer_given_a_token.yml +0 -53
- data/spec/vcr/Customer/should_list_customers.yml +0 -65
- data/spec/vcr/Customer/should_raise_an_error_if_an_attribute_is_missing_in_the_card_hash.yml +0 -50
- data/spec/vcr/Customer/should_show_a_customer_given_a_token.yml +0 -51
- data/spec/vcr/Customer/should_update_a_customer_given_a_token_and_details_to_update.yml +0 -51
- data/spec/vcr/Errors/Should_raise_a_ResourceNotFound_error_when_can_t_find_customer.yml +0 -49
- data/spec/vcr/Errors/should_raise_a_400_error_when_trying_to_make_a_payment_and_a_valid_card_gets_declined.yml +0 -48
- data/spec/vcr/Errors/should_raise_a_404_error_when_looking_for_a_customer_that_doesn_t_exist.yml +0 -49
- data/spec/vcr/Errors/should_raise_a_422_error_when_trying_to_make_a_payment_with_an_expired_card.yml +0 -50
- data/spec/vcr/Errors/should_raise_a_422_error_when_trying_to_make_a_payment_with_an_invalid_card.yml +0 -50
- data/spec/vcr/Errors/should_raise_a_422_error_when_trying_to_update_missing_a_param.yml +0 -50
- data/spec/vcr/Errors/should_show_a_charge_given_a_token.yml +0 -53
- data/spec/vcr/Refund/should_create_a_refund_for_a_given_amount_and_charge.yml +0 -50
- data/spec/vcr/Refund/should_create_a_refund_for_the_entire_amount_of_a_charge_if_no_amount_given.yml +0 -50
- data/spec/vcr/Refund/should_list_all_refunds_made_to_a_charge_given_a_token.yml +0 -50
- data/spec/vcr/Refund/should_return_nothing_if_looking_for_a_charge_without_a_refund.yml +0 -50
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 85124623f3cd5ff6833e59d2c8ad52cd31df24c1
|
|
4
|
+
data.tar.gz: d7075d9da3852bab3db4fc2bbbd7afd102ccf76c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8b80ac154a3ac828c654628707d4dd42f98e83832648194450bdba1cfd41bd737edf3a3517ff86162ad1e7e0080f198620a582232deb32b7692ffaeee357ec9
|
|
7
|
+
data.tar.gz: 2fd697737e9ff57c7179b88c264efeef3701467a5451871597fc60229ff2729eb26a42e89f728d0cf42fbb7268be04c26dcbf8e96d9e71a5594db9f1416428d9
|
data/.idea/.name
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
pin_up
|
data/.idea/.rakeTasks
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<Settings><!--This file was automatically generated by Ruby plugin.
|
|
3
|
+
You are allowed to:
|
|
4
|
+
1. Remove rake task
|
|
5
|
+
2. Add existing rake tasks
|
|
6
|
+
To add existing rake tasks automatically delete this file and reload the project.
|
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build gem into pkg/" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated file" fullCmd="clobber" taksId="clobber" /><RakeTask description="Remove RDoc HTML files" fullCmd="clobber_rdoc" taksId="clobber_rdoc" /><RakeTask description="Start IRB with all runtime dependencies loaded" fullCmd="console[script]" taksId="console[script]" /><RakeGroup description="" fullCmd="" taksId="gemcutter"><RakeTask description="Release gem to Gemcutter" fullCmd="gemcutter:release" taksId="release" /></RakeGroup><RakeTask description="Generate and validate gemspec" fullCmd="gemspec" taksId="gemspec" /><RakeGroup description="" fullCmd="" taksId="gemspec"><RakeTask description="Display the gemspec for debugging purposes, as jeweler knows it (not from the filesystem)" fullCmd="gemspec:debug" taksId="debug" /><RakeTask description="Regenerate the gemspec on the filesystem" fullCmd="gemspec:generate" taksId="generate" /><RakeTask description="Regenerate and validate gemspec, and then commits and pushes to git" fullCmd="gemspec:release" taksId="release" /><RakeTask description="Validates the gemspec on the filesystem" fullCmd="gemspec:validate" taksId="validate" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="git"><RakeTask description="Tag and push release to git" fullCmd="git:release" taksId="release" /></RakeGroup><RakeTask description="Build and install gem using `gem install`" fullCmd="install" taksId="install" /><RakeTask description="Build RDoc HTML files" fullCmd="rdoc" taksId="rdoc" /><RakeTask description="Release gem" fullCmd="release" taksId="release" /><RakeTask description="Rebuild RDoc HTML files" fullCmd="rerdoc" taksId="rerdoc" /><RakeTask description="Run tests" fullCmd="test" taksId="test" /><RakeTask description="Displays the current version" fullCmd="version" taksId="version" /><RakeGroup description="" fullCmd="" taksId="version"><RakeGroup description="" fullCmd="" taksId="bump"><RakeTask description="Bump the major version by 1" fullCmd="version:bump:major" taksId="major" /><RakeTask description="Bump the a minor version by 1" fullCmd="version:bump:minor" taksId="minor" /><RakeTask description="Bump the patch version by 1" fullCmd="version:bump:patch" taksId="patch" /></RakeGroup><RakeTask description="Writes out an explicit version" fullCmd="version:write" taksId="write" /></RakeGroup><RakeTask description="" fullCmd="console" taksId="console" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="gemspec_required" taksId="gemspec_required" /><RakeTask description="" fullCmd="rdoc/index.html" taksId="rdoc/index.html" /><RakeTask description="" fullCmd="version_required" taksId="version_required" /></RakeGroup></Settings>
|
data/.idea/encodings.xml
ADDED
data/.idea/misc.xml
ADDED
data/.idea/modules.xml
ADDED
data/.idea/pin_up.iml
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
|
3
|
+
<component name="FacetManager">
|
|
4
|
+
<facet type="gem" name="Gem">
|
|
5
|
+
<configuration>
|
|
6
|
+
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
|
|
7
|
+
<option name="GEM_APP_TEST_PATH" value="" />
|
|
8
|
+
<option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
|
|
9
|
+
</configuration>
|
|
10
|
+
</facet>
|
|
11
|
+
</component>
|
|
12
|
+
<component name="NewModuleRootManager">
|
|
13
|
+
<content url="file://$MODULE_DIR$" />
|
|
14
|
+
<orderEntry type="inheritedJdk" />
|
|
15
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
16
|
+
<orderEntry type="library" scope="PROVIDED" name="activesupport (v4.0.0, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
17
|
+
<orderEntry type="library" scope="PROVIDED" name="addressable (v2.3.5, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
18
|
+
<orderEntry type="library" scope="PROVIDED" name="atomic (v1.1.10, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
19
|
+
<orderEntry type="library" scope="PROVIDED" name="builder (v3.2.2, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
20
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.3.4, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
21
|
+
<orderEntry type="library" scope="PROVIDED" name="crack (v0.4.0, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
22
|
+
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.2.4, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
23
|
+
<orderEntry type="library" scope="PROVIDED" name="faraday (v0.8.7, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
24
|
+
<orderEntry type="library" scope="PROVIDED" name="git (v1.2.5, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
25
|
+
<orderEntry type="library" scope="PROVIDED" name="github_api (v0.10.1, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
26
|
+
<orderEntry type="library" scope="PROVIDED" name="hashie (v2.0.5, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
27
|
+
<orderEntry type="library" scope="PROVIDED" name="highline (v1.6.19, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
28
|
+
<orderEntry type="library" scope="PROVIDED" name="httparty (v0.11.0, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
29
|
+
<orderEntry type="library" scope="PROVIDED" name="httpauth (v0.2.0, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
30
|
+
<orderEntry type="library" scope="PROVIDED" name="i18n (v0.6.4, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
31
|
+
<orderEntry type="library" scope="PROVIDED" name="jeweler (v1.8.5, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
32
|
+
<orderEntry type="library" scope="PROVIDED" name="json (v1.8.0, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
33
|
+
<orderEntry type="library" scope="PROVIDED" name="jwt (v0.1.8, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
34
|
+
<orderEntry type="library" scope="PROVIDED" name="minitest (v4.7.5, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
35
|
+
<orderEntry type="library" scope="PROVIDED" name="multi_json (v1.7.7, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
36
|
+
<orderEntry type="library" scope="PROVIDED" name="multi_xml (v0.5.4, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
37
|
+
<orderEntry type="library" scope="PROVIDED" name="multipart-post (v1.2.0, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
38
|
+
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.5.10, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
39
|
+
<orderEntry type="library" scope="PROVIDED" name="oauth2 (v0.9.2, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
40
|
+
<orderEntry type="library" scope="PROVIDED" name="rack (v1.5.2, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
41
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.1.0, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
42
|
+
<orderEntry type="library" scope="PROVIDED" name="rdoc (v3.12.2, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
43
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec (v2.13.0, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
44
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.13.1, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
45
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v2.13.0, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
46
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.13.1, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
47
|
+
<orderEntry type="library" scope="PROVIDED" name="safe_yaml (v0.9.3, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
48
|
+
<orderEntry type="library" scope="PROVIDED" name="shoulda (v3.5.0, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
49
|
+
<orderEntry type="library" scope="PROVIDED" name="shoulda-context (v1.1.4, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
50
|
+
<orderEntry type="library" scope="PROVIDED" name="shoulda-matchers (v2.2.0, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
51
|
+
<orderEntry type="library" scope="PROVIDED" name="simplecov (v0.7.1, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
52
|
+
<orderEntry type="library" scope="PROVIDED" name="simplecov-html (v0.7.1, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
53
|
+
<orderEntry type="library" scope="PROVIDED" name="thread_safe (v0.1.0, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
54
|
+
<orderEntry type="library" scope="PROVIDED" name="tzinfo (v0.3.37, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
55
|
+
<orderEntry type="library" scope="PROVIDED" name="vcr (v2.5.0, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
56
|
+
<orderEntry type="library" scope="PROVIDED" name="webmock (v1.12.3, rbenv: 2.0.0-p0) [gem]" level="application" />
|
|
57
|
+
</component>
|
|
58
|
+
</module>
|
|
59
|
+
|
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
ADDED
|
@@ -0,0 +1,328 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="095279b6-99f0-4287-b7af-14f93fb9b243" name="Default" comment="">
|
|
5
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/README.md" afterPath="$PROJECT_DIR$/README.md" />
|
|
6
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/pin_up/base.rb" afterPath="$PROJECT_DIR$/lib/pin_up/base.rb" />
|
|
7
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/pin_up/customer.rb" afterPath="$PROJECT_DIR$/lib/pin_up/customer.rb" />
|
|
8
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/spec/customers_spec.rb" afterPath="$PROJECT_DIR$/spec/customers_spec.rb" />
|
|
9
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/spec/refund_spec.rb" afterPath="$PROJECT_DIR$/spec/refund_spec.rb" />
|
|
10
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/spec/spec_helper.rb" afterPath="$PROJECT_DIR$/spec/spec_helper.rb" />
|
|
11
|
+
</list>
|
|
12
|
+
<ignored path="pin_up.iws" />
|
|
13
|
+
<ignored path=".idea/workspace.xml" />
|
|
14
|
+
<file path="/Dummy.txt" changelist="095279b6-99f0-4287-b7af-14f93fb9b243" time="1376734351730" ignored="false" />
|
|
15
|
+
<option name="TRACKING_ENABLED" value="true" />
|
|
16
|
+
<option name="SHOW_DIALOG" value="false" />
|
|
17
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
18
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
19
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
20
|
+
</component>
|
|
21
|
+
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
|
22
|
+
<component name="CreatePatchCommitExecutor">
|
|
23
|
+
<option name="PATCH_PATH" value="" />
|
|
24
|
+
</component>
|
|
25
|
+
<component name="DaemonCodeAnalyzer">
|
|
26
|
+
<disable_hints />
|
|
27
|
+
</component>
|
|
28
|
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
|
29
|
+
<component name="FavoritesManager">
|
|
30
|
+
<favorites_list name="pin_up" />
|
|
31
|
+
</component>
|
|
32
|
+
<component name="FindManager">
|
|
33
|
+
<FindUsagesManager>
|
|
34
|
+
<setting name="OPEN_NEW_TAB" value="false" />
|
|
35
|
+
</FindUsagesManager>
|
|
36
|
+
</component>
|
|
37
|
+
<component name="Git.Settings">
|
|
38
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
39
|
+
</component>
|
|
40
|
+
<component name="GitLogSettings">
|
|
41
|
+
<option name="myDateState">
|
|
42
|
+
<MyDateState />
|
|
43
|
+
</option>
|
|
44
|
+
</component>
|
|
45
|
+
<component name="ProjectFrameBounds">
|
|
46
|
+
<option name="y" value="22" />
|
|
47
|
+
<option name="width" value="2560" />
|
|
48
|
+
<option name="height" value="1351" />
|
|
49
|
+
</component>
|
|
50
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
|
51
|
+
<OptionsSetting value="true" id="Add" />
|
|
52
|
+
<OptionsSetting value="true" id="Remove" />
|
|
53
|
+
<OptionsSetting value="true" id="Checkout" />
|
|
54
|
+
<OptionsSetting value="true" id="Update" />
|
|
55
|
+
<OptionsSetting value="true" id="Status" />
|
|
56
|
+
<OptionsSetting value="true" id="Edit" />
|
|
57
|
+
<ConfirmationsSetting value="0" id="Add" />
|
|
58
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
|
59
|
+
</component>
|
|
60
|
+
<component name="ProjectReloadState">
|
|
61
|
+
<option name="STATE" value="0" />
|
|
62
|
+
</component>
|
|
63
|
+
<component name="ProjectView">
|
|
64
|
+
<navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
|
|
65
|
+
<flattenPackages />
|
|
66
|
+
<showMembers />
|
|
67
|
+
<showModules />
|
|
68
|
+
<showLibraryContents />
|
|
69
|
+
<hideEmptyPackages />
|
|
70
|
+
<abbreviatePackageNames />
|
|
71
|
+
<autoscrollToSource />
|
|
72
|
+
<autoscrollFromSource />
|
|
73
|
+
<sortByType />
|
|
74
|
+
</navigator>
|
|
75
|
+
<panes>
|
|
76
|
+
<pane id="Scope" />
|
|
77
|
+
<pane id="ProjectPane">
|
|
78
|
+
<subPane>
|
|
79
|
+
<PATH>
|
|
80
|
+
<PATH_ELEMENT>
|
|
81
|
+
<option name="myItemId" value="pin_up" />
|
|
82
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
83
|
+
</PATH_ELEMENT>
|
|
84
|
+
</PATH>
|
|
85
|
+
<PATH>
|
|
86
|
+
<PATH_ELEMENT>
|
|
87
|
+
<option name="myItemId" value="pin_up" />
|
|
88
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
89
|
+
</PATH_ELEMENT>
|
|
90
|
+
<PATH_ELEMENT>
|
|
91
|
+
<option name="myItemId" value="pin_up" />
|
|
92
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
93
|
+
</PATH_ELEMENT>
|
|
94
|
+
</PATH>
|
|
95
|
+
<PATH>
|
|
96
|
+
<PATH_ELEMENT>
|
|
97
|
+
<option name="myItemId" value="pin_up" />
|
|
98
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
99
|
+
</PATH_ELEMENT>
|
|
100
|
+
<PATH_ELEMENT>
|
|
101
|
+
<option name="myItemId" value="pin_up" />
|
|
102
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
103
|
+
</PATH_ELEMENT>
|
|
104
|
+
<PATH_ELEMENT>
|
|
105
|
+
<option name="myItemId" value="spec" />
|
|
106
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
107
|
+
</PATH_ELEMENT>
|
|
108
|
+
</PATH>
|
|
109
|
+
</subPane>
|
|
110
|
+
</pane>
|
|
111
|
+
</panes>
|
|
112
|
+
</component>
|
|
113
|
+
<component name="PropertiesComponent">
|
|
114
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
115
|
+
<property name="recentsLimit" value="5" />
|
|
116
|
+
<property name="FullScreen" value="false" />
|
|
117
|
+
</component>
|
|
118
|
+
<component name="RunManager" selected="RSpec.All specs in: pin_up">
|
|
119
|
+
<configuration default="false" name="All specs in: pin_up" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
|
120
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
|
121
|
+
<module name="pin_up" />
|
|
122
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
123
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$PROJECT_DIR$" />
|
|
124
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
125
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
126
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
127
|
+
<envs>
|
|
128
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
|
129
|
+
</envs>
|
|
130
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
|
131
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
|
132
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
133
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
134
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
135
|
+
</COVERAGE_PATTERN>
|
|
136
|
+
</EXTENSION>
|
|
137
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
138
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="$PROJECT_DIR$" />
|
|
139
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
140
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
|
141
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
|
142
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
|
143
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="ALL_IN_FOLDER" />
|
|
144
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
|
145
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
146
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
|
147
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
148
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
149
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
|
150
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
151
|
+
<method />
|
|
152
|
+
</configuration>
|
|
153
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
|
154
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
|
155
|
+
<module name="" />
|
|
156
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
157
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
158
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
159
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
160
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
161
|
+
<envs />
|
|
162
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
163
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
|
164
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
165
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
166
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
167
|
+
</COVERAGE_PATTERN>
|
|
168
|
+
</EXTENSION>
|
|
169
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
170
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
171
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
172
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
|
173
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
|
174
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
|
175
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
176
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
|
177
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
178
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
|
179
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
180
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
181
|
+
<method />
|
|
182
|
+
</configuration>
|
|
183
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
|
184
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
|
185
|
+
<module name="" />
|
|
186
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
187
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
188
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
189
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
190
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
191
|
+
<envs />
|
|
192
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
193
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
|
194
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
195
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
196
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
197
|
+
</COVERAGE_PATTERN>
|
|
198
|
+
</EXTENSION>
|
|
199
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
200
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
201
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
202
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
|
203
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
|
204
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
205
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
206
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
|
207
|
+
<method />
|
|
208
|
+
</configuration>
|
|
209
|
+
<list size="1">
|
|
210
|
+
<item index="0" class="java.lang.String" itemvalue="RSpec.All specs in: pin_up" />
|
|
211
|
+
</list>
|
|
212
|
+
<recent_temporary>
|
|
213
|
+
<list size="1">
|
|
214
|
+
<item index="0" class="java.lang.String" itemvalue="RSpec.All specs in: pin_up" />
|
|
215
|
+
</list>
|
|
216
|
+
</recent_temporary>
|
|
217
|
+
</component>
|
|
218
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
|
219
|
+
<component name="SvnConfiguration" maxAnnotateRevisions="500" myUseAcceleration="nothing" myAutoUpdateAfterCommit="false" cleanupOnStartRun="false" SSL_PROTOCOLS="sslv3">
|
|
220
|
+
<option name="USER" value="" />
|
|
221
|
+
<option name="PASSWORD" value="" />
|
|
222
|
+
<option name="mySSHConnectionTimeout" value="30000" />
|
|
223
|
+
<option name="mySSHReadTimeout" value="30000" />
|
|
224
|
+
<option name="LAST_MERGED_REVISION" />
|
|
225
|
+
<option name="MERGE_DRY_RUN" value="false" />
|
|
226
|
+
<option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
|
|
227
|
+
<option name="UPDATE_LOCK_ON_DEMAND" value="false" />
|
|
228
|
+
<option name="IGNORE_SPACES_IN_MERGE" value="false" />
|
|
229
|
+
<option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
|
|
230
|
+
<option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
|
|
231
|
+
<option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
|
|
232
|
+
<option name="FORCE_UPDATE" value="false" />
|
|
233
|
+
<option name="IGNORE_EXTERNALS" value="false" />
|
|
234
|
+
<myIsUseDefaultProxy>false</myIsUseDefaultProxy>
|
|
235
|
+
</component>
|
|
236
|
+
<component name="TaskManager">
|
|
237
|
+
<task active="true" id="Default" summary="Default task">
|
|
238
|
+
<changelist id="095279b6-99f0-4287-b7af-14f93fb9b243" name="Default" comment="" />
|
|
239
|
+
<created>1376734356883</created>
|
|
240
|
+
<updated>1376734356883</updated>
|
|
241
|
+
</task>
|
|
242
|
+
<servers />
|
|
243
|
+
</component>
|
|
244
|
+
<component name="ToolWindowManager">
|
|
245
|
+
<frame x="0" y="22" width="2560" height="1351" extended-state="6" />
|
|
246
|
+
<editor active="false" />
|
|
247
|
+
<layout>
|
|
248
|
+
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
|
249
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
|
250
|
+
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
|
251
|
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
252
|
+
<window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24980111" sideWeight="0.6706539" order="0" side_tool="false" content_ui="combo" />
|
|
253
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
254
|
+
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
|
|
255
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
|
|
256
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.3293461" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
257
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
|
258
|
+
<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" />
|
|
259
|
+
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
260
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
261
|
+
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
262
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
263
|
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
|
264
|
+
<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" />
|
|
265
|
+
</layout>
|
|
266
|
+
</component>
|
|
267
|
+
<component name="VcsContentAnnotationSettings">
|
|
268
|
+
<option name="myLimit" value="2678400000" />
|
|
269
|
+
</component>
|
|
270
|
+
<component name="VcsManagerConfiguration">
|
|
271
|
+
<option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />
|
|
272
|
+
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
|
|
273
|
+
<option name="CHECK_NEW_TODO" value="true" />
|
|
274
|
+
<option name="myTodoPanelSettings">
|
|
275
|
+
<value>
|
|
276
|
+
<are-packages-shown value="false" />
|
|
277
|
+
<are-modules-shown value="false" />
|
|
278
|
+
<flatten-packages value="false" />
|
|
279
|
+
<is-autoscroll-to-source value="false" />
|
|
280
|
+
</value>
|
|
281
|
+
</option>
|
|
282
|
+
<option name="PERFORM_UPDATE_IN_BACKGROUND" value="true" />
|
|
283
|
+
<option name="PERFORM_COMMIT_IN_BACKGROUND" value="true" />
|
|
284
|
+
<option name="PERFORM_EDIT_IN_BACKGROUND" value="true" />
|
|
285
|
+
<option name="PERFORM_CHECKOUT_IN_BACKGROUND" value="true" />
|
|
286
|
+
<option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
|
|
287
|
+
<option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />
|
|
288
|
+
<option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="false" />
|
|
289
|
+
<option name="CHANGED_ON_SERVER_INTERVAL" value="60" />
|
|
290
|
+
<option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />
|
|
291
|
+
<option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />
|
|
292
|
+
<option name="DEFAULT_PATCH_EXTENSION" value="patch" />
|
|
293
|
+
<option name="SHORT_DIFF_HORIZONTALLY" value="true" />
|
|
294
|
+
<option name="SHORT_DIFF_EXTRA_LINES" value="2" />
|
|
295
|
+
<option name="SOFT_WRAPS_IN_SHORT_DIFF" value="true" />
|
|
296
|
+
<option name="INCLUDE_TEXT_INTO_PATCH" value="false" />
|
|
297
|
+
<option name="INCLUDE_TEXT_INTO_SHELF" value="false" />
|
|
298
|
+
<option name="SHOW_FILE_HISTORY_DETAILS" value="true" />
|
|
299
|
+
<option name="SHOW_VCS_ERROR_NOTIFICATIONS" value="true" />
|
|
300
|
+
<option name="SHOW_DIRTY_RECURSIVELY" value="false" />
|
|
301
|
+
<option name="LIMIT_HISTORY" value="true" />
|
|
302
|
+
<option name="MAXIMUM_HISTORY_ROWS" value="1000" />
|
|
303
|
+
<option name="UPDATE_FILTER_SCOPE_NAME" />
|
|
304
|
+
<option name="USE_COMMIT_MESSAGE_MARGIN" value="false" />
|
|
305
|
+
<option name="COMMIT_MESSAGE_MARGIN_SIZE" value="72" />
|
|
306
|
+
<option name="WRAP_WHEN_TYPING_REACHES_RIGHT_MARGIN" value="false" />
|
|
307
|
+
<option name="FORCE_NON_EMPTY_COMMENT" value="false" />
|
|
308
|
+
<option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="false" />
|
|
309
|
+
<option name="LAST_COMMIT_MESSAGE" />
|
|
310
|
+
<option name="MAKE_NEW_CHANGELIST_ACTIVE" value="false" />
|
|
311
|
+
<option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
|
|
312
|
+
<option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />
|
|
313
|
+
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
|
|
314
|
+
<option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
|
|
315
|
+
<option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
|
|
316
|
+
<option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
|
|
317
|
+
<option name="ACTIVE_VCS_NAME" />
|
|
318
|
+
<option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
|
|
319
|
+
<option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
|
|
320
|
+
<option name="UPDATE_FILTER_BY_SCOPE" value="false" />
|
|
321
|
+
<option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
|
|
322
|
+
<option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
|
|
323
|
+
</component>
|
|
324
|
+
<component name="XDebuggerManager">
|
|
325
|
+
<breakpoint-manager />
|
|
326
|
+
</component>
|
|
327
|
+
</project>
|
|
328
|
+
|