automail 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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 9db930e46ddf705c3905863ed72a8647c375abdf629b562b75220eb25c86dcc7
4
+ data.tar.gz: 7b65b3d6f90810879beec9eb56bace413aa41335a4777b006f48b0c772a46d74
5
+ SHA512:
6
+ metadata.gz: 25cac0420309d57022a75219044032d06b46a101e146fc6ae5f262f7612b1cf1e6359002d51781d96e90a803b53195c17399718ecef67a3846b88cd120929127
7
+ data.tar.gz: f6f4ddf9aec2dee130836c9b9a50b239f29630ce3cd6aa57ef4dad5acfbf7b712e9aacb9dd850c613a9a5fe86f266672f934a8740480c55c786ecb570786ddf1
@@ -0,0 +1,5 @@
1
+ class Automail
2
+ def self.hi language = "en"
3
+ puts "Hello world!"
4
+ end
5
+ end
File without changes
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: automail
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - automail
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-11-22 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello world gem
14
+ email: automail@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/automail.rb
20
+ - lib/automail/translator.rb
21
+ homepage: http://rubygems.org/gems/automail
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.7.7
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Auto send mail
45
+ test_files: []