yafoy_integrations 1.1.1 → 1.1.2

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
  SHA256:
3
- metadata.gz: 6757f127b265d1885799241112eb5dcc445e6e12f3e1d3ecbdfb4f8e27d78024
4
- data.tar.gz: f0c3c9d0b366c610d0c28278f4015366185a132a32cef3ce06557687d0e8832e
3
+ metadata.gz: ecb7f4b2eec823a8eda06428e029549a5af8abba385340fcb7bfdbe25ebf878f
4
+ data.tar.gz: 8145c629e126fdf09f32c541bded3b70accb78b1424e0f945a023ae93869b862
5
5
  SHA512:
6
- metadata.gz: e51ac5eabcbc2f5189d6e111c2ec0583e091f4f9421a9cb9c5925ea36db659e77ae76eef08275b9ea158b1414204096d16b00ba8796d9b59d719e4e72a94a754
7
- data.tar.gz: 2ce0c204329fc2281fa89c33153a7aa2e6b2a172734e32ae13c0c286585f9f825535409e0168009162bc5429a90cbb66bf63c10177a90eecbcce8ee6696a7f2d
6
+ metadata.gz: b6fc583a32bbcaf48375f552da357cce0441574bc9eef0ae4a680ebec1c7301ebd9bf9fb8a83a16200f20d96e74cf8d434a7873b66b753d1d3c946d246aa00bc
7
+ data.tar.gz: 4c0f579bc44a2ecdaee5db3f3b5e68c131becf574d8d5760c378bf9946563d545a0b928fb427d27431fc3c3a5314b56e25fe1e4e84cb13a12ecaaa34d41fcdfb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+
4
+ ## 1.1.2 / 2018-07-31
5
+ ### Added
6
+ - Stripe
7
+
3
8
  ## 1.1.1 / 2018-07-28
4
9
  ### Added
5
10
  - Queenbee
Binary file
@@ -7,6 +7,12 @@
7
7
  # 4 - Customer Service and Support
8
8
  # 5 - Developer-only Tools
9
9
  #
10
+ -
11
+ name: Stripe
12
+ description: Process payment and manage subscriptions
13
+ website: https://stripe.com
14
+ icon: stripe.png
15
+ category: 5
10
16
  -
11
17
  name: Easypost
12
18
  description: Create shipping labels for Canada Post
@@ -8,7 +8,6 @@ module YafoyIntegrations
8
8
  INTEGRATION_PATH = ROOT_PATH.join("integrations")
9
9
 
10
10
  class << self
11
-
12
11
  def tsurprise
13
12
  @integrations = load_integrations("tsurprise.yml")
14
13
  end
@@ -1,3 +1,3 @@
1
1
  module YafoyIntegrations
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yafoy_integrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-07-30 00:00:00.000000000 Z
11
+ date: 2018-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -89,6 +89,7 @@ files:
89
89
  - lib/icons/idee-cadeau-quebec.png
90
90
  - lib/icons/queenbee.png
91
91
  - lib/icons/skylight.png
92
+ - lib/icons/stripe.png
92
93
  - lib/integrations/tsurprise.yml
93
94
  - lib/yafoy_integrations.rb
94
95
  - lib/yafoy_integrations/version.rb