spree_cmd 2.1.4 → 2.1.5
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d0f0200ef50a3ed7fab7c65703cb3b2b3f7912e
|
|
4
|
+
data.tar.gz: e318d8d2cb7cddc9331509c30dc460c4f22ca19f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9df0867a6e9e8a41d8aa78587b7371f49c1df648e78cb18a2cdbe3a680b735f3118656ef149bdc5464d15c58d6cd2cd4e7b6a513d6678411bded8a3216be87c
|
|
7
|
+
data.tar.gz: f42452b44c13cbbd56377bb78bc26f886b67389c867a78e2d9c5a3cdf0c4051ff91fed2fa99106ae3a6fd566ac9f4e856e21762c3375b9d13fbfcec25d96f4fd
|
data/lib/spree_cmd/extension.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
source 'https://rubygems.org'
|
|
2
2
|
|
|
3
3
|
# Provides basic authentication functionality for testing parts of your engine
|
|
4
|
-
gem 'spree_auth_devise', github: 'spree/spree_auth_devise'
|
|
4
|
+
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', :branch => '2-1-stable'
|
|
5
5
|
|
|
6
6
|
gemspec
|
|
@@ -58,7 +58,7 @@ RSpec.configure do |config|
|
|
|
58
58
|
|
|
59
59
|
# Capybara javascript drivers require transactional fixtures set to false, and we use DatabaseCleaner
|
|
60
60
|
# to cleanup after each test instead. Without transactional fixtures set to false the records created
|
|
61
|
-
# to setup a test will be unavailable to the browser, which runs under a
|
|
61
|
+
# to setup a test will be unavailable to the browser, which runs under a separate server instance.
|
|
62
62
|
config.use_transactional_fixtures = false
|
|
63
63
|
|
|
64
64
|
# Ensure Suite is set to use transactions for speed.
|
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: 2.1.
|
|
4
|
+
version: 2.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Mar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|