yafoy_integrations 1.1.2 → 1.1.3

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: ecb7f4b2eec823a8eda06428e029549a5af8abba385340fcb7bfdbe25ebf878f
4
- data.tar.gz: 8145c629e126fdf09f32c541bded3b70accb78b1424e0f945a023ae93869b862
3
+ metadata.gz: c347744fea077976077427ad8c75ba87105f771c90fb07ae4654a1f1719a9bb8
4
+ data.tar.gz: b5f44148ab466573d67774471738d7d7663a8b8ab723023aed57f79c11b2edea
5
5
  SHA512:
6
- metadata.gz: b6fc583a32bbcaf48375f552da357cce0441574bc9eef0ae4a680ebec1c7301ebd9bf9fb8a83a16200f20d96e74cf8d434a7873b66b753d1d3c946d246aa00bc
7
- data.tar.gz: 4c0f579bc44a2ecdaee5db3f3b5e68c131becf574d8d5760c378bf9946563d545a0b928fb427d27431fc3c3a5314b56e25fe1e4e84cb13a12ecaaa34d41fcdfb
6
+ metadata.gz: 647c08513e3be144ee917209609d5e1c7041e71c5edd7834685810152fd85a331d3140426b00bdec41f2a9be12d6de941e6afdc19c83d23c7bb82dd515dc20b2
7
+ data.tar.gz: 6440c826bc583b89624a7157b3c917f5bcc6b9d83f5856090ff5968dc9e4b4c8d11c19fe3f2fc0037e8886029c9312b2b60aa84f4445d935f2d625b83b2e1152
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ ## 1.1.3 / 2021-04-27
5
+ ### Added
6
+ - Toyou project integrations
7
+
4
8
  ## 1.1.2 / 2018-07-31
5
9
  ### Added
6
10
  - Stripe
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
3
+ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
4
4
 
5
5
  # Specify your gem's dependencies in yafoy_integrations.gemspec
6
6
  gemspec
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- yafoy_integrations (0.1.0)
4
+ yafoy_integrations (1.1.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -28,4 +28,4 @@ DEPENDENCIES
28
28
  yafoy_integrations!
29
29
 
30
30
  BUNDLED WITH
31
- 1.16.1
31
+ 1.17.3
Binary file
@@ -0,0 +1,11 @@
1
+ # Categories
2
+ # ----------
3
+ #
4
+ # 1 - Social
5
+ #
6
+ -
7
+ name: Soshare
8
+ description: Generate social media image for your blog post
9
+ website: https://soshare.xyz
10
+ icon: soshare.png
11
+ category: 1
@@ -1,3 +1,3 @@
1
1
  module YafoyIntegrations
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
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.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-07-31 00:00:00.000000000 Z
11
+ date: 2021-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -74,7 +74,6 @@ extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
76
  - ".gitignore"
77
- - ".travis.yml"
78
77
  - CHANGELOG.md
79
78
  - Gemfile
80
79
  - Gemfile.lock
@@ -89,7 +88,9 @@ files:
89
88
  - lib/icons/idee-cadeau-quebec.png
90
89
  - lib/icons/queenbee.png
91
90
  - lib/icons/skylight.png
91
+ - lib/icons/soshare.png
92
92
  - lib/icons/stripe.png
93
+ - lib/integrations/toyou.yml
93
94
  - lib/integrations/tsurprise.yml
94
95
  - lib/yafoy_integrations.rb
95
96
  - lib/yafoy_integrations/version.rb
@@ -98,7 +99,7 @@ homepage: https://github.com/olimart/yafoy-integrations
98
99
  licenses:
99
100
  - MIT
100
101
  metadata: {}
101
- post_install_message:
102
+ post_install_message:
102
103
  rdoc_options: []
103
104
  require_paths:
104
105
  - lib
@@ -113,9 +114,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
114
  - !ruby/object:Gem::Version
114
115
  version: '0'
115
116
  requirements: []
116
- rubyforge_project:
117
- rubygems_version: 2.7.6
118
- signing_key:
117
+ rubygems_version: 3.0.6
118
+ signing_key:
119
119
  specification_version: 4
120
120
  summary: Integrations catalogue we've been enjoying and working with
121
121
  test_files: []
data/.travis.yml DELETED
@@ -1,5 +0,0 @@
1
- sudo: false
2
- language: ruby
3
- rvm:
4
- - 2.5.0
5
- before_install: gem install bundler -v 1.16.1