unlock_gateway 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5a899941b45bf6475771f02b67696673e27a90e8
4
- data.tar.gz: 31b1d3c340898adf93489c7abd8c5749e0022de3
3
+ metadata.gz: 980ea43877bcb670bca3fd458f8ac2353db2295b
4
+ data.tar.gz: 70b880d149d425f0626c01c3cc09c619a2d8150a
5
5
  SHA512:
6
- metadata.gz: ddfc78a147f2c1078fe116a5adaa9ee8cc03ab40b128f526a2b7b37f747c9451270b6afa187789163c61161bd914b11508b76230d3e532e9daba1caab82c944e
7
- data.tar.gz: f6723e0bdefb4c895e139ab6f8725b2af92e123ad3ca7c91ddc6e4ba932ed6f54e5ac158cc537cb6d18c30b05edc70de7665dc62260534c1aa6f9d3a8b5704a6
6
+ metadata.gz: 762907885a6b2577d1a92995270b7d8b9c569d3aeb15a14c71f9f7929ce7e5cac3f42245af2c6221026373966b57e58d8a328dfc8636861a71369a462f142604
7
+ data.tar.gz: 3f0f83ec2b34e87abb55e129e21fe3d461b77e6ef1ae75091e0b473bd3db9f981437e6208d50579f6dbfb2a0d165f95a2e3f59bc9dbd22a3fa237ca7ed3ccf4e
@@ -1,7 +1,7 @@
1
1
  module UnlockGateway
2
2
  module Models
3
3
 
4
- # This module will be included in Unlock's Contribution model. All methods will run in the context of an instance of Contribution model.
4
+ # Your module UnlockMyGatewayName::Models::Contribution, that should implement this interface, will be included in Unlock's Contribution model. All methods will run in the context of an instance of Contribution model.
5
5
  module Contribution
6
6
 
7
7
  # This method should implement a way to check the state of the subscription with the gateway and update the contribution's state according to it's real state within the gateway.
@@ -1,7 +1,7 @@
1
1
  module UnlockGateway
2
2
  module Models
3
3
 
4
- # This module will be included in Unlock's Gateway model. All methods will run in the context of an instance of Gateway model.
4
+ # Your module UnlockMyGatewayName::Models::Gateway, that should implement this interface, will be included in Unlock's Gateway model. All methods will run in the context of an instance of Gateway model.
5
5
  module Gateway
6
6
 
7
7
  # This method should return the name of the payment gateway to be displayed in Unlock's gateways configurations.
@@ -1,3 +1,3 @@
1
1
  module UnlockGateway
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unlock_gateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Weinmann