sh_button 0.1.2 → 0.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: 299ab712ef0dc4d11dc65abade4981ad9085cf294f4b00c0da595202d71ed392
4
- data.tar.gz: c2a49dcc1d22ef833d54beb0011b6468bdfa0921e76012e0a7117fe9fa373843
3
+ metadata.gz: 8fe102b2e1b1427e539f8ab68041a32a4af7f1d5de8a40781e7f75af1192132d
4
+ data.tar.gz: 8f465980c0b4d55d7e7312b6978bab31e207401365d06bc415b56eabe5d3edc0
5
5
  SHA512:
6
- metadata.gz: c237c5ddfc13759995f37fa84f5efd68898e89a02b8b8d86af445343415124db62c119defd0a5f31c9f9423822a0a30f6d450dae560172722c43afe7d0f18ac8
7
- data.tar.gz: 4eb59b85f1ebf06408653ea0f1af053e35a27c71bb631a6944e45cea275c8281215743b3a4de032dbb5c2f62ce8f436a1614d5baafa293746dbdda703a224a41
6
+ metadata.gz: 7e0a1eefc9fb135eb2b47c7127771fb5674cadf12ca0ff2ea2c4f4aaaaf0ca447090eaae3d82dd2b9dadf8c22825be20ff5ef6498f44eb8b3805ac29eb9a153e
7
+ data.tar.gz: 68c0c397c481e73e0e7e0b53276f77f2e6d5bf0a24fb7ff334e44f0cecc994707c3bc09426955524c0aee6db726130e9f0293cd4a70db27b6c5f0b5bdc3ec7f2
@@ -37,7 +37,7 @@ module ShButton
37
37
  when 'odnoklassniki'
38
38
  "https://connect.ok.ru/offer?url=#{url}&title=#{title}&imageUrl=#{img}"
39
39
  when 'whatsapp'
40
- "https://wa.me/?text=#{url}"
40
+ "https://api.whatsapp.com/send?phone=&text=#{url}"
41
41
  when 'viber'
42
42
  "viber://forward?text=#{url}"
43
43
  when 'sms'
@@ -1,3 +1,3 @@
1
1
  module ShButton
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sh_button
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Vershinin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-16 00:00:00.000000000 Z
11
+ date: 2019-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  version: '0'
93
93
  requirements: []
94
94
  rubyforge_project:
95
- rubygems_version: 2.7.7
95
+ rubygems_version: 2.7.6
96
96
  signing_key:
97
97
  specification_version: 4
98
98
  summary: Helper for add social share feature in your Rails app. Twitter, Facebook,