interfax 1.1.0 → 1.1.1
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 +5 -5
- data/README.md +1 -1
- data/lib/interfax/outbound/delivery.rb +1 -1
- data/lib/interfax/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: b997340127a787e4a2704e7c1f01015a521d17997d0976b22e543bc6d314df4f
|
|
4
|
+
data.tar.gz: c10d94d4089876653d577d94416d46095ef7d07df2ae4803dd51e7ef8a6490d0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6d25d3520eea83661c548048aff289a5e7d9e6c411cda4484fca93ed7dd084f6dd64961338213a03d0b1fda8df731a8b75d5fc3cba7035af5cae349d770d6fd
|
|
7
|
+
data.tar.gz: 38d4fa1346105898778b3c3d4a9954b6093d52592dd22ebf28e42d85622802297f3763f5aa44d4cb4fc8d8d47a11106f012b6d3ed72f045af95505bdb70fc305
|
data/README.md
CHANGED
|
@@ -76,7 +76,7 @@ There are a few ways to send a fax. One way is to directly provide a file path o
|
|
|
76
76
|
# with a path
|
|
77
77
|
interfax.outbound.deliver(faxNumber: "+11111111112", file: 'folder/fax.txt')
|
|
78
78
|
# with a URL
|
|
79
|
-
interfax.outbound.deliver(faxNumber: "+11111111112", file: 'https://s3.aws.com/example/fax.
|
|
79
|
+
interfax.outbound.deliver(faxNumber: "+11111111112", file: 'https://s3.aws.com/example/fax.html')
|
|
80
80
|
```
|
|
81
81
|
|
|
82
82
|
InterFAX supports over 20 file types including HTML, PDF, TXT, Word, and many more. For a full list see the [Supported File Types](https://www.interfax.net/en/help/supported_file_types) documentation.
|
data/lib/interfax/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: interfax
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- InterFAX
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2018-01-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: mimemagic
|
|
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
128
128
|
version: '0'
|
|
129
129
|
requirements: []
|
|
130
130
|
rubyforge_project:
|
|
131
|
-
rubygems_version: 2.
|
|
131
|
+
rubygems_version: 2.7.3
|
|
132
132
|
signing_key:
|
|
133
133
|
specification_version: 4
|
|
134
134
|
summary: Send and receive faxes with InterFAX
|