darjeelink 0.14.1 → 0.14.2

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: 4f5ecabb09d4b9a2e0a12553b98e220e915e6ccbb2ab5d0a7781a68fd8919844
4
- data.tar.gz: 8e2451e81d04c586cb4722dfee5ea17e0d8358eee38204dc005ce20ab6c2589a
3
+ metadata.gz: bca888bd28d58e7f3baa95c6b9adcb8699e9d84970e10781c2c278d36dc7b24b
4
+ data.tar.gz: fd14e81530d4bb7a392d5c6e37eab8be6cc3ce08137c67dddbfc0eaa72b4519f
5
5
  SHA512:
6
- metadata.gz: 6876cb53f8605e28f2ace40885178e9b68dbee5516c23f2596b456d97c9dc1a303429b8f20499a6a617452db8ce0391bdcce9b7224124109a20764eb1c658908
7
- data.tar.gz: be14a81de6bb7a609acb727a33decd5bf9a63bd7c1ccbd9b41288e4f9162aa518c77485f80c5f3126ba20fb0d7a342631bcccae1848a3e574f6fec9c050afcc4
6
+ metadata.gz: 00673e95f6fc22ac563332d8ea3e43ebe21357769283b1b5bae57b86a58ac2f2f290c2104301f6f15138a28adaf2cf7c99ea71709cbfb0bbb059d4899fb115c3
7
+ data.tar.gz: ae1a37db3ccac7b46ee4c0c71d07679f69a0f925c844fdf7401d8576f0ae16076edb9234dc2becd0195fc268bbf9bd55803bea9e065413a57d68fa2d4a890d3f
@@ -4,30 +4,33 @@
4
4
  Darjeelink.configure do |config|
5
5
  config.domain = ENV['DOMAIN']
6
6
 
7
+ # keep in alphabetical order, execpt for 'other' which should be last
7
8
  config.source_mediums = {
9
+ chatbot: 'Chatbot',
10
+ 'digitalorganiser-share': 'Digital Organiser',
8
11
  'email-blast': 'Email blast',
9
12
  'email-thankyou': 'Email - Thank you',
10
- 'facebook-post': 'Facebook post',
11
13
  'facebook-advert': 'Facebook advert',
12
- 'twitter-tweet': 'Twitter tweet',
13
- 'twitter-advert': 'Twitter advert',
14
- 'sms-blast': 'SMS Blast',
14
+ 'facebook-post': 'Facebook post',
15
15
  'google-advert': 'Google advert',
16
- 'instagram-advert': 'Instagram Advert',
17
- 'instagram-post': 'Instagram Post',
18
- 'instagram-story': 'Instagram Story',
19
- 'instagram-reel': 'Instagram Reel',
20
- 'linkedin-post': 'LinkedIn Post',
21
- 'whatsapp-share': 'WhatsApp Share',
22
- chatbot: 'Chatbot',
23
- template: 'Template',
24
- other: 'Other',
16
+ 'google-display': 'Google display',
17
+ 'google-search': 'Google search',
18
+ 'instagram-advert': 'Instagram advert',
19
+ 'instagram-post': 'Instagram post',
20
+ 'instagram-reel': 'Instagram reel',
21
+ 'instagram-story': 'Instagram story',
22
+ 'linkedin-post': 'LinkedIn post',
23
+ 'sms-blast': 'SMS blast',
24
+ 'snapchat-advert': 'Snapchat advert',
25
25
  spotify: 'Spotify',
26
+ template: 'Template',
27
+ 'tiktok-advert': 'TikTok advert',
28
+ 'tiktok-post': 'TikTok post',
29
+ 'twitter-advert': 'Twitter advert',
30
+ 'twitter-tweet': 'Twitter tweet',
31
+ 'whatsapp-share': 'WhatsApp share',
26
32
  youtube: 'Youtube',
27
- 'google-search': 'Google search',
28
- 'google-display': 'Google display',
29
- 'snapchat-advert': 'Snapchat Advert',
30
- 'digitalorganiser-share': 'Digital Organiser'
33
+ other: 'Other'
31
34
  }
32
35
 
33
36
  config.auth_domain = ENV['AUTH_DOMAIN']
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Darjeelink
4
- VERSION = '0.14.1'
4
+ VERSION = '0.14.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: darjeelink
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.1
4
+ version: 0.14.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Hulme
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-27 00:00:00.000000000 Z
11
+ date: 2023-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth