stealth 1.1.0.rc3 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/docs/09-messaging-integrations.md +1 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46e7d69fe97e8038b0d469ddb81a2ea77f53a258c9e6f5b06d18239e43ffdc69
|
4
|
+
data.tar.gz: 60892bc1b66e89c53d2769013a4ef94c654ccb143da065700803a0d602652257
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b78f5bce44cf7a7305ce72790c321018f471e0f21a708ad0b08432aab2eda0e7588bcbe8447e4805bf124e466966db324c6852941d5173d2342bed4c97144819
|
7
|
+
data.tar.gz: c999aaaf5ddc688482de45711f78a9d0392fdab2f42759c396f0114d0388aa61d2a9e9076f5d6d16d45e834e44969ff4212c606c29faf117d05163a9b61afaeb
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.0
|
1
|
+
1.1.0
|
@@ -75,5 +75,6 @@ Make sure to reference the respective messaging integration documentation for mo
|
|
75
75
|
|
76
76
|
* [Facebook Messenger](https://github.com/hellostealth/stealth-facebook)
|
77
77
|
* [SMS (Twillio)](https://github.com/hellostealth/stealth-twilio)
|
78
|
+
* [Smooch (many platforms, including a web widget)](https://github.com/hellostealth/stealth-smooch)
|
78
79
|
|
79
80
|
While we plan to add more integrations in the future, please feel free to add your own and let us know so we can keep this list updated. 😎
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stealth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mauricio Gomes
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-
|
12
|
+
date: 2018-12-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sinatra
|
@@ -297,9 +297,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
297
297
|
version: '0'
|
298
298
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
299
299
|
requirements:
|
300
|
-
- - "
|
300
|
+
- - ">="
|
301
301
|
- !ruby/object:Gem::Version
|
302
|
-
version:
|
302
|
+
version: '0'
|
303
303
|
requirements: []
|
304
304
|
rubyforge_project:
|
305
305
|
rubygems_version: 2.7.7
|