spree_gtm 0.0.2 → 0.0.3
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/spree_gtm.gemspec +3 -3
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8cc85621d1a8079ac2f51a05634f3766c3246392
|
|
4
|
+
data.tar.gz: 30d6a8f5b40366c39ddb62c88846608ec3b99d1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a3e144fcce4b2459c5b28a9efaabc917d5a70105b85914c1bd891dbcb6aeb8ab6ee58941d5eb03459f53ac95020c0c9ae133748a03ac1e7fee511f34513d19b
|
|
7
|
+
data.tar.gz: 8824943ea8d3f3fbe1728f70be9f260a0e2870979dcd0c4bf7eaf8f4b634c24680ebe7dc33fa49b983f2a383083d4ce1e641dba1a46288bab8feae2c7e627499
|
data/spree_gtm.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
s.platform = Gem::Platform::RUBY
|
|
4
4
|
s.name = 'spree_gtm'
|
|
5
|
-
s.version = '0.0.
|
|
5
|
+
s.version = '0.0.3'
|
|
6
6
|
s.summary = 'some summary here'
|
|
7
7
|
s.description = 'some gem description here'
|
|
8
8
|
s.required_ruby_version = '>= 2.1.0'
|
|
@@ -12,8 +12,8 @@ Gem::Specification.new do |s|
|
|
|
12
12
|
# s.homepage = 'http://www.spreecommerce.com'
|
|
13
13
|
s.license = 'BSD-3'
|
|
14
14
|
|
|
15
|
-
s.files = `git ls-files`.split(
|
|
16
|
-
s.test_files =
|
|
15
|
+
s.files = `git ls-files`.split("\n")
|
|
16
|
+
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
|
17
17
|
s.require_path = 'lib'
|
|
18
18
|
s.requirements << 'none'
|
|
19
19
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_gtm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stanislav O. Pogrebnyak
|
|
@@ -227,5 +227,4 @@ rubygems_version: 2.5.1
|
|
|
227
227
|
signing_key:
|
|
228
228
|
specification_version: 4
|
|
229
229
|
summary: some summary here
|
|
230
|
-
test_files:
|
|
231
|
-
- spec/spec_helper.rb
|
|
230
|
+
test_files: []
|