yafoy_integrations 1.0.0 → 1.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 103a334b99effe4b294f9883ff620f9b4cdaaf434a795d40fe8f4cd8552767fd
4
- data.tar.gz: 0cf7547f1b627037b5d3ace2a8cce5f6749d5c5f908005c5464b403c89c64354
3
+ metadata.gz: 3beb5507ce8fa8547dfa528052f6dc09e600a41abc8a7545509ac4c88f248082
4
+ data.tar.gz: 41063e4ea0a4b27a26c5ab90dc2910326f338b640ee9047d8386442a80dfe334
5
5
  SHA512:
6
- metadata.gz: d2b2079b5b4aedebf6b949293f0ae0c6f3f1aba18e6b169f7ac1eef3b596be4f3dedcb35246f832817dec6601aa8d8427a1e30fa362daa836f0b698b49b747e3
7
- data.tar.gz: 3c38f505e0bd67568e0fc9a4b72f2f8f14ec4b3f2cb8ccd1c4589db158c0c61bdb7bb3324ddc7fe15461369148984fd1be240c91d26b411c1313edfe19a8f031
6
+ metadata.gz: c13b4c170974abbcdcce9c582941d955b65fb5b3d132ea4bb5697ecaa2bf41ee45d7c88080d0f5dc2cef3f822e5f95990396f16f5c3c4402dd2f04ce5a19fe32
7
+ data.tar.gz: a89335348f0825147a54018834ef00f2fb488885482d5650cc768a70a9f0ad5468393bad421b66cad1872c394bb2aa4910f89cbd7402757a09d326ede0dc13b2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.1.0 / 2018-07-23
4
+ ### Added
5
+ - drip.com
6
+
7
+
3
8
  ## 1.0.0 / 2018-06-27
4
9
 
5
10
  - Initial release
Binary file
@@ -12,3 +12,9 @@
12
12
  website: "https://easypost.com"
13
13
  icon: "easypost.png"
14
14
  category: 1
15
+ -
16
+ name: "Drip"
17
+ description: "Send marketing email to subscribers & customers"
18
+ website: "https://drip.com"
19
+ icon: "drip.png"
20
+ category: 2
@@ -1,3 +1,3 @@
1
1
  module YafoyIntegrations
2
- VERSION = "1.0.0"
2
+ VERSION = "1.1.0"
3
3
  end
@@ -1,4 +1,3 @@
1
-
2
1
  lib = File.expand_path("../lib", __FILE__)
3
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
3
  require "yafoy_integrations/version"
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.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-06-27 00:00:00.000000000 Z
11
+ date: 2018-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -83,6 +83,7 @@ files:
83
83
  - Rakefile
84
84
  - bin/console
85
85
  - bin/setup
86
+ - lib/icons/drip.png
86
87
  - lib/icons/easypost.png
87
88
  - lib/integrations/tsurprise.yml
88
89
  - lib/yafoy_integrations.rb