shopqi-app 0.2.9 → 0.2.10

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -10,6 +10,7 @@
10
10
  ## 使用
11
11
 
12
12
  $ rails g shopqi_app client_id client_secret
13
+ $ bundle exec rake db:create db:migrate # 生成 Shop 商店实体
13
14
 
14
15
  `client_id`, `client_secret` 在注册 Application 后显示,注册时 `REDIRECT URI` 填写 localhost:3000/callback
15
16
 
@@ -2,13 +2,13 @@
2
2
  *= require_tree .
3
3
  */
4
4
 
5
- // CSS Reset
6
- @import "bootstrap/reset";
7
-
8
5
  // Core variables and mixins
9
6
  @import "bootstrap/variables"; // Modify this for custom colors, font-sizes, etc
10
7
  @import "bootstrap/mixins";
11
8
 
9
+ // CSS Reset
10
+ @import "bootstrap/reset";
11
+
12
12
  // Grid system and page structure
13
13
  @import "bootstrap/scaffolding";
14
14
  @import "bootstrap/grid";
@@ -8,6 +8,7 @@ defaults: &defaults
8
8
  scope: 'read_products read_orders'
9
9
  callback_path: '/callback'
10
10
  domain:
11
+ host: 'example.shopqiapp.com' # 邮件发送配置
11
12
  record: 粤ICP备11089804号
12
13
  shopqi_domain:
13
14
  protocol: 'http://'
@@ -26,6 +27,7 @@ production:
26
27
  scope: 'read_products read_orders'
27
28
  callback_path: '/callback'
28
29
  domain:
30
+ host: 'example.shopqiapp.com'
29
31
  record: 粤ICP备11089804号
30
32
  shopqi_domain:
31
33
  protocol: 'https://'
@@ -1,3 +1,3 @@
1
1
  module ShopQiApp
2
- VERSION = "0.2.9"
2
+ VERSION = "0.2.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shopqi-app
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-07 00:00:00.000000000 Z
12
+ date: 2012-10-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -205,7 +205,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
205
205
  version: '0'
206
206
  segments:
207
207
  - 0
208
- hash: -964293635
208
+ hash: -182967167
209
209
  required_rubygems_version: !ruby/object:Gem::Requirement
210
210
  none: false
211
211
  requirements:
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
214
214
  version: '0'
215
215
  segments:
216
216
  - 0
217
- hash: -964293635
217
+ hash: -182967167
218
218
  requirements: []
219
219
  rubyforge_project:
220
220
  rubygems_version: 1.8.24