pony 1.13 → 1.13.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.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/lib/pony.rb +1 -1
  3. data/pony.gemspec +1 -1
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 3abcec67b278593b90167a520183c1648c3bf01c86275cd3c3ac82bf192b7741
4
- data.tar.gz: b7534155840b1bb03bb143222d4288df2acee8b52ecd2382bc61c9e1bae08789
2
+ SHA1:
3
+ metadata.gz: 0b90fca1994c901ff6ef1c9f5edcf92512692ece
4
+ data.tar.gz: 41e1d87f0b912ff5440f02d84f635cddb2bfe734
5
5
  SHA512:
6
- metadata.gz: 153288b21f87facc30475138c3cf184bb49b6984d7812a9e01c337908c7f9dfe8ab5b508a952eced3196ce2b022cba5a0876d0f8590f23f201b66dc276e1772d
7
- data.tar.gz: 5de0842ef7999ccc5a30a53c1baca95a689c6bd6433370999e2368ea94be2e40cc31088d81b653f041f8e3366bd39539d5140cf9ec19a968ee94b3dbe065dbf4
6
+ metadata.gz: 0b7fc746fc108ae381e4036c59c06afa53bef93c948674417678c6425a486a1cd062c6da89425af4027c891a674ef1fc1ea4ea7634bd14c31c5d1068db9731b1
7
+ data.tar.gz: c6df6717b7a05c171c89490dd34e93e6513a5b27e9fc4fea1d381a7c801c19d4e4c12ae7fdc29428ca008b58ff512e38522cfe5cd60db463c1e67ca2715aebd4
@@ -313,7 +313,7 @@ module Pony
313
313
 
314
314
  def add_attachments(mail, attachments)
315
315
  attachments.each do |name, body|
316
- name = name.gsub /\s+/, ' '
316
+ name = name.gsub(/\s+/, ' ')
317
317
 
318
318
  # mime-types wants to send these as "quoted-printable"
319
319
  if name =~ /\.xlsx$/
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'pony'
3
- s.version = "1.13"
3
+ s.version = "1.13.1"
4
4
 
5
5
  s.summary = "Send email in one command: Pony.mail(:to => 'someone@example.com', :body => 'hello')"
6
6
  s.description = s.summary
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pony
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.13'
4
+ version: 1.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Wiggins
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-02-13 00:00:00.000000000 Z
12
+ date: 2019-04-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mail
@@ -87,7 +87,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  requirements: []
90
- rubygems_version: 3.0.2
90
+ rubyforge_project:
91
+ rubygems_version: 2.5.2.3
91
92
  signing_key:
92
93
  specification_version: 4
93
94
  summary: 'Send email in one command: Pony.mail(:to => ''someone@example.com'', :body