sendingmailwithobserver 0.0.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 22f74c0de3648341c888422740a9c4cec7dbc8de91155065a61d73bb06ef99ec
4
+ data.tar.gz: 905d2da683f6ffe83a0fc5f0226969cacce4cddc7ee823613e4326b893562092
5
+ SHA512:
6
+ metadata.gz: f39ca2c9228748b82434692540ac170897ba1d470be4177a7709bf9ead6d25337c60e6f24d9a24677701098ec0a4d0f18852521cf6bc0d8c895fded8666de5f6
7
+ data.tar.gz: bbc2ba2e283d996254527817898a210d74100b5c5741d7da939d8e60e60c728162ef9d2fbbdb262ef91671f864d04ccce39a0387172ad320596ad25d2e03c6f4
File without changes
metadata ADDED
@@ -0,0 +1,42 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sendingmailwithobserver
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Deep Roychoudhury
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-04-01 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Observer pattern for instant mail
14
+ email: x19109130@student.ncirl.ie
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/sendingmailwithobserver.rb
20
+ homepage: http://rubygems.org/gems/sendingmailwithobserver
21
+ licenses: []
22
+ metadata: {}
23
+ post_install_message:
24
+ rdoc_options: []
25
+ require_paths:
26
+ - lib
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ version: '0'
32
+ required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ requirements: []
38
+ rubygems_version: 3.1.2
39
+ signing_key:
40
+ specification_version: 4
41
+ summary: Send mail
42
+ test_files: []