calmness 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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/calmness.rb +9 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ecced19db103992e0ce7d6bb41c9dc63018b10769a3e9e631bf821dc071ffd34
4
+ data.tar.gz: 20d8c146c3ca048192a455cefe05665fafa5543e802e03edc9dc5a2da024c4eb
5
+ SHA512:
6
+ metadata.gz: c1d3d82152d72abf7036b80b89e3238295083545b7096b9add9e4b65806285020635e60bd6855561831789e704b94b3ab717152c625d0d51a7b88cc746537519
7
+ data.tar.gz: 5e18fcfe7b281f1e6898313b5ac2f7a7a3a36a28be51136fa7495e79a82b87ec10b135e766173d8eea7c694c6efca2c7f8719a77917c443e5d447d0e35a3df25
data/lib/calmness.rb ADDED
@@ -0,0 +1,9 @@
1
+ module Calmness
2
+ GRATITUDE = <<~END
3
+ Thanks for all the hard work!
4
+ END
5
+ def self.expand!
6
+ puts GRATITUDE
7
+ :peace
8
+ end
9
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: calmness
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Roman Charushin
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-08-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: asromanist@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/calmness.rb
20
+ homepage: https://rubygems.org/gems/calmness
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.0.3
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: We want to say thank You Dima for the hard work and mentoring for fellow
43
+ backenders!
44
+ test_files: []