social-share-button 1.2.2 → 1.2.3

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: e28634e99fd3c2270261b6ab78c8481c19b5148cedd2d6e6ddef11f8e9392262
4
- data.tar.gz: f52dc0b80c1074870d5f9c4477c970ef6c4c219213881757bcbf93d02abb0079
3
+ metadata.gz: 9c32d0a43e7c5a556c2e2478ebcc4dc52ea40eb2b09957b9bcf497b93a425666
4
+ data.tar.gz: dd871c7f77b1a3ba894416ed4b24ddfea8fbcc521e769c64450dedb99bf60627
5
5
  SHA512:
6
- metadata.gz: 68121bdad6fd2fc55b681e59a65ca9c22013b30bc059a68ea43d60b603026e676573dade06bc74f1d39016d01f60952f907b566a71f0beaff586c133650d1676
7
- data.tar.gz: 06a7ffdc10c43878a1318ecba1cbfb7b77d24d34277866711235da0283ebed3799ac1801c9a3316b64b8a038c6db281c3373799de13f42f53a8b0e0d1497ad7d
6
+ metadata.gz: 2517a3e6506a303fcfc9f5d35ad9e5fd8dcbcf0a83776b157d55b0fe883df8d8240f91e28debc46641fe87e142049c4ac0a0dd816e84e0038676431fd4920774
7
+ data.tar.gz: bfc3bc59e1e36437046c9eb7be7ecf8b88e1229d2aa212b36f3868f406a4e7f4d77ae739b91757073f8dc52f7179e533e7a33a5472bf4acbff239ad64b012678
@@ -1,7 +1,13 @@
1
+ 1.2.3
2
+ -----
3
+
4
+ - Fix Facebook share URL. (#188)
5
+ - Fix WhatsApp translate. (#176)
6
+
1
7
  1.2.1
2
8
  -----
3
9
 
4
- - Fix WahtsApp share URL (#187)
10
+ - Fix WhatsApp share URL (#187)
5
11
 
6
12
  1.2.0
7
13
  -----
@@ -21,4 +21,5 @@ de:
21
21
  reddit: Reddit
22
22
  hacker_news: Hacker News
23
23
  telegram: Telegram
24
- whatsapp: WhatsApp
24
+ whatsapp_app: WhatsApp
25
+ whatsapp_web: WhatsApp
@@ -21,4 +21,5 @@ en:
21
21
  reddit: Reddit
22
22
  hacker_news: Hacker News
23
23
  telegram: Telegram
24
- whatsapp: WhatsApp
24
+ whatsapp_app: WhatsApp
25
+ whatsapp_web: WhatsApp
@@ -21,4 +21,5 @@ es:
21
21
  reddit: Reddit
22
22
  hacker_news: Hacker News
23
23
  telegram: Telegram
24
- whatsapp: WhatsApp
24
+ whatsapp_app: WhatsApp
25
+ whatsapp_web: WhatsApp
@@ -21,4 +21,5 @@ fr:
21
21
  reddit: Reddit
22
22
  hacker_news: Hacker News
23
23
  telegram: Telegram
24
- whatsapp: WhatsApp
24
+ whatsapp_app: WhatsApp
25
+ whatsapp_web: WhatsApp
@@ -21,4 +21,5 @@ ja:
21
21
  reddit: Reddit
22
22
  hacker_news: Hacker News
23
23
  telegram: Telegram
24
- whatsapp: WhatsApp
24
+ whatsapp_app: WhatsApp
25
+ whatsapp_web: WhatsApp
@@ -1,6 +1,6 @@
1
- en:
1
+ 'pt-BR':
2
2
  social_share_button:
3
- share_to: Share to %{name}
3
+ share_to: Compartilhar via %{name}
4
4
  weibo: Sina Weibo
5
5
  twitter: Twitter
6
6
  facebook: Facebook
@@ -21,4 +21,5 @@ en:
21
21
  reddit: Reddit
22
22
  hacker_news: Hacker News
23
23
  telegram: Telegram
24
- whatsapp: WhatsApp
24
+ whatsapp_app: WhatsApp
25
+ whatsapp_web: WhatsApp
@@ -21,4 +21,5 @@ ru:
21
21
  reddit: Reddit
22
22
  hacker_news: Hacker News
23
23
  telegram: Telegram
24
- whatsapp: WhatsApp
24
+ whatsapp_app: WhatsApp
25
+ whatsapp_web: WhatsApp
@@ -21,4 +21,5 @@ uk:
21
21
  reddit: Reddit
22
22
  hacker_news: Hacker News
23
23
  telegram: Telegram
24
- whatsapp: WhatsApp
24
+ whatsapp_app: WhatsApp
25
+ whatsapp_web: WhatsApp
@@ -21,4 +21,5 @@
21
21
  reddit: Reddit
22
22
  hacker_news: Hacker News
23
23
  telegram: Telegram
24
- whatsapp: WhatsApp
24
+ whatsapp_app: WhatsApp
25
+ whatsapp_web: WhatsApp
@@ -21,4 +21,5 @@
21
21
  reddit: Reddit
22
22
  hacker_news: Hacker News
23
23
  telegram: Telegram
24
- whatsapp: WhatsApp
24
+ whatsapp_app: WhatsApp
25
+ whatsapp_web: WhatsApp
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SocialShareButton
4
- VERSION = '1.2.2'
4
+ VERSION = '1.2.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: social-share-button
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Lee