suning_pay 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/README.md +33 -0
- data/data/rsa_private_key.pem +14 -0
- data/data/rsa_public_key.pem +5 -0
- data/data/yifubao-pre.cer +0 -0
- data/lib/suning_pay/ent_service.rb +2 -2
- data/lib/suning_pay/service.rb +6 -6
- data/lib/suning_pay/util.rb +8 -1
- data/lib/suning_pay/version.rb +1 -1
- data/lib/suning_pay.rb +3 -3
- metadata +5 -8
- data/.idea/inspectionProfiles/Project_Default.xml +0 -6
- data/.idea/misc.xml +0 -4
- data/.idea/modules.xml +0 -8
- data/.idea/suning_pay.iml +0 -55
- data/.idea/vcs.xml +0 -6
- data/.idea/workspace.xml +0 -867
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5f8b7ccff022e6115b83b41aef01f93be73e970
|
4
|
+
data.tar.gz: 748fe7c9a0add1c2686defeb89f86ac5eafb0dbd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80a5eb127fdd282104fd86121b6201ee52d9b99f102efe173d4f661d14874c86028836c46ef27498be4884706c17cf7be9468f1a741a5771ec7a0117ec50bcc4
|
7
|
+
data.tar.gz: b8c78d250535d556e51dcc50aeb62951d720a5d67d099afacb62128760687e0825832c1bf47595d7a1a19a63fe41a7863d48efd12ca3ed834a058db618718584
|
data/.gitignore
CHANGED
data/README.md
CHANGED
@@ -24,6 +24,39 @@ Add init file (suning_pay.rb) to Rails config/initializers
|
|
24
24
|
|
25
25
|
rake suning_pay:init:create
|
26
26
|
|
27
|
+
configuration
|
28
|
+
|
29
|
+
```ruby
|
30
|
+
##################TEST##################
|
31
|
+
#接口地址-委托代收
|
32
|
+
SuningPay.api_base_url = 'https://ebanksandbox.suning.com/epps-ebpg/api/contract/'
|
33
|
+
SuningPay.api_query_base_url = 'https://paymentsandbox.suning.com/epps-pag/apiGateway/merchantOrder/'
|
34
|
+
#接口地址-批量付款
|
35
|
+
SuningPay.api_tranfer_url = 'https://wagtestpre.suning.com/epps-twg/'
|
36
|
+
SuningPay.api_card_tranfer_url ='https://wagtestpre.suning.com/epps-wag/'
|
37
|
+
#客户号
|
38
|
+
SuningPay.merchant_no = '70057278'
|
39
|
+
#Suning证书存放路径
|
40
|
+
SuningPay.api_suning_cert = '/Users/terry/Documents/RUBY/hex/yifubao-pre.cer'
|
41
|
+
#客户端RSA 公钥,1024, pem文件路径
|
42
|
+
SuningPay.api_client_public_key = '/Users/terry/Documents/RUBY/hex/rsa_public_key.pem'
|
43
|
+
#客户端RSA 私钥,1024, pem文件路径
|
44
|
+
SuningPay.api_client_private_key = '/Users/terry/Documents/RUBY/hex/rsa_private_key.pem'
|
45
|
+
|
46
|
+
##################PROD##################
|
47
|
+
#SuningPay.api_base_url = 'https://ebankpay.suning.com/epps-ebpg/api/contract/'
|
48
|
+
#SuningPay.api_query_base_url = 'https://payment.suning.com/epps-pag/apiGateway/merchantOrder/'
|
49
|
+
#SuningPay.api_tranfer_url = 'https://tag.yifubao.com/epps-twg/'
|
50
|
+
#SuningPay.api_card_tranfer_url ='https://wag.yifubao.com/epps-wag/'
|
51
|
+
|
52
|
+
#SuningPay.merchant_no = ''
|
53
|
+
#SuningPay.api_suning_cert = ''
|
54
|
+
#SuningPay.api_client_public_key = ''
|
55
|
+
#SuningPay.api_client_private_key = ''
|
56
|
+
|
57
|
+
#SuningPay.debug_mode = false
|
58
|
+
```
|
59
|
+
|
27
60
|
## API-委托代收
|
28
61
|
|
29
62
|
1. 签约请求_发送短信接口
|
@@ -0,0 +1,14 @@
|
|
1
|
+
-----BEGIN RSA PRIVATE KEY-----
|
2
|
+
MIICdQIBADANBgkqhkiG9w0BAQEFAASCAl8wggJbAgEAAoGBAJ1VnLnkq0sE6qegdgZSXb891Xi4
|
3
|
+
HvkjQwULIPCtU4rHABraRojP4he7fGy/pfjHNKHXHDtvhzDNyF3M+Yd0MjCCc96HrZcjjlbT2+f7
|
4
|
+
264uGwTC+j0B5W8Te5j6SqKNbFmYWxSXlC6PdSaYbN+mo9CasF8RGwJ6RgwSrkHcF5vvAgMBAAEC
|
5
|
+
gYA1lWK7LNXpxtLkJBIONR8YcsaxRoPF9extW0zsqxs4uG2gt5YuIh6uVnwZzWuJPs7+D3TeCS3R
|
6
|
+
wUPsLlMNftVYhH17lcPhTvljK1vrP3qgFyc87X5b8bQ7rhS56onZJB34lm3yoBmjDQluD7rXUTkA
|
7
|
+
qQdpnqn3+UdkBhFciI3UgQJBAPZtSt6QImor9wszIs3chEsigjW3tFOMqIuaj6buYe73ESHJoBiT
|
8
|
+
qTkkGqZimUO8x/C22pZjQFctCZvQkXL44X0CQQCjckw8qk/9KUb0h3qK+GDrgwPftgnfhq8Dvs+2
|
9
|
+
DAPmUEBWj+ITUrLFkMgf0PAuOw+dOD+Xq+/6XX2hYQ3jZ27bAkB6Psd4VyorXzoDXU+zreQW3byY
|
10
|
+
Z1RWah2me3stxW3hvMDL8RixeHbnOMjbp2f+mWTaPet71Sqy1E3C9RliXqKFAkApeXlq83S0suK0
|
11
|
+
biRkWz6MxIQZImJC/DQw6Rxf/5CFwttwm7YsXRHMHD8MA8LOmGIP7RQF8rVEfLDCYJRbngV9AkA3
|
12
|
+
VdbcYoRIFpU4fpQ9yl1aDiVlKfSoJ7+krffWalKNBYgxu0SYAtaTQeOaaUcwjjOmyDE66u3StzBA
|
13
|
+
RSR/Q5cf
|
14
|
+
-----END RSA PRIVATE KEY-----
|
@@ -0,0 +1,5 @@
|
|
1
|
+
-----BEGIN PUBLIC KEY-----
|
2
|
+
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCdVZy55KtLBOqnoHYGUl2/PdV4uB75I0MFCyDw
|
3
|
+
rVOKxwAa2kaIz+IXu3xsv6X4xzSh1xw7b4cwzchdzPmHdDIwgnPeh62XI45W09vn+9uuLhsEwvo9
|
4
|
+
AeVvE3uY+kqijWxZmFsUl5Quj3UmmGzfpqPQmrBfERsCekYMEq5B3Beb7wIDAQAB
|
5
|
+
-----END PUBLIC KEY-----
|
Binary file
|
@@ -17,7 +17,7 @@ module SuningPay
|
|
17
17
|
# [转账流水号2, 收款方易付宝登录名, 收款方商户号, 收款方姓名, 转账金额, 收款方类型, 备注信息, 订单名称],
|
18
18
|
# ..
|
19
19
|
# ]
|
20
|
-
def self.post_transfer_acquire(batch_no, product_code, charge_mode, goods_type, batch_order_name, batch_list = [], notify_url =
|
20
|
+
def self.post_transfer_acquire(batch_no, product_code, charge_mode, goods_type, batch_order_name, batch_list = [], notify_url = '', tunnel_data = '', options = {})
|
21
21
|
|
22
22
|
raise ArgumentError, "Argument batch_list error" if batch_list.nil? or batch_list.empty?
|
23
23
|
|
@@ -78,7 +78,7 @@ module SuningPay
|
|
78
78
|
# [流水号2, 收款方卡号, 收款方户名, 收款方类型, 收款方币种, 开户行名称, 开户行编号, 开户行省, 开户行市, 联行号, 付款金额, 备注, 订单名称],
|
79
79
|
# ..
|
80
80
|
# ]
|
81
|
-
def self.post_withdraw(batch_no, product_code, charge_mode, goods_type, batch_order_name, batch_list = [], notify_url =
|
81
|
+
def self.post_withdraw(batch_no, product_code, charge_mode, goods_type, batch_order_name, batch_list = [], notify_url = '', tunnel_data = '', options = {})
|
82
82
|
|
83
83
|
raise ArgumentError, "Argument batch_list error" if batch_list.nil? or batch_list.empty?
|
84
84
|
|
data/lib/suning_pay/service.rb
CHANGED
@@ -5,7 +5,7 @@ module SuningPay
|
|
5
5
|
PAYTYPE_IM = '01'
|
6
6
|
|
7
7
|
#1.签约请求_发送短信接口
|
8
|
-
def self.post_send_msg(bank_code, card_type, card_info, tunnel_data=
|
8
|
+
def self.post_send_msg(bank_code, card_type, card_info, tunnel_data = '', options = {})
|
9
9
|
#加密cardinfo
|
10
10
|
suning_pub_key = SuningPay.api_suning_public_key
|
11
11
|
encr_msg = SuningPay::RSA.encrypt_msg(suning_pub_key, card_info)
|
@@ -22,7 +22,7 @@ module SuningPay
|
|
22
22
|
end
|
23
23
|
|
24
24
|
#2.签约请求_验证短信接口
|
25
|
-
def self.post_validate_sign(smg_code, serial_no, tunnel_data=
|
25
|
+
def self.post_validate_sign(smg_code, serial_no, tunnel_data = '', options = {})
|
26
26
|
input_hash = {:smgCode => smg_code,
|
27
27
|
:serialNo => serial_no,
|
28
28
|
:tunnelData => Base64.urlsafe_encode64(tunnel_data)}
|
@@ -33,7 +33,7 @@ module SuningPay
|
|
33
33
|
end
|
34
34
|
|
35
35
|
#3.签约请求接口(易付宝不发短信)
|
36
|
-
def self.post_sign(bank_code, card_type, card_info, tunnel_data=
|
36
|
+
def self.post_sign(bank_code, card_type, card_info, tunnel_data = '', options = {})
|
37
37
|
#加密cardinfo
|
38
38
|
suning_pub_key = SuningPay.api_suning_public_key
|
39
39
|
encr_msg = SuningPay::RSA.encrypt_msg(suning_pub_key, card_info)
|
@@ -46,11 +46,11 @@ module SuningPay
|
|
46
46
|
post_params = SuningPay.client_options.merge(options).merge(input_hash)
|
47
47
|
#调用查询接口
|
48
48
|
msg = SuningPay::Util.send_post('sign', post_params)
|
49
|
-
|
49
|
+
msg
|
50
50
|
end
|
51
51
|
|
52
52
|
#4.解约请求接口
|
53
|
-
def self.post_cancel(contract_no, tunnel_data=
|
53
|
+
def self.post_cancel(contract_no, tunnel_data = '', options = {})
|
54
54
|
input_hash = {:contractNo => contract_no,
|
55
55
|
:tunnelData => Base64.urlsafe_encode64(tunnel_data)}
|
56
56
|
post_params = SuningPay.client_options.merge(options).merge(input_hash)
|
@@ -60,7 +60,7 @@ module SuningPay
|
|
60
60
|
end
|
61
61
|
|
62
62
|
#5.支付订单请求
|
63
|
-
def self.post_pay(contract_no, out_order_no, order_type, order_amount, order_time, saler_merchant_no, goods_type, goods_name, pay_timeout, remark, tunnel_data=
|
63
|
+
def self.post_pay(contract_no, out_order_no, order_type, order_amount, order_time, saler_merchant_no, goods_type, goods_name, pay_timeout, remark, tunnel_data = '', options = {})
|
64
64
|
input_hash = {:contractNo => contract_no,
|
65
65
|
:outOrderNo => out_order_no,
|
66
66
|
:orderType => order_type,
|
data/lib/suning_pay/util.rb
CHANGED
@@ -3,6 +3,8 @@ require 'logger'
|
|
3
3
|
|
4
4
|
module SuningPay
|
5
5
|
class Util
|
6
|
+
DEFAULT_ERR_MSG = '{"responseMsg":"系统处理异常,请稍后查询","responseCode":"9999"}'
|
7
|
+
|
6
8
|
#生成md5摘要信息
|
7
9
|
def self.get_summary(params)
|
8
10
|
#排序
|
@@ -67,7 +69,12 @@ module SuningPay
|
|
67
69
|
|
68
70
|
response = conn.post '', func_params
|
69
71
|
html_response = response.body
|
70
|
-
|
72
|
+
begin
|
73
|
+
msg = JSON.parse(html_response)
|
74
|
+
rescue JSON::ParserError => e
|
75
|
+
msg = JSON.parse(DEFAULT_ERR_MSG)
|
76
|
+
end
|
77
|
+
msg
|
71
78
|
end
|
72
79
|
end
|
73
80
|
end
|
data/lib/suning_pay/version.rb
CHANGED
data/lib/suning_pay.rb
CHANGED
@@ -46,7 +46,7 @@ module SuningPay
|
|
46
46
|
end
|
47
47
|
|
48
48
|
def api_suning_cert=(cert_path)
|
49
|
-
unless cert_path.
|
49
|
+
unless cert_path.nil?
|
50
50
|
cert = File.read cert_path
|
51
51
|
@api_suning_cert = OpenSSL::X509::Certificate.new(cert)
|
52
52
|
@api_suning_public_key = @api_suning_cert.public_key
|
@@ -54,14 +54,14 @@ module SuningPay
|
|
54
54
|
end
|
55
55
|
|
56
56
|
def api_client_public_key=(key_path)
|
57
|
-
unless key_path.
|
57
|
+
unless key_path.nil?
|
58
58
|
key = File.read key_path
|
59
59
|
@api_client_public_key = OpenSSL::PKey::RSA.new(key)
|
60
60
|
end
|
61
61
|
end
|
62
62
|
|
63
63
|
def api_client_private_key=(key_path)
|
64
|
-
unless key_path.
|
64
|
+
unless key_path.nil?
|
65
65
|
key = File.read key_path
|
66
66
|
@api_client_private_key = OpenSSL::PKey::RSA.new(key)
|
67
67
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: suning_pay
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Terry.Tu
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-08-
|
11
|
+
date: 2017-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -74,12 +74,6 @@ extensions: []
|
|
74
74
|
extra_rdoc_files: []
|
75
75
|
files:
|
76
76
|
- ".gitignore"
|
77
|
-
- ".idea/inspectionProfiles/Project_Default.xml"
|
78
|
-
- ".idea/misc.xml"
|
79
|
-
- ".idea/modules.xml"
|
80
|
-
- ".idea/suning_pay.iml"
|
81
|
-
- ".idea/vcs.xml"
|
82
|
-
- ".idea/workspace.xml"
|
83
77
|
- ".travis.yml"
|
84
78
|
- CODE_OF_CONDUCT.md
|
85
79
|
- Gemfile
|
@@ -89,6 +83,9 @@ files:
|
|
89
83
|
- bin/console
|
90
84
|
- bin/setup
|
91
85
|
- bin/suning_pay
|
86
|
+
- data/rsa_private_key.pem
|
87
|
+
- data/rsa_public_key.pem
|
88
|
+
- data/yifubao-pre.cer
|
92
89
|
- lib/rake/suning_pay.rake
|
93
90
|
- lib/suning_pay.rb
|
94
91
|
- lib/suning_pay/ent_service.rb
|
data/.idea/misc.xml
DELETED
data/.idea/modules.xml
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ProjectModuleManager">
|
4
|
-
<modules>
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/suning_pay.iml" filepath="$PROJECT_DIR$/.idea/suning_pay.iml" />
|
6
|
-
</modules>
|
7
|
-
</component>
|
8
|
-
</project>
|
data/.idea/suning_pay.iml
DELETED
@@ -1,55 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<module type="RUBY_MODULE" version="4">
|
3
|
-
<component name="ModuleRunConfigurationManager">
|
4
|
-
<shared />
|
5
|
-
<local>
|
6
|
-
<configuration default="false" name="suning_pay" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
7
|
-
<module name="suning_pay" />
|
8
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
9
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib" />
|
10
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
11
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
12
|
-
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
13
|
-
<envs />
|
14
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
15
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
16
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
17
|
-
<COVERAGE_PATTERN ENABLED="true">
|
18
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
19
|
-
</COVERAGE_PATTERN>
|
20
|
-
</EXTENSION>
|
21
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/suning_pay.rb" />
|
22
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
23
|
-
<method />
|
24
|
-
</configuration>
|
25
|
-
<configuration default="false" name="IRB console: suning_pay" type="IrbRunConfigurationType" factoryName="IRB console" temporary="true">
|
26
|
-
<module name="suning_pay" />
|
27
|
-
<IRB_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
28
|
-
<IRB_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
29
|
-
<IRB_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
30
|
-
<IRB_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
31
|
-
<IRB_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
32
|
-
<envs />
|
33
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
34
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
35
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
36
|
-
<COVERAGE_PATTERN ENABLED="true">
|
37
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
38
|
-
</COVERAGE_PATTERN>
|
39
|
-
</EXTENSION>
|
40
|
-
<IRB_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$APPLICATION_HOME_DIR$/rb/testing/runner/irb.rb" />
|
41
|
-
<IRB_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="--prompt simple" />
|
42
|
-
<IRB_RUN_CONFIG NAME="IS_RAILS_CONSOLE" VALUE="false" />
|
43
|
-
<method />
|
44
|
-
</configuration>
|
45
|
-
</local>
|
46
|
-
</component>
|
47
|
-
<component name="NewModuleRootManager">
|
48
|
-
<content url="file://$MODULE_DIR$" />
|
49
|
-
<orderEntry type="jdk" jdkName="RVM: ruby-2.2.1 [rails4]" jdkType="RUBY_SDK" />
|
50
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
51
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.15.2, RVM: ruby-2.2.1 [rails4]) [gem]" level="application" />
|
52
|
-
<orderEntry type="library" scope="PROVIDED" name="faraday (v0.9.0, RVM: ruby-2.2.1 [rails4]) [gem]" level="application" />
|
53
|
-
<orderEntry type="library" scope="PROVIDED" name="multipart-post (v2.0.0, RVM: ruby-2.2.1 [rails4]) [gem]" level="application" />
|
54
|
-
</component>
|
55
|
-
</module>
|
data/.idea/vcs.xml
DELETED
data/.idea/workspace.xml
DELETED
@@ -1,867 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ChangeListManager">
|
4
|
-
<list default="true" id="c8cf8def-5556-418a-b301-7917294a6f44" name="Default" comment="">
|
5
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/suning_pay.iml" afterPath="$PROJECT_DIR$/.idea/suning_pay.iml" />
|
6
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
7
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Rakefile" afterPath="$PROJECT_DIR$/Rakefile" />
|
8
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/suning_pay/ent_service.rb" afterPath="$PROJECT_DIR$/lib/suning_pay/ent_service.rb" />
|
9
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/suning_pay/version.rb" afterPath="$PROJECT_DIR$/lib/suning_pay/version.rb" />
|
10
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/test/suning_pay_test.rb" afterPath="$PROJECT_DIR$/test/suning_pay_test.rb" />
|
11
|
-
</list>
|
12
|
-
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
13
|
-
<option name="TRACKING_ENABLED" value="true" />
|
14
|
-
<option name="SHOW_DIALOG" value="false" />
|
15
|
-
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
16
|
-
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
17
|
-
<option name="LAST_RESOLUTION" value="IGNORE" />
|
18
|
-
</component>
|
19
|
-
<component name="CoverageDataManager">
|
20
|
-
<SUITE FILE_PATH="coverage/suning_pay@IRB_console__suning_pay.coverage" NAME="IRB console: suning_pay Coverage Results" MODIFIED="1502171347472" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="suning_pay" />
|
21
|
-
<SUITE FILE_PATH="coverage/suning_pay@suning_pay.coverage" NAME="suning_pay Coverage Results" MODIFIED="1501653183953" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib" MODULE_NAME="suning_pay" />
|
22
|
-
</component>
|
23
|
-
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
24
|
-
<component name="FileEditorManager">
|
25
|
-
<leaf>
|
26
|
-
<file leaf-file-name="rsa.rb" pinned="false" current-in-tab="false">
|
27
|
-
<entry file="file://$PROJECT_DIR$/lib/suning_pay/rsa.rb">
|
28
|
-
<provider selected="true" editor-type-id="text-editor">
|
29
|
-
<state relative-caret-position="225">
|
30
|
-
<caret line="15" column="62" lean-forward="false" selection-start-line="15" selection-start-column="62" selection-end-line="15" selection-end-column="62" />
|
31
|
-
<folding />
|
32
|
-
</state>
|
33
|
-
</provider>
|
34
|
-
</entry>
|
35
|
-
</file>
|
36
|
-
<file leaf-file-name="service.rb" pinned="false" current-in-tab="false">
|
37
|
-
<entry file="file://$PROJECT_DIR$/lib/suning_pay/service.rb">
|
38
|
-
<provider selected="true" editor-type-id="text-editor">
|
39
|
-
<state relative-caret-position="870">
|
40
|
-
<caret line="58" column="9" lean-forward="false" selection-start-line="58" selection-start-column="9" selection-end-line="58" selection-end-column="9" />
|
41
|
-
<folding />
|
42
|
-
</state>
|
43
|
-
</provider>
|
44
|
-
</entry>
|
45
|
-
</file>
|
46
|
-
<file leaf-file-name="ent_service.rb" pinned="false" current-in-tab="false">
|
47
|
-
<entry file="file://$PROJECT_DIR$/lib/suning_pay/ent_service.rb">
|
48
|
-
<provider selected="true" editor-type-id="text-editor">
|
49
|
-
<state relative-caret-position="465">
|
50
|
-
<caret line="31" column="49" lean-forward="false" selection-start-line="31" selection-start-column="49" selection-end-line="31" selection-end-column="49" />
|
51
|
-
<folding />
|
52
|
-
</state>
|
53
|
-
</provider>
|
54
|
-
</entry>
|
55
|
-
</file>
|
56
|
-
<file leaf-file-name="suning_pay_test.rb" pinned="false" current-in-tab="false">
|
57
|
-
<entry file="file://$PROJECT_DIR$/test/suning_pay_test.rb">
|
58
|
-
<provider selected="true" editor-type-id="text-editor">
|
59
|
-
<state relative-caret-position="60">
|
60
|
-
<caret line="4" column="17" lean-forward="false" selection-start-line="4" selection-start-column="17" selection-end-line="4" selection-end-column="17" />
|
61
|
-
<folding />
|
62
|
-
</state>
|
63
|
-
</provider>
|
64
|
-
</entry>
|
65
|
-
</file>
|
66
|
-
<file leaf-file-name="suning_pay.rb" pinned="false" current-in-tab="false">
|
67
|
-
<entry file="file://$PROJECT_DIR$/lib/suning_pay.rb">
|
68
|
-
<provider selected="true" editor-type-id="text-editor">
|
69
|
-
<state relative-caret-position="281">
|
70
|
-
<caret line="28" column="91" lean-forward="false" selection-start-line="28" selection-start-column="71" selection-end-line="28" selection-end-column="91" />
|
71
|
-
<folding />
|
72
|
-
</state>
|
73
|
-
</provider>
|
74
|
-
</entry>
|
75
|
-
</file>
|
76
|
-
<file leaf-file-name="suning_pay.rb" pinned="false" current-in-tab="false">
|
77
|
-
<entry file="file://$PROJECT_DIR$/suning_pay.rb">
|
78
|
-
<provider selected="true" editor-type-id="text-editor">
|
79
|
-
<state relative-caret-position="120">
|
80
|
-
<caret line="8" column="0" lean-forward="false" selection-start-line="8" selection-start-column="0" selection-end-line="8" selection-end-column="34" />
|
81
|
-
<folding />
|
82
|
-
</state>
|
83
|
-
</provider>
|
84
|
-
</entry>
|
85
|
-
</file>
|
86
|
-
<file leaf-file-name="version.rb" pinned="false" current-in-tab="true">
|
87
|
-
<entry file="file://$PROJECT_DIR$/lib/suning_pay/version.rb">
|
88
|
-
<provider selected="true" editor-type-id="text-editor">
|
89
|
-
<state relative-caret-position="15">
|
90
|
-
<caret line="1" column="18" lean-forward="false" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
91
|
-
<folding />
|
92
|
-
</state>
|
93
|
-
</provider>
|
94
|
-
</entry>
|
95
|
-
</file>
|
96
|
-
<file leaf-file-name="test_helper.rb" pinned="false" current-in-tab="false">
|
97
|
-
<entry file="file://$PROJECT_DIR$/test/test_helper.rb">
|
98
|
-
<provider selected="true" editor-type-id="text-editor">
|
99
|
-
<state relative-caret-position="45">
|
100
|
-
<caret line="3" column="17" lean-forward="false" selection-start-line="3" selection-start-column="9" selection-end-line="3" selection-end-column="17" />
|
101
|
-
<folding />
|
102
|
-
</state>
|
103
|
-
</provider>
|
104
|
-
</entry>
|
105
|
-
</file>
|
106
|
-
<file leaf-file-name="Rakefile" pinned="false" current-in-tab="false">
|
107
|
-
<entry file="file://$PROJECT_DIR$/Rakefile">
|
108
|
-
<provider selected="true" editor-type-id="text-editor">
|
109
|
-
<state relative-caret-position="45">
|
110
|
-
<caret line="3" column="18" lean-forward="false" selection-start-line="3" selection-start-column="18" selection-end-line="3" selection-end-column="18" />
|
111
|
-
<folding />
|
112
|
-
</state>
|
113
|
-
</provider>
|
114
|
-
</entry>
|
115
|
-
</file>
|
116
|
-
<file leaf-file-name="railtie.rb" pinned="false" current-in-tab="false">
|
117
|
-
<entry file="file://$PROJECT_DIR$/lib/suning_pay/railtie.rb">
|
118
|
-
<provider selected="true" editor-type-id="text-editor">
|
119
|
-
<state relative-caret-position="0">
|
120
|
-
<caret line="0" column="16" lean-forward="false" selection-start-line="0" selection-start-column="16" selection-end-line="0" selection-end-column="16" />
|
121
|
-
<folding />
|
122
|
-
</state>
|
123
|
-
</provider>
|
124
|
-
</entry>
|
125
|
-
</file>
|
126
|
-
</leaf>
|
127
|
-
</component>
|
128
|
-
<component name="FileTemplateManagerImpl">
|
129
|
-
<option name="RECENT_TEMPLATES">
|
130
|
-
<list>
|
131
|
-
<option value="Ruby Class Template" />
|
132
|
-
</list>
|
133
|
-
</option>
|
134
|
-
</component>
|
135
|
-
<component name="FindInProjectRecents">
|
136
|
-
<findStrings>
|
137
|
-
<find>remark</find>
|
138
|
-
</findStrings>
|
139
|
-
</component>
|
140
|
-
<component name="Git.Settings">
|
141
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
142
|
-
</component>
|
143
|
-
<component name="IdeDocumentHistory">
|
144
|
-
<option name="CHANGED_PATHS">
|
145
|
-
<list>
|
146
|
-
<option value="$PROJECT_DIR$/lib/suning_pay/utils.rb" />
|
147
|
-
<option value="$PROJECT_DIR$/bin/suning_pay" />
|
148
|
-
<option value="$PROJECT_DIR$/lib/rake/suning_pay.rake" />
|
149
|
-
<option value="$PROJECT_DIR$/lib/suning_pay/railtie.rb" />
|
150
|
-
<option value="$PROJECT_DIR$/lib/suning_pay/rsa.rb" />
|
151
|
-
<option value="$PROJECT_DIR$/lib/suning_pay/service.rb" />
|
152
|
-
<option value="$PROJECT_DIR$/README.md" />
|
153
|
-
<option value="$PROJECT_DIR$/lib/suning_pay.rb" />
|
154
|
-
<option value="$PROJECT_DIR$/lib/suning_pay/util.rb" />
|
155
|
-
<option value="$PROJECT_DIR$/suning_pay.rb" />
|
156
|
-
<option value="$PROJECT_DIR$/suning_pay.gemspec" />
|
157
|
-
<option value="$PROJECT_DIR$/Rakefile" />
|
158
|
-
<option value="$PROJECT_DIR$/test/suning_pay_test.rb" />
|
159
|
-
<option value="$PROJECT_DIR$/lib/suning_pay/ent_service.rb" />
|
160
|
-
<option value="$PROJECT_DIR$/lib/suning_pay/version.rb" />
|
161
|
-
</list>
|
162
|
-
</option>
|
163
|
-
</component>
|
164
|
-
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
165
|
-
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
|
166
|
-
<component name="JsGulpfileManager">
|
167
|
-
<detection-done>true</detection-done>
|
168
|
-
<sorting>DEFINITION_ORDER</sorting>
|
169
|
-
</component>
|
170
|
-
<component name="ProjectFrameBounds">
|
171
|
-
<option name="x" value="1443" />
|
172
|
-
<option name="width" value="1117" />
|
173
|
-
<option name="height" value="1440" />
|
174
|
-
</component>
|
175
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
176
|
-
<component name="ProjectView">
|
177
|
-
<navigator currentView="ProjectPane" proportions="" version="1">
|
178
|
-
<flattenPackages />
|
179
|
-
<showMembers />
|
180
|
-
<showModules />
|
181
|
-
<showLibraryContents />
|
182
|
-
<hideEmptyPackages />
|
183
|
-
<abbreviatePackageNames />
|
184
|
-
<autoscrollToSource />
|
185
|
-
<autoscrollFromSource />
|
186
|
-
<sortByType />
|
187
|
-
<manualOrder />
|
188
|
-
<foldersAlwaysOnTop value="true" />
|
189
|
-
</navigator>
|
190
|
-
<panes>
|
191
|
-
<pane id="Scope" />
|
192
|
-
<pane id="Scratches" />
|
193
|
-
<pane id="ProjectPane">
|
194
|
-
<subPane>
|
195
|
-
<PATH>
|
196
|
-
<PATH_ELEMENT>
|
197
|
-
<option name="myItemId" value="suning_pay" />
|
198
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
199
|
-
</PATH_ELEMENT>
|
200
|
-
<PATH_ELEMENT>
|
201
|
-
<option name="myItemId" value="External Libraries" />
|
202
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
|
203
|
-
</PATH_ELEMENT>
|
204
|
-
</PATH>
|
205
|
-
<PATH>
|
206
|
-
<PATH_ELEMENT>
|
207
|
-
<option name="myItemId" value="suning_pay" />
|
208
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
209
|
-
</PATH_ELEMENT>
|
210
|
-
<PATH_ELEMENT>
|
211
|
-
<option name="myItemId" value="suning_pay" />
|
212
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
213
|
-
</PATH_ELEMENT>
|
214
|
-
</PATH>
|
215
|
-
<PATH>
|
216
|
-
<PATH_ELEMENT>
|
217
|
-
<option name="myItemId" value="suning_pay" />
|
218
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
219
|
-
</PATH_ELEMENT>
|
220
|
-
<PATH_ELEMENT>
|
221
|
-
<option name="myItemId" value="suning_pay" />
|
222
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
223
|
-
</PATH_ELEMENT>
|
224
|
-
<PATH_ELEMENT>
|
225
|
-
<option name="myItemId" value="test" />
|
226
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
227
|
-
</PATH_ELEMENT>
|
228
|
-
</PATH>
|
229
|
-
<PATH>
|
230
|
-
<PATH_ELEMENT>
|
231
|
-
<option name="myItemId" value="suning_pay" />
|
232
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
233
|
-
</PATH_ELEMENT>
|
234
|
-
<PATH_ELEMENT>
|
235
|
-
<option name="myItemId" value="suning_pay" />
|
236
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
237
|
-
</PATH_ELEMENT>
|
238
|
-
<PATH_ELEMENT>
|
239
|
-
<option name="myItemId" value="lib" />
|
240
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
241
|
-
</PATH_ELEMENT>
|
242
|
-
</PATH>
|
243
|
-
<PATH>
|
244
|
-
<PATH_ELEMENT>
|
245
|
-
<option name="myItemId" value="suning_pay" />
|
246
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
247
|
-
</PATH_ELEMENT>
|
248
|
-
<PATH_ELEMENT>
|
249
|
-
<option name="myItemId" value="suning_pay" />
|
250
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
251
|
-
</PATH_ELEMENT>
|
252
|
-
<PATH_ELEMENT>
|
253
|
-
<option name="myItemId" value="lib" />
|
254
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
255
|
-
</PATH_ELEMENT>
|
256
|
-
<PATH_ELEMENT>
|
257
|
-
<option name="myItemId" value="suning_pay" />
|
258
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
259
|
-
</PATH_ELEMENT>
|
260
|
-
</PATH>
|
261
|
-
<PATH>
|
262
|
-
<PATH_ELEMENT>
|
263
|
-
<option name="myItemId" value="suning_pay" />
|
264
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
265
|
-
</PATH_ELEMENT>
|
266
|
-
<PATH_ELEMENT>
|
267
|
-
<option name="myItemId" value="suning_pay" />
|
268
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
269
|
-
</PATH_ELEMENT>
|
270
|
-
<PATH_ELEMENT>
|
271
|
-
<option name="myItemId" value="lib" />
|
272
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
273
|
-
</PATH_ELEMENT>
|
274
|
-
<PATH_ELEMENT>
|
275
|
-
<option name="myItemId" value="rake" />
|
276
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
277
|
-
</PATH_ELEMENT>
|
278
|
-
</PATH>
|
279
|
-
</subPane>
|
280
|
-
</pane>
|
281
|
-
</panes>
|
282
|
-
</component>
|
283
|
-
<component name="PropertiesComponent">
|
284
|
-
<property name="WebServerToolWindowFactoryState" value="false" />
|
285
|
-
<property name="FullScreen" value="true" />
|
286
|
-
</component>
|
287
|
-
<component name="RecentsManager">
|
288
|
-
<key name="CopyFile.RECENT_KEYS">
|
289
|
-
<recent name="$PROJECT_DIR$/lib/suning_pay" />
|
290
|
-
</key>
|
291
|
-
</component>
|
292
|
-
<component name="RunDashboard">
|
293
|
-
<option name="ruleStates">
|
294
|
-
<list>
|
295
|
-
<RuleState>
|
296
|
-
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
297
|
-
</RuleState>
|
298
|
-
<RuleState>
|
299
|
-
<option name="name" value="StatusDashboardGroupingRule" />
|
300
|
-
</RuleState>
|
301
|
-
</list>
|
302
|
-
</option>
|
303
|
-
</component>
|
304
|
-
<component name="RunManager" selected="IRB console.IRB console: suning_pay">
|
305
|
-
<configuration default="false" name="suning_pay" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
306
|
-
<module name="suning_pay" />
|
307
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
308
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib" />
|
309
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
310
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
311
|
-
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
312
|
-
<envs />
|
313
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
314
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
315
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
316
|
-
<COVERAGE_PATTERN ENABLED="true">
|
317
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
318
|
-
</COVERAGE_PATTERN>
|
319
|
-
</EXTENSION>
|
320
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/suning_pay.rb" />
|
321
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
322
|
-
<method />
|
323
|
-
</configuration>
|
324
|
-
<configuration default="false" name="IRB console: suning_pay" type="IrbRunConfigurationType" factoryName="IRB console" temporary="true">
|
325
|
-
<module name="suning_pay" />
|
326
|
-
<IRB_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
327
|
-
<IRB_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
328
|
-
<IRB_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
329
|
-
<IRB_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
330
|
-
<IRB_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
331
|
-
<envs />
|
332
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
333
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
334
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
335
|
-
<COVERAGE_PATTERN ENABLED="true">
|
336
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
337
|
-
</COVERAGE_PATTERN>
|
338
|
-
</EXTENSION>
|
339
|
-
<IRB_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$APPLICATION_HOME_DIR$/rb/testing/runner/irb.rb" />
|
340
|
-
<IRB_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="--prompt simple" />
|
341
|
-
<IRB_RUN_CONFIG NAME="IS_RAILS_CONSOLE" VALUE="false" />
|
342
|
-
<method />
|
343
|
-
</configuration>
|
344
|
-
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
345
|
-
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
346
|
-
<module name="" />
|
347
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
348
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
349
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
350
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
351
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
352
|
-
<envs />
|
353
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
354
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
355
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
356
|
-
<COVERAGE_PATTERN ENABLED="true">
|
357
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
358
|
-
</COVERAGE_PATTERN>
|
359
|
-
</EXTENSION>
|
360
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
361
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
362
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
363
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
364
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
365
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
366
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
367
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
368
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
369
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
370
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
371
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
372
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
373
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
374
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
375
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
376
|
-
<method />
|
377
|
-
</configuration>
|
378
|
-
<configuration default="true" type="IrbRunConfigurationType" factoryName="IRB console">
|
379
|
-
<module name="" />
|
380
|
-
<IRB_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
381
|
-
<IRB_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
382
|
-
<IRB_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
383
|
-
<IRB_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
384
|
-
<IRB_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
385
|
-
<envs />
|
386
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
387
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
388
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
389
|
-
<COVERAGE_PATTERN ENABLED="true">
|
390
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
391
|
-
</COVERAGE_PATTERN>
|
392
|
-
</EXTENSION>
|
393
|
-
<IRB_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
394
|
-
<IRB_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
395
|
-
<IRB_RUN_CONFIG NAME="IS_RAILS_CONSOLE" VALUE="false" />
|
396
|
-
<method />
|
397
|
-
</configuration>
|
398
|
-
<configuration default="true" type="JavaScriptTestRunnerJest" factoryName="Jest">
|
399
|
-
<node-interpreter value="project" />
|
400
|
-
<working-dir value="" />
|
401
|
-
<envs />
|
402
|
-
<scope-kind value="ALL" />
|
403
|
-
<method />
|
404
|
-
</configuration>
|
405
|
-
<configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor">
|
406
|
-
<config-file value="" />
|
407
|
-
<node-interpreter value="project" />
|
408
|
-
<envs />
|
409
|
-
<method />
|
410
|
-
</configuration>
|
411
|
-
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
412
|
-
<method />
|
413
|
-
</configuration>
|
414
|
-
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
415
|
-
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
416
|
-
<module name="" />
|
417
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
418
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
419
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
420
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
421
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
422
|
-
<envs />
|
423
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
424
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
425
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
426
|
-
<COVERAGE_PATTERN ENABLED="true">
|
427
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
428
|
-
</COVERAGE_PATTERN>
|
429
|
-
</EXTENSION>
|
430
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
431
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
432
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
433
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
434
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
435
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
436
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
437
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
438
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
439
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
440
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
441
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
442
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
443
|
-
<method />
|
444
|
-
</configuration>
|
445
|
-
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
446
|
-
<module name="" />
|
447
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
448
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
449
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
450
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
451
|
-
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
452
|
-
<envs />
|
453
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
454
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
455
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
456
|
-
<COVERAGE_PATTERN ENABLED="true">
|
457
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
458
|
-
</COVERAGE_PATTERN>
|
459
|
-
</EXTENSION>
|
460
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
461
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
462
|
-
<method />
|
463
|
-
</configuration>
|
464
|
-
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
465
|
-
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
466
|
-
<module name="" />
|
467
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
468
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
469
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
470
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
471
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
472
|
-
<envs />
|
473
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
474
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
475
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
476
|
-
<COVERAGE_PATTERN ENABLED="true">
|
477
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
478
|
-
</COVERAGE_PATTERN>
|
479
|
-
</EXTENSION>
|
480
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
481
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
482
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
483
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
484
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
485
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
486
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
487
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
488
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
489
|
-
<method />
|
490
|
-
</configuration>
|
491
|
-
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
492
|
-
<method />
|
493
|
-
</configuration>
|
494
|
-
<configuration default="true" type="js.build_tools.npm" factoryName="npm">
|
495
|
-
<command value="run" />
|
496
|
-
<scripts />
|
497
|
-
<node-interpreter value="project" />
|
498
|
-
<envs />
|
499
|
-
<method />
|
500
|
-
</configuration>
|
501
|
-
<list size="2">
|
502
|
-
<item index="0" class="java.lang.String" itemvalue="Ruby.suning_pay" />
|
503
|
-
<item index="1" class="java.lang.String" itemvalue="IRB console.IRB console: suning_pay" />
|
504
|
-
</list>
|
505
|
-
<recent_temporary>
|
506
|
-
<list size="2">
|
507
|
-
<item index="0" class="java.lang.String" itemvalue="IRB console.IRB console: suning_pay" />
|
508
|
-
<item index="1" class="java.lang.String" itemvalue="Ruby.suning_pay" />
|
509
|
-
</list>
|
510
|
-
</recent_temporary>
|
511
|
-
</component>
|
512
|
-
<component name="ShelveChangesManager" show_recycled="false">
|
513
|
-
<option name="remove_strategy" value="false" />
|
514
|
-
</component>
|
515
|
-
<component name="SpringUtil" SPRING_PRE_LOADER_OPTION="true" />
|
516
|
-
<component name="SvnConfiguration">
|
517
|
-
<configuration />
|
518
|
-
</component>
|
519
|
-
<component name="TaskManager">
|
520
|
-
<task active="true" id="Default" summary="Default task">
|
521
|
-
<changelist id="c8cf8def-5556-418a-b301-7917294a6f44" name="Default" comment="" />
|
522
|
-
<created>1501651114580</created>
|
523
|
-
<option name="number" value="Default" />
|
524
|
-
<option name="presentableId" value="Default" />
|
525
|
-
<updated>1501651114580</updated>
|
526
|
-
<workItem from="1501651115718" duration="53549000" />
|
527
|
-
</task>
|
528
|
-
<task id="LOCAL-00001" summary="add params">
|
529
|
-
<created>1501809137189</created>
|
530
|
-
<option name="number" value="00001" />
|
531
|
-
<option name="presentableId" value="LOCAL-00001" />
|
532
|
-
<option name="project" value="LOCAL" />
|
533
|
-
<updated>1501809137189</updated>
|
534
|
-
</task>
|
535
|
-
<task id="LOCAL-00002" summary="RSA">
|
536
|
-
<created>1501818913325</created>
|
537
|
-
<option name="number" value="00002" />
|
538
|
-
<option name="presentableId" value="LOCAL-00002" />
|
539
|
-
<option name="project" value="LOCAL" />
|
540
|
-
<updated>1501818913325</updated>
|
541
|
-
</task>
|
542
|
-
<task id="LOCAL-00003" summary="add rake to rails">
|
543
|
-
<created>1501825378332</created>
|
544
|
-
<option name="number" value="00003" />
|
545
|
-
<option name="presentableId" value="LOCAL-00003" />
|
546
|
-
<option name="project" value="LOCAL" />
|
547
|
-
<updated>1501825378332</updated>
|
548
|
-
</task>
|
549
|
-
<task id="LOCAL-00004" summary="doc">
|
550
|
-
<created>1501825543839</created>
|
551
|
-
<option name="number" value="00004" />
|
552
|
-
<option name="presentableId" value="LOCAL-00004" />
|
553
|
-
<option name="project" value="LOCAL" />
|
554
|
-
<updated>1501825543839</updated>
|
555
|
-
</task>
|
556
|
-
<task id="LOCAL-00005" summary="doc">
|
557
|
-
<created>1501826275790</created>
|
558
|
-
<option name="number" value="00005" />
|
559
|
-
<option name="presentableId" value="LOCAL-00005" />
|
560
|
-
<option name="project" value="LOCAL" />
|
561
|
-
<updated>1501826275790</updated>
|
562
|
-
</task>
|
563
|
-
<task id="LOCAL-00006" summary="doc">
|
564
|
-
<created>1502074354268</created>
|
565
|
-
<option name="number" value="00006" />
|
566
|
-
<option name="presentableId" value="LOCAL-00006" />
|
567
|
-
<option name="project" value="LOCAL" />
|
568
|
-
<updated>1502074354268</updated>
|
569
|
-
</task>
|
570
|
-
<task id="LOCAL-00007" summary="doc">
|
571
|
-
<created>1502075708164</created>
|
572
|
-
<option name="number" value="00007" />
|
573
|
-
<option name="presentableId" value="LOCAL-00007" />
|
574
|
-
<option name="project" value="LOCAL" />
|
575
|
-
<updated>1502075708164</updated>
|
576
|
-
</task>
|
577
|
-
<task id="LOCAL-00008" summary="doc">
|
578
|
-
<created>1502075922184</created>
|
579
|
-
<option name="number" value="00008" />
|
580
|
-
<option name="presentableId" value="LOCAL-00008" />
|
581
|
-
<option name="project" value="LOCAL" />
|
582
|
-
<updated>1502075922184</updated>
|
583
|
-
</task>
|
584
|
-
<task id="LOCAL-00009" summary="v0.2.0">
|
585
|
-
<created>1502096965107</created>
|
586
|
-
<option name="number" value="00009" />
|
587
|
-
<option name="presentableId" value="LOCAL-00009" />
|
588
|
-
<option name="project" value="LOCAL" />
|
589
|
-
<updated>1502096965107</updated>
|
590
|
-
</task>
|
591
|
-
<task id="LOCAL-00010" summary="add query service">
|
592
|
-
<created>1502099066495</created>
|
593
|
-
<option name="number" value="00010" />
|
594
|
-
<option name="presentableId" value="LOCAL-00010" />
|
595
|
-
<option name="project" value="LOCAL" />
|
596
|
-
<updated>1502099066495</updated>
|
597
|
-
</task>
|
598
|
-
<task id="LOCAL-00011" summary="doc">
|
599
|
-
<created>1502099495522</created>
|
600
|
-
<option name="number" value="00011" />
|
601
|
-
<option name="presentableId" value="LOCAL-00011" />
|
602
|
-
<option name="project" value="LOCAL" />
|
603
|
-
<updated>1502099495522</updated>
|
604
|
-
</task>
|
605
|
-
<task id="LOCAL-00012" summary="fix json bug">
|
606
|
-
<created>1502166827564</created>
|
607
|
-
<option name="number" value="00012" />
|
608
|
-
<option name="presentableId" value="LOCAL-00012" />
|
609
|
-
<option name="project" value="LOCAL" />
|
610
|
-
<updated>1502166827564</updated>
|
611
|
-
</task>
|
612
|
-
<task id="LOCAL-00013" summary="homepage">
|
613
|
-
<created>1502168463409</created>
|
614
|
-
<option name="number" value="00013" />
|
615
|
-
<option name="presentableId" value="LOCAL-00013" />
|
616
|
-
<option name="project" value="LOCAL" />
|
617
|
-
<updated>1502168463409</updated>
|
618
|
-
</task>
|
619
|
-
<option name="localTasksCounter" value="14" />
|
620
|
-
<servers />
|
621
|
-
</component>
|
622
|
-
<component name="TimeTrackingManager">
|
623
|
-
<option name="totallyTimeSpent" value="53549000" />
|
624
|
-
</component>
|
625
|
-
<component name="ToolWindowManager">
|
626
|
-
<frame x="1443" y="0" width="1117" height="1440" extended-state="0" />
|
627
|
-
<layout>
|
628
|
-
<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" />
|
629
|
-
<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="-1" side_tool="true" content_ui="tabs" />
|
630
|
-
<window_info id="REST Client" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32980973" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
631
|
-
<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="-1" side_tool="false" content_ui="tabs" />
|
632
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.30162087" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
633
|
-
<window_info id="Terminal" 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" />
|
634
|
-
<window_info id="JSON Viewer" 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" />
|
635
|
-
<window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.17905103" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
636
|
-
<window_info id="JSON Utils" 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" />
|
637
|
-
<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="-1" side_tool="false" content_ui="tabs" />
|
638
|
-
<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="false" content_ui="tabs" />
|
639
|
-
<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="-1" side_tool="true" content_ui="tabs" />
|
640
|
-
<window_info id="Debug" 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="3" side_tool="false" content_ui="tabs" />
|
641
|
-
<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" />
|
642
|
-
<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" />
|
643
|
-
<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" />
|
644
|
-
<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" />
|
645
|
-
<window_info id="Find" 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" />
|
646
|
-
<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" />
|
647
|
-
<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" />
|
648
|
-
</layout>
|
649
|
-
</component>
|
650
|
-
<component name="TypeScriptGeneratedFilesManager">
|
651
|
-
<option name="processedProjectFiles" value="true" />
|
652
|
-
</component>
|
653
|
-
<component name="VcsContentAnnotationSettings">
|
654
|
-
<option name="myLimit" value="2678400000" />
|
655
|
-
</component>
|
656
|
-
<component name="VcsManagerConfiguration">
|
657
|
-
<MESSAGE value="add params" />
|
658
|
-
<MESSAGE value="RSA" />
|
659
|
-
<MESSAGE value="add rake to rails" />
|
660
|
-
<MESSAGE value="v0.2.0" />
|
661
|
-
<MESSAGE value="add query service" />
|
662
|
-
<MESSAGE value="doc" />
|
663
|
-
<MESSAGE value="fix json bug" />
|
664
|
-
<MESSAGE value="homepage" />
|
665
|
-
<option name="LAST_COMMIT_MESSAGE" value="homepage" />
|
666
|
-
</component>
|
667
|
-
<component name="XDebuggerManager">
|
668
|
-
<breakpoint-manager />
|
669
|
-
<watches-manager />
|
670
|
-
</component>
|
671
|
-
<component name="editorHistoryManager">
|
672
|
-
<entry file="file://$PROJECT_DIR$/.travis.yml">
|
673
|
-
<provider selected="true" editor-type-id="text-editor">
|
674
|
-
<state relative-caret-position="0">
|
675
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
676
|
-
<folding />
|
677
|
-
</state>
|
678
|
-
</provider>
|
679
|
-
</entry>
|
680
|
-
<entry file="file://$PROJECT_DIR$/LICENSE.txt">
|
681
|
-
<provider selected="true" editor-type-id="text-editor">
|
682
|
-
<state relative-caret-position="135">
|
683
|
-
<caret line="9" column="56" lean-forward="false" selection-start-line="9" selection-start-column="56" selection-end-line="9" selection-end-column="56" />
|
684
|
-
<folding />
|
685
|
-
</state>
|
686
|
-
</provider>
|
687
|
-
</entry>
|
688
|
-
<entry file="file://$PROJECT_DIR$/CODE_OF_CONDUCT.md">
|
689
|
-
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
690
|
-
<state split_layout="SPLIT">
|
691
|
-
<first_editor relative-caret-position="0">
|
692
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
693
|
-
<folding />
|
694
|
-
</first_editor>
|
695
|
-
<second_editor />
|
696
|
-
</state>
|
697
|
-
</provider>
|
698
|
-
</entry>
|
699
|
-
<entry file="file://$PROJECT_DIR$/bin/console">
|
700
|
-
<provider selected="true" editor-type-id="text-editor">
|
701
|
-
<state relative-caret-position="0">
|
702
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="19" />
|
703
|
-
<folding />
|
704
|
-
</state>
|
705
|
-
</provider>
|
706
|
-
</entry>
|
707
|
-
<entry file="file://$PROJECT_DIR$/bin/setup">
|
708
|
-
<provider selected="true" editor-type-id="text-editor">
|
709
|
-
<state relative-caret-position="120">
|
710
|
-
<caret line="8" column="0" lean-forward="false" selection-start-line="8" selection-start-column="0" selection-end-line="8" selection-end-column="0" />
|
711
|
-
<folding />
|
712
|
-
</state>
|
713
|
-
</provider>
|
714
|
-
</entry>
|
715
|
-
<entry file="file://$PROJECT_DIR$/bin/suning_pay">
|
716
|
-
<provider selected="true" editor-type-id="text-editor">
|
717
|
-
<state relative-caret-position="0">
|
718
|
-
<caret line="0" column="19" lean-forward="false" selection-start-line="0" selection-start-column="19" selection-end-line="0" selection-end-column="19" />
|
719
|
-
<folding />
|
720
|
-
</state>
|
721
|
-
</provider>
|
722
|
-
</entry>
|
723
|
-
<entry file="file://$PROJECT_DIR$/lib/rake/suning_pay.rake">
|
724
|
-
<provider selected="true" editor-type-id="text-editor">
|
725
|
-
<state relative-caret-position="180">
|
726
|
-
<caret line="12" column="3" lean-forward="false" selection-start-line="12" selection-start-column="3" selection-end-line="12" selection-end-column="3" />
|
727
|
-
<folding />
|
728
|
-
</state>
|
729
|
-
</provider>
|
730
|
-
</entry>
|
731
|
-
<entry file="file://$USER_HOME$/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/rake/dsl_definition.rb">
|
732
|
-
<provider selected="true" editor-type-id="text-editor">
|
733
|
-
<state relative-caret-position="555">
|
734
|
-
<caret line="188" column="8" lean-forward="false" selection-start-line="188" selection-start-column="8" selection-end-line="188" selection-end-column="8" />
|
735
|
-
<folding />
|
736
|
-
</state>
|
737
|
-
</provider>
|
738
|
-
</entry>
|
739
|
-
<entry file="file://$PROJECT_DIR$/Gemfile">
|
740
|
-
<provider selected="true" editor-type-id="text-editor">
|
741
|
-
<state relative-caret-position="0">
|
742
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
743
|
-
<folding />
|
744
|
-
</state>
|
745
|
-
</provider>
|
746
|
-
</entry>
|
747
|
-
<entry file="file://$APPLICATION_HOME_DIR$/rubystubs22/argument_error.rb">
|
748
|
-
<provider selected="true" editor-type-id="text-editor">
|
749
|
-
<state relative-caret-position="360">
|
750
|
-
<caret line="24" column="6" lean-forward="false" selection-start-line="24" selection-start-column="6" selection-end-line="24" selection-end-column="6" />
|
751
|
-
<folding />
|
752
|
-
</state>
|
753
|
-
</provider>
|
754
|
-
</entry>
|
755
|
-
<entry file="file://$PROJECT_DIR$/README.md">
|
756
|
-
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
757
|
-
<state split_layout="SPLIT">
|
758
|
-
<first_editor relative-caret-position="855">
|
759
|
-
<caret line="57" column="41" lean-forward="false" selection-start-line="57" selection-start-column="41" selection-end-line="57" selection-end-column="41" />
|
760
|
-
<folding>
|
761
|
-
<marker date="1502099481000" expanded="true" signature="1418:2479" ph="for ... end" />
|
762
|
-
<marker date="1502099481000" expanded="true" signature="1695:2479" ph="for ... end" />
|
763
|
-
<marker date="1502099481000" expanded="true" signature="1975:2479" ph="for ... end" />
|
764
|
-
</folding>
|
765
|
-
</first_editor>
|
766
|
-
<second_editor />
|
767
|
-
</state>
|
768
|
-
</provider>
|
769
|
-
</entry>
|
770
|
-
<entry file="file://$PROJECT_DIR$/suning_pay.gemspec">
|
771
|
-
<provider selected="true" editor-type-id="text-editor">
|
772
|
-
<state relative-caret-position="525">
|
773
|
-
<caret line="35" column="14" lean-forward="false" selection-start-line="35" selection-start-column="14" selection-end-line="35" selection-end-column="14" />
|
774
|
-
<folding />
|
775
|
-
</state>
|
776
|
-
</provider>
|
777
|
-
</entry>
|
778
|
-
<entry file="file://$PROJECT_DIR$/lib/suning_pay/util.rb">
|
779
|
-
<provider selected="true" editor-type-id="text-editor">
|
780
|
-
<state relative-caret-position="574">
|
781
|
-
<caret line="48" column="13" lean-forward="false" selection-start-line="48" selection-start-column="13" selection-end-line="48" selection-end-column="46" />
|
782
|
-
<folding />
|
783
|
-
</state>
|
784
|
-
</provider>
|
785
|
-
</entry>
|
786
|
-
<entry file="file://$PROJECT_DIR$/lib/suning_pay/service.rb">
|
787
|
-
<provider selected="true" editor-type-id="text-editor">
|
788
|
-
<state relative-caret-position="870">
|
789
|
-
<caret line="58" column="9" lean-forward="false" selection-start-line="58" selection-start-column="9" selection-end-line="58" selection-end-column="9" />
|
790
|
-
<folding />
|
791
|
-
</state>
|
792
|
-
</provider>
|
793
|
-
</entry>
|
794
|
-
<entry file="file://$PROJECT_DIR$/test/test_helper.rb">
|
795
|
-
<provider selected="true" editor-type-id="text-editor">
|
796
|
-
<state relative-caret-position="45">
|
797
|
-
<caret line="3" column="17" lean-forward="false" selection-start-line="3" selection-start-column="9" selection-end-line="3" selection-end-column="17" />
|
798
|
-
<folding />
|
799
|
-
</state>
|
800
|
-
</provider>
|
801
|
-
</entry>
|
802
|
-
<entry file="file://$PROJECT_DIR$/Rakefile">
|
803
|
-
<provider selected="true" editor-type-id="text-editor">
|
804
|
-
<state relative-caret-position="45">
|
805
|
-
<caret line="3" column="18" lean-forward="false" selection-start-line="3" selection-start-column="18" selection-end-line="3" selection-end-column="18" />
|
806
|
-
<folding />
|
807
|
-
</state>
|
808
|
-
</provider>
|
809
|
-
</entry>
|
810
|
-
<entry file="file://$PROJECT_DIR$/lib/suning_pay/railtie.rb">
|
811
|
-
<provider selected="true" editor-type-id="text-editor">
|
812
|
-
<state relative-caret-position="0">
|
813
|
-
<caret line="0" column="16" lean-forward="false" selection-start-line="0" selection-start-column="16" selection-end-line="0" selection-end-column="16" />
|
814
|
-
<folding />
|
815
|
-
</state>
|
816
|
-
</provider>
|
817
|
-
</entry>
|
818
|
-
<entry file="file://$PROJECT_DIR$/lib/suning_pay/rsa.rb">
|
819
|
-
<provider selected="true" editor-type-id="text-editor">
|
820
|
-
<state relative-caret-position="225">
|
821
|
-
<caret line="15" column="62" lean-forward="false" selection-start-line="15" selection-start-column="62" selection-end-line="15" selection-end-column="62" />
|
822
|
-
<folding />
|
823
|
-
</state>
|
824
|
-
</provider>
|
825
|
-
</entry>
|
826
|
-
<entry file="file://$PROJECT_DIR$/lib/suning_pay.rb">
|
827
|
-
<provider selected="true" editor-type-id="text-editor">
|
828
|
-
<state relative-caret-position="281">
|
829
|
-
<caret line="28" column="91" lean-forward="false" selection-start-line="28" selection-start-column="71" selection-end-line="28" selection-end-column="91" />
|
830
|
-
<folding />
|
831
|
-
</state>
|
832
|
-
</provider>
|
833
|
-
</entry>
|
834
|
-
<entry file="file://$PROJECT_DIR$/test/suning_pay_test.rb">
|
835
|
-
<provider selected="true" editor-type-id="text-editor">
|
836
|
-
<state relative-caret-position="60">
|
837
|
-
<caret line="4" column="17" lean-forward="false" selection-start-line="4" selection-start-column="17" selection-end-line="4" selection-end-column="17" />
|
838
|
-
<folding />
|
839
|
-
</state>
|
840
|
-
</provider>
|
841
|
-
</entry>
|
842
|
-
<entry file="file://$PROJECT_DIR$/lib/suning_pay/ent_service.rb">
|
843
|
-
<provider selected="true" editor-type-id="text-editor">
|
844
|
-
<state relative-caret-position="465">
|
845
|
-
<caret line="31" column="49" lean-forward="false" selection-start-line="31" selection-start-column="49" selection-end-line="31" selection-end-column="49" />
|
846
|
-
<folding />
|
847
|
-
</state>
|
848
|
-
</provider>
|
849
|
-
</entry>
|
850
|
-
<entry file="file://$PROJECT_DIR$/suning_pay.rb">
|
851
|
-
<provider selected="true" editor-type-id="text-editor">
|
852
|
-
<state relative-caret-position="120">
|
853
|
-
<caret line="8" column="0" lean-forward="false" selection-start-line="8" selection-start-column="0" selection-end-line="8" selection-end-column="34" />
|
854
|
-
<folding />
|
855
|
-
</state>
|
856
|
-
</provider>
|
857
|
-
</entry>
|
858
|
-
<entry file="file://$PROJECT_DIR$/lib/suning_pay/version.rb">
|
859
|
-
<provider selected="true" editor-type-id="text-editor">
|
860
|
-
<state relative-caret-position="15">
|
861
|
-
<caret line="1" column="18" lean-forward="false" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
862
|
-
<folding />
|
863
|
-
</state>
|
864
|
-
</provider>
|
865
|
-
</entry>
|
866
|
-
</component>
|
867
|
-
</project>
|