spree_essentials_jn 0.6.0 → 0.6.1
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.
|
@@ -7,9 +7,11 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.name = "spree_essential_example"
|
|
8
8
|
s.version = SpreeEssentialExample::VERSION
|
|
9
9
|
s.platform = Gem::Platform::RUBY
|
|
10
|
-
s.authors = ["Spencer Steffen"]
|
|
11
|
-
s.
|
|
12
|
-
s.
|
|
10
|
+
#s.authors = ["Spencer Steffen"]
|
|
11
|
+
s.authors = ["Jesse Naiman"]
|
|
12
|
+
#s.email = ["spencer@citrusme.com"]
|
|
13
|
+
s.email = ["jessenaiman@gmail.com"]
|
|
14
|
+
s.homepage = "https://github.com/jessenaiman/spree_essentials"
|
|
13
15
|
s.summary = %q{Just an example for spree_essentials. This is not intended to be released.}
|
|
14
16
|
s.description = %q{Just an example for spree_essentials. This is not intended to be released.}
|
|
15
17
|
|