spree_cmd 3.1.0.rc1 → 3.1.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.
- checksums.yaml +4 -4
- data/README.md +1 -44
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5efaabe9a5b5967802d0d35fd8200496b299a8ca
|
|
4
|
+
data.tar.gz: c23dfdd9428c84f0146ef073ce6b3aa669f02a67
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e06949a7f8e25a61af2ef0d66b054b8a5c93bb54734faf86e5a4e925e73561f37200aff730ac5410d561dd15667451b0550c1a370d7b2f50ee8541a24a07f96
|
|
7
|
+
data.tar.gz: 507976b570844fb4c1c2cd7ba67e350e99b412ca01ef157fefc027d2868614fda8f50ce174b058e63e9813867f032559fc72f7a159265ebe4fac400340c088ed
|
data/README.md
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
Spree Installer
|
|
2
2
|
===============
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
Command line utility to create new Spree store applications
|
|
7
|
-
and extensions
|
|
4
|
+
Command line utility to create new Spree extensions
|
|
8
5
|
|
|
9
6
|
See the main spree project: https://github.com/spree/spree
|
|
10
7
|
|
|
@@ -16,13 +13,6 @@ gem install spree_cmd
|
|
|
16
13
|
```
|
|
17
14
|
This will make the command line utility 'spree' available.
|
|
18
15
|
|
|
19
|
-
You can add Spree to an existing rails application
|
|
20
|
-
|
|
21
|
-
```ruby
|
|
22
|
-
rails new my_app
|
|
23
|
-
spree install my_app
|
|
24
|
-
```
|
|
25
|
-
|
|
26
16
|
Extensions
|
|
27
17
|
----------
|
|
28
18
|
|
|
@@ -30,36 +20,3 @@ To build a new Spree Extension, you can run
|
|
|
30
20
|
```ruby
|
|
31
21
|
spree extension my_extension
|
|
32
22
|
```
|
|
33
|
-
Examples
|
|
34
|
-
--------
|
|
35
|
-
|
|
36
|
-
If you want to accept all the defaults pass --auto_accept
|
|
37
|
-
```
|
|
38
|
-
spree install my_store --edge --auto_accept
|
|
39
|
-
```
|
|
40
|
-
to use a local clone of Spree, pass the --path option
|
|
41
|
-
```
|
|
42
|
-
spree install my_store --path=../spree
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
Options
|
|
46
|
-
-------
|
|
47
|
-
|
|
48
|
-
* `--auto_accept` to answer yes to all questions
|
|
49
|
-
* `--edge` to use the edge version of Spree
|
|
50
|
-
* `--path=../spree` to use a local version of spree
|
|
51
|
-
* `--branch=n-n-stable` to use git branch
|
|
52
|
-
* `--git=git@github.com:cmar/spree.git` to use git version of spree
|
|
53
|
-
* `--ref=23423423423423` to use git reference
|
|
54
|
-
* `--tag=my_tag` to use git tag
|
|
55
|
-
|
|
56
|
-
Older Versions of Spree
|
|
57
|
-
-----------------------
|
|
58
|
-
|
|
59
|
-
Versions of the Spree gem before 1.0 included a spree binary. If you
|
|
60
|
-
have one of these installed in your gemset, then you can alternatively
|
|
61
|
-
use the command line utility "spree_cmd". For example "spree_cmd install
|
|
62
|
-
my_app".
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_cmd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.0.
|
|
4
|
+
version: 3.1.0.rc2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Mar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-05-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|