spree_razorpay_checkout 0.0.4 → 0.0.6
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce30b77a70e7c6bb20a47fabc743166720acac2eefa5af1a8eac3a53555e98bb
|
4
|
+
data.tar.gz: d89033af9dc2ff98631f71af0ff66f1c01f19d563141ac159e291a47c8908d14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 752c172472311ef1f368b36c78f2621a2cf03aea3b939209281d72f10610fa75fddbc2a5c2b45c1c7d59466a8a15ebb829b05898a2353dc2ac7c9fb2db4c7fd0
|
7
|
+
data.tar.gz: 617a32837278322cfc3461f1c74d0280108f28be50b6343d524427b47b67cdd6a3fcfb388a75de691ebb3614c1621a64da2bbfc867c3a48dc78ea831adc96464
|
@@ -1,8 +1,10 @@
|
|
1
|
+
require 'spree_razorpay_checkout/configuration'
|
2
|
+
|
1
3
|
module SpreeRazorpayCheckout
|
2
4
|
class Engine < Rails::Engine
|
3
5
|
require 'spree/core'
|
4
6
|
isolate_namespace Spree
|
5
|
-
engine_name '
|
7
|
+
engine_name 'spree_razorpay_checkout'
|
6
8
|
|
7
9
|
# use rspec for tests
|
8
10
|
config.generators do |g|
|
@@ -10,7 +12,7 @@ module SpreeRazorpayCheckout
|
|
10
12
|
end
|
11
13
|
|
12
14
|
config.after_initialize do |_app|
|
13
|
-
SpreeRazorpayCheckout::Config =
|
15
|
+
SpreeRazorpayCheckout::Config = SpreeRazorpayCheckout::Configuration.new
|
14
16
|
end
|
15
17
|
|
16
18
|
def self.activate
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree_razorpay_checkout
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Umesh Ravani
|
@@ -104,6 +104,7 @@ files:
|
|
104
104
|
- README.md
|
105
105
|
- lib/generators/spree_razorpay_checkout/install/install_generator.rb
|
106
106
|
- lib/spree_razorpay_checkout.rb
|
107
|
+
- lib/spree_razorpay_checkout/configuration.rb
|
107
108
|
- lib/spree_razorpay_checkout/engine.rb
|
108
109
|
- lib/spree_razorpay_checkout/factories.rb
|
109
110
|
- lib/spree_razorpay_checkout/version.rb
|