shopqi-app 0.2.9 → 0.2.10
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.
data/README.md
CHANGED
|
@@ -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://'
|
data/lib/shopqi_app/version.rb
CHANGED
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.
|
|
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-
|
|
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: -
|
|
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: -
|
|
217
|
+
hash: -182967167
|
|
218
218
|
requirements: []
|
|
219
219
|
rubyforge_project:
|
|
220
220
|
rubygems_version: 1.8.24
|