spree_cmd 3.2.0.rc2 → 3.2.0.rc3
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/lib/spree_cmd/templates/extension/extension.gemspec +5 -5
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a992cf112338241f7b5d7eec6d04a98dded2520e
|
|
4
|
+
data.tar.gz: a783bd236ab49aaf9e35e270907ff5bfe664875e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf726f0f569a56eecbca11f52b50a6fa8f1352805517d05f1f67baf8edcc5b1435549933548c26e26241361fbbdcfd1dd1f853f5c1c24b5518974497f92f428a
|
|
7
|
+
data.tar.gz: c8cb603909f3c6c99448c394859050beadf9cce2830580c41927ca56485fc2ecd56546d0adade6f607f9d841f9ce5ddcd50e0325020a1981a8c35d0130667ce8
|
|
@@ -7,14 +7,14 @@ require '<%=file_name%>/version'
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.name = '<%= file_name %>'
|
|
10
|
-
s.summary = 'TODO: Add gem summary here'
|
|
11
|
-
s.description = 'TODO: Add (optional) gem description here'
|
|
12
10
|
s.version = <%= class_name %>.version
|
|
11
|
+
s.summary = 'Add extension summary here'
|
|
12
|
+
s.description = 'Add (optional) extension description here'
|
|
13
13
|
s.required_ruby_version = '>= 2.2.2'
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
s.author = 'You'
|
|
16
|
+
s.email = 'you@example.com'
|
|
17
|
+
s.homepage = 'https://github.com/your-github-handle/<%= file_name %>'
|
|
18
18
|
s.license = 'BSD-3-Clause'
|
|
19
19
|
|
|
20
20
|
# s.files = `git ls-files`.split("\n")
|
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.2.0.
|
|
4
|
+
version: 3.2.0.rc3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Mar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-02-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
102
102
|
version: 1.3.1
|
|
103
103
|
requirements: []
|
|
104
104
|
rubyforge_project:
|
|
105
|
-
rubygems_version: 2.
|
|
105
|
+
rubygems_version: 2.6.10
|
|
106
106
|
signing_key:
|
|
107
107
|
specification_version: 4
|
|
108
108
|
summary: Spree Commerce command line utility
|