blastengine 0.2.0 → 0.2.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
2
  SHA256:
3
- metadata.gz: b5f2374200e5fe2ca4fda4eb5440c4d443252cf87c771edf80ebd67e65408f6d
4
- data.tar.gz: 238f73b30b0786fdb7376dc9ebdf10c854c7539093acf1a07db3d7bcbd2ae55d
3
+ metadata.gz: 6a0d56347bd3459eed133d5cdde17c19098a3b9d269a034c23466730bee8e614
4
+ data.tar.gz: b73c691f2ffb5677dbb8df8bb3cf4b9c0ae1f259c1dcb307d150608bb050f20c
5
5
  SHA512:
6
- metadata.gz: f738c2aaa8efe12b219ff97b3189b17f163ae452c7a37d1aac5a7342f735c90a29659b43fc80cdf52ea0ca7b9181fe5bd40654b3b3fdbb44e5f363d842f76bf9
7
- data.tar.gz: 481c6708c05f9b4d6d3273574fb5b8c2700bc2bdebb53cec9e67fcb04b1295509282ccae09f392a5b4d3c6b4fcc13b2d227d98e0e6a518ff88a6d24e977ea801
6
+ metadata.gz: 568a2da98c6f37d8bd3acc62c27641f57b6949f9d0b45413d4aff249c38218994afae6594886c37d402b5c8868d49e9153b99c4eaaba4cbd506c751d8eb14ba6
7
+ data.tar.gz: a8cee8211a2c09e53aceb494538d07b78bbbe671bf468f30aebafec0ace6202966f629cbd98937bdf6f685f70683341214a2aeb07d8614dcefe1af19a39b39cf
@@ -13,7 +13,7 @@ module Blastengine
13
13
  #
14
14
  # 送信主の追加
15
15
  #
16
- def from(email, name = "")
16
+ def from(email:, name: "")
17
17
  @_from = {email: email, name: name}
18
18
  end
19
19
 
@@ -11,7 +11,7 @@ module Blastengine
11
11
  #
12
12
  # 送信主の追加
13
13
  #
14
- def from(email, name = "")
14
+ def from(email:, name: "")
15
15
  @_from = {email: email, name: name}
16
16
  end
17
17
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Blastengine
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blastengine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Atsushi Nakatsugawa