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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 55720a871ff442165ff9c12c3c1c8b51bd4cab07
4
- data.tar.gz: c36611237b5d777b2526e96261cad0519d679a22
2
+ SHA256:
3
+ metadata.gz: b997340127a787e4a2704e7c1f01015a521d17997d0976b22e543bc6d314df4f
4
+ data.tar.gz: c10d94d4089876653d577d94416d46095ef7d07df2ae4803dd51e7ef8a6490d0
5
5
  SHA512:
6
- metadata.gz: bf3283be3e11cdacc296af03433775a172ac14cc28fbec679359677e1fb0416ab9ef587400823d8e72ba07731af15abb98bbc5a1954511878352df59734ee3d5
7
- data.tar.gz: f7a4fac0ac9322ad16f579f2f4c8957d89b218187132797273340922b0c67a7ac5450906945a93503f60a4123b227e39c7c48dda53a9fc87c84058ea2a8bb31e
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.pdf')
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.
@@ -47,6 +47,6 @@ class InterFAX::Outbound::Delivery
47
47
  def body_for(files)
48
48
  files.map do |file|
49
49
  "--#{BOUNDARY}\r\n#{file.header}\r\n\r\n#{file.body}\r\n"
50
- end.join + "--#{BOUNDARY}\r\n"
50
+ end.join + "--#{BOUNDARY}--\r\n"
51
51
  end
52
52
  end
@@ -1,3 +1,3 @@
1
1
  module InterFAX
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.1'
3
3
  end
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.0
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: 2016-12-19 00:00:00.000000000 Z
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.5.1
131
+ rubygems_version: 2.7.3
132
132
  signing_key:
133
133
  specification_version: 4
134
134
  summary: Send and receive faxes with InterFAX