tramway-mailout 0.1.0.1 → 0.1.0.2

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
2
  SHA256:
3
- metadata.gz: 399c63d1c7a560e77aeb19e282e08acea31adf4e17a35d8bf0188b1e38d5e5fd
4
- data.tar.gz: debaa0fe49c0d24e36eca0bc15bfb78b7b2693f4a0bad71459cd02a0b6b13889
3
+ metadata.gz: 9aca20aafd1e56b9e9ad18a3cfb20687f5d7103ecfadb7922e84bc3118f20bfe
4
+ data.tar.gz: bba60e05f4c42a2ed4503857cabe3850ecc7ad2a69141a8b557aeda34291cddc
5
5
  SHA512:
6
- metadata.gz: 2958964ce7160bf53295ca2684db71bdcb23f04a3dd9576bada8ec1b0bd2434641a6bdd0e311f7da1c6309dedb35575f938fb2acff88560be5295f80b3fa295a
7
- data.tar.gz: 4801ac68f5c2a81923f580d52db8473df18a6c59a85bf635dfe6bde6f9102a97c2203d63d481046166188d5d3b4a497a43ae314a72d026b3ebfdf4bc398948a7
6
+ metadata.gz: 36d2fc6af679b3764430b0751b15d5b19eeb138b3bda70f7029a41855742be21ed91d57a0c132676c1a50b8d9d31347530bb87b5537b7610458536340fb9ea3f
7
+ data.tar.gz: d3559e960ac46c6cfa7ad786789d80b614cb40fa1416f4edd0cd19c70c6c448c77f247aa0829dbfd3e1cda370246e94dde6083ed8a9156bc41f2db244e75c849
@@ -3,7 +3,7 @@ module Tramway
3
3
  class ApplicationMailer < ActionMailer::Base
4
4
  def just_message(email, title, body)
5
5
  @body = body
6
- mail from: sender_name, to: email, subject: title
6
+ mail from: 'Test', to: email, subject: title
7
7
  end
8
8
  end
9
9
  end
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Mailout
3
- VERSION = '0.1.0.1'
3
+ VERSION = '0.1.0.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-mailout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.1
4
+ version: 0.1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-02 00:00:00.000000000 Z
11
+ date: 2018-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails