yafoy_integrations 1.1.0 → 1.1.1

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: 3beb5507ce8fa8547dfa528052f6dc09e600a41abc8a7545509ac4c88f248082
4
- data.tar.gz: 41063e4ea0a4b27a26c5ab90dc2910326f338b640ee9047d8386442a80dfe334
3
+ metadata.gz: 6757f127b265d1885799241112eb5dcc445e6e12f3e1d3ecbdfb4f8e27d78024
4
+ data.tar.gz: f0c3c9d0b366c610d0c28278f4015366185a132a32cef3ce06557687d0e8832e
5
5
  SHA512:
6
- metadata.gz: c13b4c170974abbcdcce9c582941d955b65fb5b3d132ea4bb5697ecaa2bf41ee45d7c88080d0f5dc2cef3f822e5f95990396f16f5c3c4402dd2f04ce5a19fe32
7
- data.tar.gz: a89335348f0825147a54018834ef00f2fb488885482d5650cc768a70a9f0ad5468393bad421b66cad1872c394bb2aa4910f89cbd7402757a09d326ede0dc13b2
6
+ metadata.gz: e51ac5eabcbc2f5189d6e111c2ec0583e091f4f9421a9cb9c5925ea36db659e77ae76eef08275b9ea158b1414204096d16b00ba8796d9b59d719e4e72a94a754
7
+ data.tar.gz: 2ce0c204329fc2281fa89c33153a7aa2e6b2a172734e32ae13c0c286585f9f825535409e0168009162bc5429a90cbb66bf63c10177a90eecbcce8ee6696a7f2d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.1.1 / 2018-07-28
4
+ ### Added
5
+ - Queenbee
6
+ - drift.com
7
+ - skylight.io
8
+ - ideecadeauquebec.com
9
+
10
+
3
11
  ## 1.1.0 / 2018-07-23
4
12
  ### Added
5
13
  - drip.com
Binary file
Binary file
Binary file
Binary file
@@ -5,16 +5,41 @@
5
5
  # 2 - Marketing
6
6
  # 3 - Reporting
7
7
  # 4 - Customer Service and Support
8
+ # 5 - Developer-only Tools
8
9
  #
9
10
  -
10
- name: "Easypost"
11
- description: "Create shipping labels for Canada Post"
12
- website: "https://easypost.com"
13
- icon: "easypost.png"
11
+ name: Easypost
12
+ description: Create shipping labels for Canada Post
13
+ website: https://easypost.com
14
+ icon: easypost.png
14
15
  category: 1
15
16
  -
16
- name: "Drip"
17
- description: "Send marketing email to subscribers & customers"
18
- website: "https://drip.com"
19
- icon: "drip.png"
17
+ name: Drip
18
+ description: Send marketing email to subscribers & customers
19
+ website: https://drip.com
20
+ icon: drip.png
21
+ category: 2
22
+ -
23
+ name: Queenbee
24
+ description: Advanced e-commerce analytics
25
+ website: https://queenbee-yafoy.herokuapp.com
26
+ icon: queenbee.png
27
+ category: 2
28
+ -
29
+ name: Drift
30
+ description: Customer support and discussion chat
31
+ website: https://drift.com
32
+ icon: drift.png
33
+ category: 4
34
+ -
35
+ name: Skylight
36
+ description: Application performance monitoring
37
+ website: https://skylight.io
38
+ icon: skylight.png
39
+ category: 5
40
+ -
41
+ name: Idée cadeau Québec
42
+ description: Plateforme d'affiliation pour le Canada
43
+ website: https://www.ideecadeauquebec.com
44
+ icon: idee-cadeau-quebec.png
20
45
  category: 2
@@ -1,3 +1,3 @@
1
1
  module YafoyIntegrations
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
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.0
4
+ version: 1.1.1
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-23 00:00:00.000000000 Z
11
+ date: 2018-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -83,8 +83,12 @@ files:
83
83
  - Rakefile
84
84
  - bin/console
85
85
  - bin/setup
86
+ - lib/icons/drift.png
86
87
  - lib/icons/drip.png
87
88
  - lib/icons/easypost.png
89
+ - lib/icons/idee-cadeau-quebec.png
90
+ - lib/icons/queenbee.png
91
+ - lib/icons/skylight.png
88
92
  - lib/integrations/tsurprise.yml
89
93
  - lib/yafoy_integrations.rb
90
94
  - lib/yafoy_integrations/version.rb