effective_products 0.4.1 → 0.5.0
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/config/effective_products.rb +2 -2
- data/lib/effective_products/version.rb +1 -1
- data/lib/effective_products.rb +2 -2
- metadata +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6fcdbeb5c90fb3b4d7a67d83deb961d25f7158229300d3afc56d936441b79ca0
|
|
4
|
+
data.tar.gz: 7cce45fb0b386fd6389d60294e53a854d44f3b764d71a77d9603679b550cc00a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1783696edd49f896da317f8e73fdf8a884a5cca7697d71e233376d7fa0c75603133049454d6a40ffa205f260b02a6f101e6069ced13555b6f4eae311d12acc93
|
|
7
|
+
data.tar.gz: 8ef6e547e4d29ca9346604b59631ff5e30354727d77173d815330e8dfc640288c7ae6d6898a7acfb079d193ad07b8316e09e4d02e267b585097326bd2f9fa1f6
|
|
@@ -4,8 +4,8 @@ EffectiveProducts.setup do |config|
|
|
|
4
4
|
# config.layout = { application: 'application', admin: 'admin' }
|
|
5
5
|
|
|
6
6
|
# Payment Wizard Settings
|
|
7
|
-
# config.
|
|
8
|
-
# config.
|
|
7
|
+
# config.ring_wizard_class_name = 'Effective::RingWizard'
|
|
8
|
+
# config.stamp_wizard_class_name = 'Effective::StampWizard'
|
|
9
9
|
|
|
10
10
|
# The available stamp categories
|
|
11
11
|
config.stamp_categories = ['Physical', 'Digital-only', 'Stamp', 'Stamp and Certificate']
|
data/lib/effective_products.rb
CHANGED
|
@@ -17,11 +17,11 @@ module EffectiveProducts
|
|
|
17
17
|
include EffectiveGem
|
|
18
18
|
|
|
19
19
|
def self.RingWizard
|
|
20
|
-
|
|
20
|
+
klass(:ring_wizard)
|
|
21
21
|
end
|
|
22
22
|
|
|
23
23
|
def self.StampWizard
|
|
24
|
-
|
|
24
|
+
klass(:stamp_wizard)
|
|
25
25
|
end
|
|
26
26
|
|
|
27
27
|
def self.stamp_categories
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: effective_products
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code and Effect
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: rails
|
|
@@ -289,7 +288,6 @@ homepage: https://github.com/code-and-effect/effective_products
|
|
|
289
288
|
licenses:
|
|
290
289
|
- MIT
|
|
291
290
|
metadata: {}
|
|
292
|
-
post_install_message:
|
|
293
291
|
rdoc_options: []
|
|
294
292
|
require_paths:
|
|
295
293
|
- lib
|
|
@@ -304,8 +302,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
304
302
|
- !ruby/object:Gem::Version
|
|
305
303
|
version: '0'
|
|
306
304
|
requirements: []
|
|
307
|
-
rubygems_version:
|
|
308
|
-
signing_key:
|
|
305
|
+
rubygems_version: 4.0.17
|
|
309
306
|
specification_version: 4
|
|
310
307
|
summary: Highly customized product sales for member associations
|
|
311
308
|
test_files: []
|