spree_dash 0.70.RC1 → 0.70.0.rc2
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 +6 -5
- metadata +17 -15
data/README.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
Overview Dashboard
|
|
2
|
+
==================
|
|
2
3
|
|
|
3
4
|
Core extension to display basic graphs and charts on store activity. Can be deleted if you don't require the dashboard.
|
|
4
5
|
|
|
5
|
-
|
|
6
|
-
|
|
6
|
+
Testing
|
|
7
|
+
-------
|
|
7
8
|
|
|
8
9
|
You need to do a quick one-time creation of a test application and then you can use it to run the tests.
|
|
9
10
|
|
|
10
|
-
rake test_app
|
|
11
|
+
bundle exec rake test_app
|
|
11
12
|
|
|
12
13
|
Then run the tests
|
|
13
14
|
|
|
14
|
-
rake spec
|
|
15
|
+
bundle exec rake spec
|
metadata
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_dash
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 15425137
|
|
5
|
+
prerelease: 7
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 70
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
|
|
9
|
+
- 0
|
|
10
|
+
- rc
|
|
11
|
+
- 2
|
|
12
|
+
version: 0.70.0.rc2
|
|
12
13
|
platform: ruby
|
|
13
14
|
authors:
|
|
14
15
|
- Brian Quinn
|
|
@@ -16,25 +17,26 @@ autorequire:
|
|
|
16
17
|
bindir: bin
|
|
17
18
|
cert_chain: []
|
|
18
19
|
|
|
19
|
-
date: 2011-09-
|
|
20
|
+
date: 2011-09-30 00:00:00 Z
|
|
20
21
|
dependencies:
|
|
21
22
|
- !ruby/object:Gem::Dependency
|
|
22
|
-
|
|
23
|
+
type: :runtime
|
|
24
|
+
prerelease: false
|
|
25
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
23
26
|
none: false
|
|
24
27
|
requirements:
|
|
25
28
|
- - "="
|
|
26
29
|
- !ruby/object:Gem::Version
|
|
27
|
-
hash:
|
|
30
|
+
hash: 15425137
|
|
28
31
|
segments:
|
|
29
32
|
- 0
|
|
30
33
|
- 70
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
|
|
34
|
+
- 0
|
|
35
|
+
- rc
|
|
36
|
+
- 2
|
|
37
|
+
version: 0.70.0.rc2
|
|
38
|
+
version_requirements: *id001
|
|
34
39
|
name: spree_core
|
|
35
|
-
type: :runtime
|
|
36
|
-
prerelease: false
|
|
37
|
-
requirement: *id001
|
|
38
40
|
description: Required dependency for Spree
|
|
39
41
|
email: brian@railsdog.com
|
|
40
42
|
executables: []
|
|
@@ -98,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
98
100
|
requirements:
|
|
99
101
|
- none
|
|
100
102
|
rubyforge_project: spree_dash
|
|
101
|
-
rubygems_version: 1.8.
|
|
103
|
+
rubygems_version: 1.8.10
|
|
102
104
|
signing_key:
|
|
103
105
|
specification_version: 3
|
|
104
106
|
summary: Overview dashboard for use with Spree.
|